ActiveReports 12
GrapeCity.ActiveReports.Extensibility.Data Namespace
Inheritance Hierarchy
GrapeCity.ActiveReports.Extensibility.v12 Assembly : GrapeCity.ActiveReports.Extensibility.Data Namespace
The GrapeCity.ActiveReports.Extensibility.Data namespace contains the types for describing the report runtime components.
Classes
 ClassDescription
ClassRepresents an abstract factory for data provider implementations.
ClassData row.
ClassRepresents result set of query execution.
Interfaces
 InterfaceDescription
InterfaceAllows to override login/password retrieval behavior.
InterfaceRepresents a parameter used with an IDbCommand Interface.
InterfaceRepresents a collection of IDataParameter objects.
InterfaceExtends the data provider factory by the additional functionality.
InterfaceExposes the services that can be used by data providers.
InterfaceProvides a means of reading a forward-only result set.
InterfaceProvides access to the fields of a single record.
InterfaceAllows to override data retrieval behavior.
InterfaceRepresents a statement executed while connected to a data source.
InterfaceThis is an optional interface implemented by classes that implement IDbCommand Interface. Use it to provide additional information about a command.
InterfaceRepresents a connection to a data source.
InterfaceDefines additional credential settings that can be supported by an IDbConnection-derived type.
InterfaceSpecifies the schema provider.
InterfaceRepresents a transaction to be performed on a data source.
InterfaceDefines additional settings that can be supported by an IDbTransaction-derived type.
Structures
 StructureDescription
StructureData column.
StructureDefines login/password credentials
Enumerations
 EnumerationDescription
EnumerationSpecifies the kind of results an IDbCommand Interface returns. 
EnumerationSpecifies how a command's CommandText Property is interpreted.
See Also

Reference

GrapeCity.ActiveReports.Extensibility.v12 Assembly