For a quick start, download the following project with an exemplary class structure, which can be used to create a ready-made example report.
Click on the link to download the project: ExampleHTMLReportProject.zip
\bin
folder.ExampleReport.dll
to the PCB-Investigator (Beta) plugin folder1).For debugging to work properly, the following additional steps must be carried out.
bin\Debug
folder of the project. If the Debug folder doesn't exist simply create it.PCB-Investigator.exe
file located in the bin\Debug
folder of the project.bin\Debug\PlugIn
folder.You can now start porgramming and customize the report to your needs. The starting point for the embedded report is the ReportPlugin class. It implements the IPluginReport interface which provides the methods that are called by the Extended Design Report. This also includes the method that returns the actual HtmlReport class to the Extended Design Report. More information on the individual classes of the Example HTML Report can be found in the next section.
When you are finished programming the report, simply repeat steps 4 and 5 from above. You can also create a post-build process to automate step 4 if you wish.
bin\Debug*
folder of the project. (* or the folder corresponding to your build configuration)You can now start programming and customize the report to your needs. The starting point for the standalone report is the ReportCreator class. More information on the individual classes of the Example HTML Report can be found in the next section.
1) PCB-Investigator (Beta) plugin folder: C:\Program Files (x86)\easylogix\PCB-Investigator-Beta\PlugIn