Back to Devexpress

TCustomdxComponentPrinter.State Property

vcl-dxpscore-dot-tcustomdxcomponentprinter-5f315991.md

latest1.1 KB
Original Source

TCustomdxComponentPrinter.State Property

Describes the current state of the component printer.

Declaration

delphi
property State: TdxCPStates read;

Property Value

Type
TdxCPStates

Remarks

Values include:

ValueDescription
cpsBuildingA report is currently being built by printing components.
cpsDesigningTdxComponentPrinter is in design mode (this state is set only at design time).
cpsPreviewingThe Print Preview dialog is currently active.
cpsPrintingA report is currently being printed.
cpsPrintDialogThe Print dialog is currently active.
cpsPageSetupDialogThe Page Setup dialog is currently active.

See Also

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit