Creates a copy of the current PageLayout object. All nested objects (render objects, page settings etc.) are cloned on the new object.

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

Syntax

C#
public PageLayout Clone()
Visual Basic
Public Function Clone As PageLayout

Return Value

The newly created PageLayout object.

See Also