PrintDocument for WinForms
Field クラス
メンバ 


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 : Field クラス
Represents a data field available to a data-bound object of a C1.C1Preview.C1PrintDocument. The collection of available fields is returned by the C1DataBinding.Fields property of the object's C1DataBinding.
オブジェクト モデル
Field クラス
シンタックス
'宣言
 
Public Class Field 
   Inherits C1.C1Preview.NamedCollectionItem
'使用法
 
Dim instance As Field
public class Field : C1.C1Preview.NamedCollectionItem 
解説

If the C1DataBinding.DataSource of the C1DataBinding containing the current field is an System.Collections.IEnumerable, the Field represents a property available on the type of objects in the enumerated collection.

If the C1DataBinding.DataSource is a DataSet, the Field represents a DataSetField in that data set.

継承階層

System.Object
   C1.C1Preview.NamedCollectionItem
      C1.C1Preview.DataBinding.Field

参照

Field メンバ
C1.C1Preview.DataBinding 名前空間