ReportTime
- Last UpdatedNov 17, 2021
- 1 minute read
The ReportTime property is a read-write property that gets or sets the time that the report was run.
Syntax
ActiveFactoryReport.ReportTime = message;
Result = ActiveFactoryReport.ReportTime;
Remarks
The value of this property is used for any #ReportTime wildcards used within the report. For more information on the #ReportTime wildcard, see #ReportTime Wildcard.
The default value is the current date of when Microsoft Word was launched.