MapColorRangeRule.MiddleColor 属性

Gets the middle color for a MapColorRangeRule distribution.

命名空间:  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