次の方法で共有


MapColorRangeRule.MiddleColor プロパティ

MapColorRangeRule 分布の中間色を取得します。

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

構文

'宣言
Public ReadOnly Property MiddleColor As ReportColorProperty 
    Get
'使用
Dim instance As MapColorRangeRule 
Dim value As ReportColorProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
ReportColorProperty オブジェクト。

関連項目

参照

MapColorRangeRule クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間