ActiveReports 12
DataSets Property

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Report Class : DataSets Property
Gets the data that is displayed as part of the report.
Syntax
'Declaration
 
Public ReadOnly Property DataSets As DataSetCollection
public DataSetCollection DataSets {get;}

Property Value

DataSetCollection describing the data that is displayed as part of the report.

See Also

Reference

Report Class
Report Members