ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / DataSetTemplate Class / DataSet Property

In This Topic
    DataSet Property (DataSetTemplate)
    In This Topic
    Gets or sets the information about the dataset.
    Syntax
    'Declaration
     
    Public Property DataSet As DataSet
    public DataSet DataSet {get; set;}

    Property Value

    An instance of DataSet containing the dataset information.
    See Also