Skip to main content

TCustomdxComponentPrinter.Options Property

Defines the behavior of a printing component.

Declaration

property Options: TdxCPOptions read; write; default [Low(TdxCPOption), High(TdxCPOption)];

Property Value

Type
TdxCPOptions

Remarks

Values include:

Value Description
cpoAutoRebuildBeforePreview If active, a report is automatically rebuilt prior to being displayed in the Print Preview window.
cpoAutoRebuildBeforePrint If active, the printing component rebuilds a report before printing.
cpoGenerateReportProgressEvent If active, the printing component generates the OnGenerateReportProgress event while building a report. If this option is inactive, this event is not generated.
cpoShowHourGlass If active, an HourGlass cursor appears during continuous operations, such as report generation.
cpoDropStorageModeAfterPreview If active, closing or destroying the Print Preview window with a report loaded from an external storage (file, stream, or explorer item) causes a report link to create a report using the data displayed by a linked component.

By default, all options are active.

See Also