Initializes a new instance of the ActionHandlerPageView class, assigning the Facing and Continuous properties.

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

Syntax

C#
public ActionHandlerPageView(
	bool facing,
	bool continuous
)
Visual Basic
Public Sub New ( _
	facing As Boolean, _
	continuous As Boolean _
)

Parameters

facing
Type: System..::..Boolean
A value to assign to the Facing property.
continuous
Type: System..::..Boolean
A value to assign to the Continuous property.

See Also