Back to Devexpress

TdxPrintDialog.PageRanges Property

vcl-dxprndlg-dot-tdxprintdialog-2321d77a.md

latest852 B
Original Source

TdxPrintDialog.PageRanges Property

Determines which portion of a report to print.

Declaration

delphi
property PageRanges: TdxPageRanges read; write; default prAll;

Property Value

TypeDefault
TdxPageRangesprAll

Remarks

Refer to the TdxPageRanges type description to learn about available options.

The default value of the PageRanges property is prAll.

See Also

TdxPrintDialog.PageCount

TdxPrintDialog.PageNums

TdxPrintDialog.Pages

TdxPrintDialog Class

TdxPrintDialog Members

dxPrnDlg Unit