MapColorScale.RangeGapColor 属性

Gets the color to be used in a map color scale to fill the undefined color divisions.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property RangeGapColor As ReportColorProperty
    Get
用法
Dim instance As MapColorScale
Dim value As ReportColorProperty

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