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