GrapeCity ActiveReports for .NET 12.0J
Field コンストラクタ

フィールドの名前。
フィールドの値。
提供された名前と値から新しいフィールドを作成します。
構文
'宣言
 
Public Function New( _
   ByVal name As String, _
   ByVal value As Object _
)
public Field( 
   string name,
   object value
)

パラメータ

name
フィールドの名前。
value
フィールドの値。
参照

関連項目

Field クラス
Field メンバ

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.