ActiveReports 12
Add Method (DataRowCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataRowCollection Class : Add Method
The object to be added to the end of the Collection. The value can be null for reference types.
Adds a DataRow object to the DataRowCollection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As DataRow _
) 
public void Add( 
   DataRow item
)

Parameters

item
The object to be added to the end of the Collection. The value can be null for reference types.
See Also

Reference

DataRowCollection Class
DataRowCollection Members