Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TBasedxReportLink.GetPageColRowCount(Integer,Integer) Method

Determines the number of pages used by a report image, both horizontally and vertically.

#Declaration

Delphi
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