ActiveReports 12
Add Method (DataSourceCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataSourceCollection Class : Add Method
The object to be added to the end of the Collection. The value can be null for reference types.
Adds a DataSource object to the DataSourceCollection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As DataSource _
) 
public void Add( 
   DataSource 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

DataSourceCollection Class
DataSourceCollection Members