TdxPSReportDocument.CreationDate Property
Specifies the report’s creation date and time.
Declaration
property CreationDate: TDateTime read; write;
Property Value
Type |
---|
TDateTime |
Remarks
Use the CreationDate property to specify a report’s creation date and time. This property value is only taken into account when the component printer’s AutoUpdateDateTime property value is set to False. When this property value is True, the default setting the report’s creation date is automatically set to the system’s current date and time.
See Also