Back to Devexpress

TdxPrintDialog.PageNums Property

vcl-dxprndlg-dot-tdxprintdialog-3aa9e400.md

latest1.0 KB
Original Source

TdxPrintDialog.PageNums Property

Specifies the manner in which report pages are numerated.

Declaration

delphi
property PageNums: TdxPageNumbers read; write; default pnAll;

Property Value

TypeDefault
TdxPageNumberspnAll

Remarks

Use the PageNums property to specify the manner in which report pages are numerated. Possible values include:

ValueDescription
pnAllNumerates all report pages.
pnEvenNumerate only even report pages.
pnOddNumerates only odd report pages.

The default value of this property is pnAll.

See Also

TdxPrintDialog.PageCount

TdxPrintDialog.PageRanges

TdxPrintDialog.Pages

TdxPrintDialog Class

TdxPrintDialog Members

dxPrnDlg Unit