MapColorScaleInstance.RangeGapColor Property

Gets the calculated value of the RangeGapColor property in a MapColorScale class.

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

Syntax

'Declaration
Public ReadOnly Property RangeGapColor As ReportColor
    Get
'Usage
Dim instance As MapColorScaleInstance
Dim value As ReportColor

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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor value that represents the calculated value of the RangeGapColor property.