TBasedxReportLink.DateTime Property
Determines date and time of a specific report link.
Declaration
property DateTime: TDateTime read; write;
Property Value
Type |
---|
TDateTime |
Remarks
Use the DateTime property to determine the appropriate date and time values for a report link. This property value is set automatically when a component is assigned to a report link. You can also change it manually. If the AutoUpdateDateTime property is set to False, this property value is used to display date and time within a report header/footer.
See Also