Gets the logical page number associated with a page. For internal use only.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
int GetPageNo(
	int pageIndex
)
Visual Basic
Function GetPageNo ( _
	pageIndex As Integer _
) As Integer

Parameters

pageIndex
Type: System..::..Int32
Zero-based page index.

Return Value

The logical page number.

See Also