[Home] [Back] [Up] [<<] [>>]

IQStanReport

To create reports using the IQStanReport COM object:

Method 1 - reading the spec from a file

  1. Create a spec file using the StanReportConsole application.
  2. Call the LoadSpec method to read this spec.
  3. Call the Report method to create the report.
Method 2 - setting the spec programatically

  1. Set all the information required for the reporting using the Put functions.
  2. Call the Report function to create the report.