Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Fields Class / Item Property

In This Topic
    Item Property (Fields)
    In This Topic
    Gets or sets the Field at the specified index.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As Field
    public Field this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    See Also