ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / LocateDataSourceArgs Class / DataSet Property

In This Topic
    DataSet Property (LocateDataSourceArgs)
    In This Topic
    Gets a data set of the report to locate data for.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataSet As IDataSet
    public IDataSet DataSet {get;}

    Property Value

    An GrapeCity.ActiveReports.PageReportModel.IDataSet object representing the dataset associated with the data source.
    See Also