Propriété RangeGapColor
Gets the calculated value of the RangeGapColor property in a MapColorScale class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property RangeGapColor As ReportColor
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColor
A ReportColor value that represents the calculated value of the RangeGapColor property.