Skip to main content

TCustomdxComponentPrinter.PageNumberFormat Property

Specifies page number formatting in a report.

Declaration

property PageNumberFormat: TdxPageNumberFormat read; write; default pnfNumeral;

Property Value

Type Default
TdxPageNumberFormat pnfNumeral

Remarks

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

Value Example
pnfNumeral 1, 2, 3, 4, 5, …
pnfChars a, b, c, d, e, …
pnfUpperChars A, B, C, D, E, …
pnfRoman i, ii, iii, iv, v, …
pnfUpperRoman I, II, III, IV, V, …

The default value of this property is pnfNumeral.

See Also