FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / GroupCollection Class / Item Property / Item(String) Property
The name of the element to get.

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

    Parameters

    name
    The name of the element to get.

    Property Value

    The element with specified name.
    See Also