Assigns (copies) properties from another PageLayout to the current object. All nested objects (render objects, page settings etc.) are cloned.

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

Syntax

C#
public void AssignFrom(
	PageLayout source
)
Visual Basic
Public Sub AssignFrom ( _
	source As PageLayout _
)

Parameters

source
Type: C1.C1Preview..::..PageLayout
The source object to copy properties from.

See Also