FlexReport for WinForms
Add メソッド (DataSourceCollection)


C1.Report アセンブリ > C1.Report 名前空間 > DataSourceCollection クラス : Add メソッド
The DataSource object to add.
Adds the DataSource to the collection.
シンタックス
'宣言
 
Public Sub Add( _
   ByVal dataSource As DataSource _
) 
'使用法
 
Dim instance As DataSourceCollection
Dim dataSource As DataSource
 
instance.Add(dataSource)
public void Add( 
   DataSource dataSource
)

パラメータ

dataSource
The DataSource object to add.
参照

参照

DataSourceCollection クラス
DataSourceCollection メンバ