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