Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TCustomdxComponentPrinter.PageNumberFormat Property

Specifies page number formatting in a report.

#Declaration

Delphi
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