TBasedxReportLink.PageNumberFormat Property
In This Article
Specifies page number format in a report.
#Declaration
Delphi
property PageNumberFormat: TdxPageNumberFormat read; write;
#Property Value
Type |
---|
Tdx |
#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 |
---|---|
pnf |
Page numbers are in Arabic numerals. |
pnf |
Page numbers are characters in lower case. |
pnf |
Page numbers are characters in upper case. |
pnf |
Page numbers are Roman numerals in lower case. |
pnf |
Page numbers are Roman numerals in upper case. |
See Also