MapColorScale.RangeGapColor Property

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property RangeGapColor As ReportColorProperty 
    Get
'Usage
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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.

See Also

Reference

MapColorScale Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace