TCustomdxComponentPrinter.GetPageCount(TBasedxReportLink) Method
In This Article
Determines the number of pages in a report.
#Declaration
Delphi
function GetPageCount(AReportLink: TBasedxReportLink = nil): Integer;
#Parameters
Name | Type |
---|---|
AReport |
TBasedx |
#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