Gets the page number changed by the current PageNumberingChange object.

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

Syntax

C#
public int GetPageNo(
	int curPageNo
)
Visual Basic
Public Function GetPageNo ( _
	curPageNo As Integer _
) As Integer

Parameters

curPageNo
Type: System..::..Int32
The current page number.

Return Value

The page number after the change.

See Also