ActiveReports Developer 7
DataSets Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Report Class : DataSets Property

Glossary Item Box

Gets the data that is displayed as part of the report.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DataSets As DataSetCollection
C# 
public DataSetCollection DataSets {get;}

Property Value

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

See Also