Udostępnij przez


Właściwość MapColorScale.RangeGapColor

Pobiera kolor ma być używany w skali kolorów mapy do działów Niezdefiniowany kolor wypełnienia.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property RangeGapColor As ReportColorProperty
    Get
'Użycie
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