TBasedxReportLink.PageNumberFormat Property
Specifies page number format in a report.
Declaration
property PageNumberFormat: TdxPageNumberFormat read; write;
Property Value
Type |
---|
TdxPageNumberFormat |
Remarks
A user may display a header or footer that contains page numbers. Use the PageNumberFormat property to specify the format of these page numbers when printed. Available values include:
Value | Description |
---|---|
pnfNumeral | Page numbers are in Arabic numerals. |
pnfChars | Page numbers are characters in lower case. |
pnfUpperChars | Page numbers are characters in upper case. |
pnfRoman | Page numbers are Roman numerals in lower case. |
pnfUpperRoman | Page numbers are Roman numerals in upper case. |
See Also