共用方式為


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