Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / DocumentPageLayouts Class / Item Property
The kind of page layout to return.

In This Topic
    Item Property (DocumentPageLayouts)
    In This Topic
    Gets the PageLayout of the specified PageLayoutKindEnum. Returns null if the specified kind of page layout has not been specified for the current DocumentPageLayouts.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal kind As PageLayoutKindEnum _
    ) As PageLayout
    public PageLayout this[ 
       PageLayoutKindEnum kind
    ]; {get;}

    Parameters

    kind
    The kind of page layout to return.

    Property Value

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