ActiveReports 18 .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 the report's GrapeCity.ActiveReports.PageReportModel.IDataSet object to locate data for.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataSet As IDataSet
    public IDataSet DataSet {get;}
    See Also