C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / DataSourceCollection Class / Add Method
The DataSource object to add.

In This Topic
Add Method (DataSourceCollection)
In This Topic
Adds the DataSource to the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal dataSource As DataSource _
) 
 

Parameters

dataSource
The DataSource object to add.
See Also