Back to Devexpress

TCustomdxComponentPrinter.IsRebuildBeforePrint Method

vcl-dxpscore-dot-tcustomdxcomponentprinter-eed76385.md

latest1.2 KB
Original Source

TCustomdxComponentPrinter.IsRebuildBeforePrint Method

Identifies whether the report is automatically rebuilt prior to printing.

Declaration

delphi
function IsRebuildBeforePrint: Boolean;

Returns

Type
Boolean

Remarks

This is the protected function that is normally called internally by the PrepareReport procedure. The IsRebuildBeforePrint function checks if the cpoAutoRebuildBeforePrint option is included in the Options set. If this function returns True , the report is always updated before printing; otherwise, the current content of the active report link is printed as is.

See Also

TCustomdxComponentPrinter.IsRebuildBeforePreview

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit