OutputFile
- Last UpdatedJan 25, 2024
- 1 minute read
The OutputFile property is a read-write property that is used to specify the file to be created as a result of running the report.
Syntax
aaHistClientWorkbookRunner.OutputFile = message;
Result = aaHistClientWorkbookRunner.OutputFile;
Remarks
You must specify the entire path and include the .htm extension.
The default is an empty message value ( "" ).