ComponentOne FlexReport for WPF
Add Method (DataSourceCollection)

C1.WPF.FlexReport.4 Assembly > C1.WPF.FlexReport Namespace > DataSourceCollection Class : Add Method
The DataSource object to add.
Adds the DataSource to the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal dataSource As DataSource _
) 
public void Add( 
   DataSource dataSource
)

Parameters

dataSource
The DataSource object to add.
See Also

Reference

DataSourceCollection Class
DataSourceCollection Members