Create a Report Driver for the project - Intergraph Smart WQMS - 5.0 - Customization & Programming - Hexagon PPM

Intergraph Smart Weld Quality Management System Custom Reports

Language
English
Product
Intergraph Smart WQMS
Search by Category
Customization & Programming
Smart WQMS Version
5.0

To create a Report Driver,

  1. In the Solution Explorer, right-click on the project node and click Add > New Item.

  2. On the Add New Item dialog box, navigate to Visual C# Items > Code and select Class template.

  3. Type a class name in the Name box and click Add.

    The new class opens and is available in the Solution Explorer.

  4. In the class that you created, add a default constructor and inherit from the BaseReportGeneration class as shown in the example below:

  5. Add logic to the overridden methods to perform any additional steps.

  6. Place the compiled dll in the installation path ...//SmartPlant Foundation 2018 Server Files\Web_Sites\Server_Name\Bin.