Initializes a new instance of the C1LinkTargetPage class.

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

Syntax

C#
public C1LinkTargetPage(
	PageJumpTypeEnum pageJumpType
)
Visual Basic
Public Sub New ( _
	pageJumpType As PageJumpTypeEnum _
)

Parameters

pageJumpType
Type: C1.C1Preview..::..PageJumpTypeEnum
The type of the page jump.

See Also