GrapeCity ActiveReports for .NET 16.0J
CustomPropertyDefinition コンストラクタ

GrapeCity.ActiveReports.PageReportModel 名前空間 > CustomPropertyDefinition クラス : CustomPropertyDefinition コンストラクタ
カスタムプロパティの名前を含む文字列。
値または式を含むGrapeCity.Enterprise.Data.Expressions.ExpressionInfo オブジェクトおよびカスタムプロパティに割り当てるデータ型。
CustomPropertyDefinitionクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal name As String, _
   ByVal value As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo _
)
public CustomPropertyDefinition( 
   string name,
   GrapeCity.Enterprise.Data.Expressions.ExpressionInfo value
)

パラメータ

name
カスタムプロパティの名前を含む文字列。
value
値または式を含むGrapeCity.Enterprise.Data.Expressions.ExpressionInfo オブジェクトおよびカスタムプロパティに割り当てるデータ型。
参照

CustomPropertyDefinition クラス
CustomPropertyDefinition メンバ