OutputFile
- Last UpdatedNov 17, 2021
- 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
aaHistClientReportRunner.OutputFile = message;
Result = aaHistClientReportRunner.OutputFile;
Remarks
You must specify the entire path and include the .htm extension.
The default is an empty message value ( "" ).