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.DefaultPageNumberFormat Method

Returns the default page number format in a report.

#Declaration

Delphi
function DefaultPageNumberFormat: TdxPageNumberFormat; virtual;

#Returns

Type
TdxPageNumberFormat

#Remarks

Call this function to determine the page number format of a report link when the PageNumberFormat property is not explicitly set. The DefaultPageNumberFormat function returns the page number format of the component printer to which a report link belongs.

Available values include:

Value Description
pnfNumeral Page numbers are in Arabic numerals.
pnfChars Page numbers characters in lower case.
pnfUpperChars Page numbers characters in upper case.
pnfRoman Page numbers are Roman numerals in lower case.
pnfUpperRoman Page numbers are Roman numerals in upper case.
See Also