ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / DataSources Class / Item Property

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

    Parameters

    index
    See Also