PrintDocument for WinForms
DataSource プロパティ (C1DataBinding)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > C1DataBinding クラス : DataSource プロパティ
Gets or sets the data source associated with the current data binding.

Currently objects of the following types can be assigned to this property:

If the data source is an Expression, that expression must evaluate to an instance of a System.Collections.IEnumerable or a DataSet.
シンタックス
'宣言
 
Public Property DataSource As System.Object
'使用法
 
Dim instance As C1DataBinding
Dim value As System.Object
 
instance.DataSource = value
 
value = instance.DataSource
public System.object DataSource {get; set;}
参照

C1DataBinding クラス
C1DataBinding メンバ