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

TBasedxReportLink.PageNumberFormat Property

Specifies page number format in a report.

#Declaration

Delphi
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