Skip to main content

TCustomdxComponentPrinter.IsRebuildBeforePrint Method

Identifies whether the report is automatically rebuilt prior to printing.

Declaration

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