TCustomdxComponentPrinter.PageNumberFormat Property
In This Article
Specifies page number formatting in a report.
#Declaration
Delphi
property PageNumberFormat: TdxPageNumberFormat read; write; default pnfNumeral;
#Property Value
Type | Default |
---|---|
Tdx |
pnf |
#Remarks
Use the PageNumberFormat property to specify the appropriate page number formatting within a report. Possible values include.
Value | Example |
---|---|
pnf |
1, 2, 3, 4, 5, … |
pnf |
a, b, c, d, e, … |
pnf |
A, B, C, D, E, … |
pnf |
i, ii, iii, iv, v, … |
pnf |
I, II, III, IV, V, … |
The default value of this property is pnfNumeral.
See Also