IQStanReport
To create reports using the IQStanReport COM object:
Method 1 - reading the spec from a file
- Create a spec file using the StanReportConsole application.
- Call the LoadSpec method to read this spec.
- Call the Report method to create the report.
Method 2 - setting the spec programatically
- Set all the information required for the reporting using the Put functions.
- Call the Report function to create the report.