MapColorRangeRuleInstance.EndColor プロパティ
MapColorRangeRule クラスの EndColor プロパティの計算値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property EndColor As ReportColor
Get
'使用
Dim instance As MapColorRangeRuleInstance
Dim value As ReportColor
value = instance.EndColor
public ReportColor EndColor { get; }
public:
property ReportColor^ EndColor {
ReportColor^ get ();
}
member EndColor : ReportColor
function get EndColor () : ReportColor
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
EndColor プロパティの計算値を表す ReportColor 値。