ActiveReports 11
DataRowCollection Class Members
Properties  Methods 

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : DataRowCollection Class

The following tables list the members exposed by DataRowCollection.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the DataRowCollection class.  
Top
Public Properties
 NameDescription
Public PropertyGets the number of elements contained in the DataRowCollection instance. This property cannot be overridden.` (Inherited from System.Collections.ObjectModel.Collection<DataRow>)
Public PropertyGets or sets a specific DataRow object in the DataRowCollection by position. (Inherited from System.Collections.ObjectModel.Collection<DataRow>)
Top
Public Methods
 NameDescription
Public MethodAdds a DataRow object to the DataRowCollection. (Inherited from System.Collections.ObjectModel.Collection<DataRow>)
Public MethodRemoves all objects from the DataRowCollection instance. This method cannot be overridden. (Inherited from System.Collections.ObjectModel.Collection<DataRow>)
Public MethodDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<DataRow>)
Public MethodCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<DataRow>)
Public MethodDetermines the index of a specific DataRow object in the DataRowCollection. (Inherited from System.Collections.ObjectModel.Collection<DataRow>)
Public MethodInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<DataRow>)
Public MethodRemoves the specified DataRow object from the DataRowCollection. (Inherited from System.Collections.ObjectModel.Collection<DataRow>)
Public MethodRemoves the element at the specified index of the DataRowCollection instance. This method is not overridable. (Inherited from System.Collections.ObjectModel.Collection<DataRow>)
Top
See Also

Reference

DataRowCollection Class
GrapeCity.ActiveReports.PageReportModel Namespace