ComponentOne FlexReport for UWP
GetMaxPage Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > OutputRange Class : GetMaxPage Method
The ending page number (used if the current range is to the end of a document).
Gets the ending page number of the current range.
Syntax
'Declaration
 
Public Function GetMaxPage( _
   ByVal maxPageNumber As System.Integer _
) As System.Integer
public System.int GetMaxPage( 
   System.int maxPageNumber
)

Parameters

maxPageNumber
The ending page number (used if the current range is to the end of a document).

Return Value

The actual ending page number.
See Also

Reference

OutputRange Class
OutputRange Members