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

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

    Parameters

    name
    See Also