PrintDocument for WinForms
Add メソッド (DataSourceCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > DataSourceCollection クラス : Add メソッド
The DataSource object to add.
Adds a DataSource to the current collection.
シンタックス
'宣言
 
Public Function Add( _
   ByVal dataSource As DataSource _
) As System.Integer
'使用法
 
Dim instance As DataSourceCollection
Dim dataSource As DataSource
Dim value As System.Integer
 
value = instance.Add(dataSource)
public System.int Add( 
   DataSource dataSource
)

パラメータ

dataSource
The DataSource object to add.

戻り値の型

The index of the added object in the current collection.
参照

DataSourceCollection クラス
DataSourceCollection メンバ