ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataSetReference Class / DataSetName Property

In This Topic
    DataSetName Property (DataSetReference)
    In This Topic

    Gets or sets the name of the dataset to use in the parameter.

    Syntax
    'Declaration
     
    Public Property DataSetName As String
    public string DataSetName {get; set;}

    Property Value

    A String representing the name of the dataset to use.

    See Also