Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable) | |
GetData | Returns an IDataRecord providing access to a related set of child records. (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDataRecord) | |
GetFieldType | Gets the data type of the field at the specified index. (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDataRecord) | |
GetName | Gets the name of the field at the specified field index. (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDataRecord) | |
GetOrdinal | Gets the ordinal field index of the field with the specified name. (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDataRecord) | |
GetValue | Gets the value of the field at the specified index. (Inherited from GrapeCity.ActiveReports.Extensibility.Data.IDataRecord) | |
Read | Advances to the next record. |