次の方法で共有


MapColorRangeRuleInstance.StartColor プロパティ

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

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

構文

'宣言
Public ReadOnly Property StartColor As ReportColor 
    Get
'使用
Dim instance As MapColorRangeRuleInstance 
Dim value As ReportColor 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
StartColor プロパティの計算値を表す ReportColor 値。

関連項目

参照

MapColorRangeRuleInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間