Creating a custom report with Visual Studio - Intergraph Smart Construction - 2019 (7.0) - Customization - Hexagon PPM

Intergraph Smart Construction Customization (2019)

Language
English
Product
Intergraph Smart Construction
Search by Category
Customization & Programming
Smart Construction Version
2019(7.0)

A Telerik Report template can be created using the ReportDriver. Setting up a custom report solution using ReportDriver allows you to refine the data from the view definition, attach files to the report, override report driver methods with your own functionality, or modifying any processing steps. The example, outlined in the following sections, walks you through creating your own Custom Report Library, including an IReportDriver, and Telerik Report template.

To create a custom report, you must complete the following steps, detailed in the following sections:

  1. Create supporting objects

  2. Create a .Net assembly

  3. Add appropriate references

  4. Create a ReportDriver

  5. Create a document

  6. Create a Telerik Report template

  7. Localize your custom report