ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / DataSet Class / Name Property

In This Topic
    Name Property (DataSet)
    In This Topic
    Gets or sets the name of the current DataSet. That name can be used in aggregate functions to indicate which data set the aggregate refers to.
    Syntax
    'Declaration
     
    Public Property Name As System.String
    public System.string Name {get; set;}
    See Also