Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace