Creates a new page and adds it to the document.

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

Syntax

C#
public void NewPage(
	PageLayout pageLayout
)
Visual Basic
Public Sub NewPage ( _
	pageLayout As PageLayout _
)

Parameters

pageLayout
Type: C1.C1Preview..::..PageLayout
Specifies a layout which will be used for all following pages.

See Also