Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace