ActiveReports Developer 7
IDataRecord Interface Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace : IDataRecord Interface

Glossary Item Box

The following tables list the members exposed by IDataRecord.

Public Properties

 NameDescription
 PropertyFieldCountReturns the number of fields in the current row.    
Top

Public Methods

 NameDescription
 MethodGetDataReturns an IDataRecord providing access to a related set of child records.    
 MethodGetFieldTypeGets the data type of the field at the specified index.    
 MethodGetNameGets the name of the field at the specified field index.    
 MethodGetOrdinalGets the ordinal field index of the field with the specified name.    
 MethodGetValueGets the value of the field at the specified index.    
Top

See Also