共用方式為


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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.

請參閱

參考

MapColorScale 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間