Back to Devexpress

TCustomdxComponentPrinter.PageNumberFormat Property

vcl-dxpscore-dot-tcustomdxcomponentprinter-239986e1.md

latest994 B
Original Source

TCustomdxComponentPrinter.PageNumberFormat Property

Specifies page number formatting in a report.

Declaration

delphi
property PageNumberFormat: TdxPageNumberFormat read; write; default pnfNumeral;

Property Value

TypeDefault
TdxPageNumberFormatpnfNumeral

Remarks

Use the PageNumberFormat property to specify the appropriate page number formatting within a report. Possible values include.

ValueExample
pnfNumeral1, 2, 3, 4, 5, …
pnfCharsa, b, c, d, e, …
pnfUpperCharsA, B, C, D, E, …
pnfRomani, ii, iii, iv, v, …
pnfUpperRomanI, II, III, IV, V, …

The default value of this property is pnfNumeral.

See Also

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit