Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TBasedxReportLink.DateTime Property

Determines date and time of a specific report link.

#Declaration

Delphi
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