次の方法で共有


MapAppearanceRule.EndValue プロパティ

データ分布の終了値を取得します。

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

構文

'宣言
Public ReadOnly Property EndValue As ReportVariantProperty 
    Get
'使用
Dim instance As MapAppearanceRule 
Dim value As ReportVariantProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
データ分布の終了値を表す ReportVariantProperty オブジェクト。

関連項目

参照

MapAppearanceRule クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間