FlexReport for WinForms
TextField コンストラクタ(String,String)


C1.Report アセンブリ > C1.Report 名前空間 > TextField クラス > TextField コンストラクタ : TextField コンストラクタ(String,String)
The name of the field
The text of the field.
Initializes a new instance of the TextField class.
シンタックス
'宣言
 
Public Function New( _
   ByVal name As System.String, _
   ByVal text As System.String _
)
'使用法
 
Dim name As System.String
Dim text As System.String
 
Dim instance As New TextField(name, text)
public TextField( 
   System.string name,
   System.string text
)

パラメータ

name
The name of the field
text
The text of the field.
参照

参照

TextField クラス
TextField メンバ
オーバーロード一覧