ActiveReports Developer 7
GrapeCity.ActiveReports.Data Namespace
See Also  Inheritance Hierarchy
GrapeCity.ActiveReports.v7 Assembly : GrapeCity.ActiveReports.Data Namespace

Glossary Item Box

The GrapeCity.ActiveReports.Data namespace contains the classes used for section report data binding in section reports.

Classes

 ClassDescription
ClassField The Field class represents any data field available for data binding in section reports.
ClassFieldCollection The FieldCollection class manages the data binding fields used in the section report.
ClassListDataSource Represents a section report data source based on the IDataRecord and IDataReader members of the .NET Framework.
ClassOleDBDataSource Represents a section report data source based on the OleDb ADO.NET data provider.
ClassSqlDBDataSource Represents a section report data source based on the SqlDB ADO.NET data provider.
ClassXMLDataSource 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

 InterfaceDescription
InterfaceIDataProvidersManager Specifies a dictionary in which to store DataProviders.

Enumerations

 EnumerationDescription
EnumerationFieldTypeEnum Provides a set of values for use with the FieldType property of the Field class.

Remarks

If you want to use run-time data binding in page reports, please see Bind a Page Report to a Data Source at Run Time.

See Also