Initializes a new instance of the C1LinkTargetPage class.

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

Syntax

C#
public C1LinkTargetPage(
	int pageNo
)
Visual Basic
Public Sub New ( _
	pageNo As Integer _
)

Parameters

pageNo
Type: System..::..Int32
The absolute 1-based target page number.

See Also