Back to Devexpress

TdxPrintDialog.Collate Property

vcl-dxprndlg-dot-tdxprintdialog.md

latest868 B
Original Source

TdxPrintDialog.Collate Property

Determines whether to collate report copies.

Declaration

delphi
property Collate: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

Use the Collate property when printing multiple report copies to specify whether they should be collated. Set the Collate property to True to print all report pages before printing the next copy.

The default value of this property is False.

See Also

TdxPrintDialog.Copies

TdxPrintDialog Class

TdxPrintDialog Members

dxPrnDlg Unit