マップの多角形レイヤー、ポイント レイヤー、または線レイヤー内のマップ アイテムのスコープで評価される式を取得します。値の設定も可能です。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property DataValue As ReportExpression
Get
Set
'使用
Dim instance As MapAppearanceRule
Dim value As ReportExpression
value = instance.DataValue
instance.DataValue = value
public ReportExpression DataValue { get; set; }
public:
property ReportExpression DataValue {
ReportExpression get ();
void set (ReportExpression value);
}
member DataValue : ReportExpression with get, set
function get DataValue () : ReportExpression
function set DataValue (value : ReportExpression)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
ReportExpression オブジェクト。