TBasedxReportLink.GetPageColRowCount(Integer,Integer) Method
Determines the number of pages used by a report image, both horizontally and vertically.
Declaration
procedure GetPageColRowCount(out APageColCount: Integer; out APageRowCount: Integer); virtual;
Parameters
Name | Type |
---|---|
APageColCount | Integer |
APageRowCount | Integer |
Remarks
The GetPageColRowCount method calculates the number of pages used by report images on the basis of current page settings (page size, margins etc.). Once this method is executed, the APageColCount parameter contains the number of ‘column’ pages and the APageRowCount parameter contains the numbers of ‘row’ pages. For instance, the GetPageColRowCount method returns 2 in the APageColCount parameter and 2 in the APageRowCount parameter:
See Also