ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionCollection Class / Item Property / Item(String) Property
Unique name of the Section to be returned.

In This Topic
    Item(String) Property
    In This Topic
    Gets the Section object with the specified name in the SectionCollection.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As Section
    public Section Item( 
       string name
    ) {get;}

    Parameters

    name
    Unique name of the Section to be returned.
    See Also