TdxPrintDialog.PageNums Property
Specifies the manner in which report pages are numerated.
Declaration
property PageNums: TdxPageNumbers read; write; default pnAll;
Property Value
Type | Default |
---|---|
TdxPageNumbers | pnAll |
Remarks
Use the PageNums property to specify the manner in which report pages are numerated. Possible values include:
Value | Description |
---|---|
pnAll | Numerates all report pages. |
pnEven | Numerate only even report pages. |
pnOdd | Numerates only odd report pages. |
The default value of this property is pnAll.
See Also