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

TCustomdxComponentPrinter.AutoUpdateDateTime Property

Specifies whether date and time values in a report are updated automatically.

#Declaration

Delphi
property AutoUpdateDateTime: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Use the AutoUpdateDateTime property to update date and time values within a report when needed. If this property is set to True, date and times are updated every time the report is generated. If this property is set to False, report date and time are set when a specific component is assigned to the appropriate report link. You can also change date and time via the DateTime property of the report link.

The default value of this property is True.

See Also