ActiveReports 10
Add Method (DataSourceCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataSourceCollection Class : Add Method
The DataSource object to add to the collection.
Adds a DataSource object to the DataSourceCollection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As DataSource _
) As Integer
public int Add( 
   DataSource value
)

Parameters

value
The DataSource object to add to the collection.

Return Value

A new DataSource object.
See Also

Reference

DataSourceCollection Class
DataSourceCollection Members