PrintDocument for WinForms
DataSets プロパティ (C1DataSchema)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > C1DataSchema クラス : DataSets プロパティ
Gets the collection of data sets provided by the current data schema.

A DataSet from this collection can be assigned to the C1DataBinding.DataSource property on C1.C1Preview.RenderObject.DataBinding of a C1.C1Preview.RenderObject, or on C1.C1Preview.TableVectorGroup.DataBinding of a table row or column group (C1.C1Preview.TableVector).

シンタックス
'宣言
 
Public ReadOnly Property DataSets As DataSetCollection
'使用法
 
Dim instance As C1DataSchema
Dim value As DataSetCollection
 
value = instance.DataSets
public DataSetCollection DataSets {get;}
参照

C1DataSchema クラス
C1DataSchema メンバ