次の方法で共有


MapAppearanceRuleInstance.DataValue プロパティ

MapAppearanceRule クラスの DataValue プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property DataValue As Object 
    Get
'使用
Dim instance As MapAppearanceRuleInstance 
Dim value As Object 

value = instance.DataValue
public Object DataValue { get; }
public:
property Object^ DataValue {
    Object^ get ();
}
member DataValue : Object
function get DataValue () : Object

プロパティ値

型: System.Object
DataValue プロパティの計算値を表すオブジェクトです。

関連項目

参照

MapAppearanceRuleInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間