WordVisible
- Last UpdatedNov 17, 2021
- 1 minute read
The WordVisible property is a read-write property that specifies whether or not the Word application user interface is visible when the report is run.
Syntax
aaHistClientReportRunner.WordVisible = discrete;
Result = aaHistClientReportRunner.WordVisible;
Remarks
If set to True, Word is visible. If set to False, Word is not visible. The default value is False.
Setting this property to True is useful when you are testing the report generation.
The default value is False.