TdxPrintDialog.Collate Property
Determines whether to collate report copies.
Declaration
property Collate: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
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