Back to Devexpress

TdxPrintDialogData Record

vcl-dxprndlg-353450ca.md

latest1.9 KB
Original Source

TdxPrintDialogData Record

Contains values of a printer dialog‘s entry fields and data required for their validation.

Declaration

delphi
TdxPrintDialogData = record

Remarks

Values include:

FieldDescription
CopiesSpecifies to the “Number of Copies” spin editor’s value.
CollateSpecifies whether the “Collate Copies” option is checked.
FileListPopulates a combo box containing a list of files to which a report has already been printed.
FileNameSpecifies the file name that is currently selected from a combo box containing a list of files to which a report has already been printed.
MaxRangeSpecifies the last page within the “Pages” range.
MinRangeSpecifies the first page within the “Pages” range.
PageCountContains the number of pages within the current report.
PageNumsCorresponds to the “Number of Pages” spin editor’s value.
PageRangesSpecifies the option that is currently selected within the “Page range” radio group control.
PagesSpecifies pages to print when the Pages option is selected.
PrintToFileSpecifies whether the “Print to File” option is checked.
StyleManagerSpecifies a style manager used for printing a report.

See Also

TdxPrintDialog

TdxPrintDialogData Members

dxPrnDlg Unit