TBasedxReportLink.DefaultPageNumberFormat Method
In This Article
Returns the default page number format in a report.
#Declaration
Delphi
function DefaultPageNumberFormat: TdxPageNumberFormat; virtual;
#Returns
Type |
---|
Tdx |
#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 |
---|---|
pnf |
Page numbers are in Arabic numerals. |
pnf |
Page numbers characters in lower case. |
pnf |
Page numbers characters in upper case. |
pnf |
Page numbers are Roman numerals in lower case. |
pnf |
Page numbers are Roman numerals in upper case. |
See Also