GrapeCity ActiveReports for .NET 14.0J
PropertyElement コンストラクタ

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.Configuration 名前空間 > PropertyElement クラス : PropertyElement コンストラクタ
値を代入するプロパティ。
プロパティの値。
文字列値を変換する値の型。
指定されたプロパティ、値、および値の型を使用して、System.Objectクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal property As String, _
   ByVal value As String, _
   ByVal type As String _
)
public PropertyElement( 
   string property,
   string value,
   string type
)

パラメータ

property
値を代入するプロパティ。
value
プロパティの値。
type
文字列値を変換する値の型。
参照

PropertyElement クラス
PropertyElement メンバ