ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / ILayoutTree Interface / Item Property

In This Topic
    Item Property (ILayoutTree)
    In This Topic
    Page indexer.
    Syntax
    'Declaration
     
    ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As ILayoutPage
    ILayoutPage this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also