ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes Namespace / DataSources Class / Item Property

In This Topic
    Item Property (DataSources)
    In This Topic
    Gets the DataSet with the given name.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal name As String _
    ) As DataSource
    public DataSource this[ 
       string name
    ]; {get;}

    Parameters

    name
    See Also