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