ActiveReports 12
IDataReader Interface Members
Properties  Methods 

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

The following tables list the members exposed by IDataReader.

Public Properties
 NameDescription
 PropertyReturns the number of fields in the current row.   (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDataRecord)
Top
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