Skip to main content

TCustomdxComponentPrinter.AutoUpdateDateTime Property

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

Declaration

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