Run
- Last UpdatedNov 17, 2021
- 1 minute read
The Run method processes the Workbook report.
Syntax
[Result=] aaHistClientWorkbookRunner.Run();
Return Value
Returns True if the report generation was successful; otherwise returns False.
Remarks
When this method is called, the following occurs:
-
Excel starts. Excel is visible only if the ExcelVisible property was set to True.
-
The Workbook file (.xlsx) specified by the SourceFile property opens.
-
The report runs.
-
Excel closes.
If you want to use binding options for the report, use the RunReport method.