FlexReport for WPF | ComponentOne
C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / SubSectionCollection 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 SubSection
    public SubSection Item( 
       string name
    ) {get;}

    Parameters

    name
    The name of the element to get.

    Property Value

    The element with specified name.
    See Also