ActiveReports 12
IDataReader Interface Methods

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace : IDataReader Interface

For a list of all members of this type, see IDataReader members.

Public Methods
 NameDescription
 MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable)
 MethodReturns an IDataRecord providing access to a related set of child records.   (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDataRecord)
 MethodGets the data type of the field at the specified index.   (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDataRecord)
 MethodGets the name of the field at the specified field index.   (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDataRecord)
 MethodGets the ordinal field index of the field with the specified name.   (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDataRecord)
 MethodGets the value of the field at the specified index.   (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDataRecord)
 MethodAdvances to the next record.    
Top
See Also

Reference

IDataReader Interface
GrapeCity.ActiveReports.Extensibility.Data Namespace