Run
- Last UpdatedNov 17, 2021
- 1 minute read
The Run method processes the Word report.
Syntax
[Result=] aaHistClientReportRunner.Run();
Return Value
Returns True if the report generation was successful; otherwise returns False.
Remarks
When this method is called, the following occurs:
-
Word starts. Word is visible only if the WordVisible property was set to True.
-
The report file (.htm) specified by the SourceFile property opens.
-
The report runs and is saved as the .htm file specified by the OutputFile property.
-
Word closes.