GrapeCity ActiveReports for .NET 16.0J
Value プロパティ (Field)

GrapeCity.ActiveReports.PageReportModel 名前空間 > Field クラス : Value プロパティ

フィールドの値に評価される式を取得または設定します。

シンタックス
'宣言
 
Public Property Value As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Value {get; set;}

プロパティ値

フィールドの値に評価される式を含むExpressionInfoオブジェクト。

解説

例えば:=Fields!Quantity.Value+Fields!UnitPrice.Value

式は集計またはレポートアイテムへの参照を含めることはできません。

式はExpressions名前空間に詳しく説明されています。

参照

Field クラス
Field メンバ