TCustomdxComponentPrinter.GetPageCount(TBasedxReportLink) Method
Determines the number of pages in a report.
Declaration
function GetPageCount(AReportLink: TBasedxReportLink = nil): Integer;
Parameters
| Name | Type |
|---|---|
| AReportLink | TBasedxReportLink |
Returns
| Type |
|---|
| Integer |
Remarks
Call the GetPageCount method to determine the number of pages in a report image stored in the link, specified by the AReportLink parameter.
See Also