Gets the PageLayoutKindEnum associated with the current PageLayout in the document. If Document is null, None is returned.

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

Syntax

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

See Also