Gets the PageLayout of the specified PageLayoutKindEnum. Returns null if the specified kind of page layout has not been specified for the current DocumentPageLayouts.

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

Syntax

C#
public PageLayout this[
	PageLayoutKindEnum kind
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	kind As PageLayoutKindEnum _
) As PageLayout
	Get

Parameters

kind
Type: C1.C1Preview..::..PageLayoutKindEnum
The kind of page layout to return.

Return Value

The page layout with specified kind, or null if it does not exist.

See Also