MapColorRangeRule.EndColor 屬性
Gets the end color for a MapColorRangeRule distribution.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property EndColor As ReportColorProperty
Get
'用途
Dim instance As MapColorRangeRule
Dim value As ReportColorProperty
value = instance.EndColor
public ReportColorProperty EndColor { get; }
public:
property ReportColorProperty^ EndColor {
ReportColorProperty^ get ();
}
member EndColor : ReportColorProperty
function get EndColor () : ReportColorProperty
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.