ComponentOne Reports for WPF
C1.C1Report Namespace / SectionCollection Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Returns a section from a C1Report.Sections collection.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As Section
    public Section Item( 
       string name
    ) {get;}

    Parameters

    name
    Remarks
    The name parameter may be a string containing a section name.
    See Also