Freigeben über


MapColorScaleInstance.RangeGapColor-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

MapColorScaleInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace