Gets the PageLayout object containing the current C1PageSettings. Null is returned if the current object does not belong to a PageLayout.

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

Syntax

C#
[BrowsableAttribute(false)]
public PageLayout PageLayout { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property PageLayout As PageLayout
	Get

See Also