ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IBaseDataSet Interface / Name Property

In This Topic
    Name Property (IBaseDataSet)
    In This Topic

    Gets or sets the name of the data set.

    Syntax
    'Declaration
     
    Property Name As String
    string Name {get; set;}

    Property Value

    A String containing the name of the data set.

    Remarks

    The data set name cannot be the same as any data region or grouping name.

    See Also