ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace
Inheritance Hierarchy
In This Topic
    GrapeCity.ActiveReports.Data Namespace
    In This Topic
    The GrapeCity.ActiveReports.Data namespace contains the classes used for section report data binding in section reports.
    Classes
     ClassDescription
    ClassRepresents a section report data source based on an CSV document.
    ClassThe Field class represents any data field available for data binding in section reports.
    ClassThe FieldCollection class manages the data binding fields used in the section report.
    ClassRepresents a section report data source based on the IDataRecord and IDataReader members of the .NET Framework.
    ClassODBC data source - allows to connect through ODBC driver.
    ClassRepresents a section report data source based on the OleDb ADO.NET data provider.
    ClassUsed to serialize/deserialize data sources. Internal uses only.
    ClassRepresents a section report data source based on the SqlDB ADO.NET data provider.
    ClassRepresents 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.
    Enumerations
     EnumerationDescription
    EnumerationProvides 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