Skip to main content

TBasedxReportLink.DefaultPageNumberFormat Method

Returns the default page number format in a report.

Declaration

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