Initializes a new instance of the LayoutChangeNewPage class.

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

Syntax

C#
public LayoutChangeNewPage(
	PageLayout pageLayout
)
Visual Basic
Public Sub New ( _
	pageLayout As PageLayout _
)

Parameters

pageLayout
Type: C1.C1Preview..::..PageLayout
The PageLayout to assign to the PageLayout property of the current instance.

See Also