The GrapeCity.ActiveReports.Data namespace contains the classes used for section report data binding in section reports.
Classes
| Class | Description |
| Field | The Field class represents any data field available for data binding in section reports. |
| FieldCollection | The FieldCollection class manages the data binding fields used in the section report. |
| ListDataSource | Represents a section report data source based on the IDataRecord and IDataReader members of the .NET Framework. |
| OleDBDataSource | Represents a section report data source based on the OleDb ADO.NET data provider. |
| SqlDBDataSource | Represents a section report data source based on the SqlDB ADO.NET data provider. |
| XMLDataSource | Represents a section report data source based on an XML document and an XPath pattern to select the XML nodes used as records in the data source. |
Interfaces
Enumerations
| Enumeration | Description |
| FieldTypeEnum | Provides a set of values for use with the FieldType property of the Field class. |
See Also