Udostępnij przez


Właściwość MapCustomColorRule.MapCustomColors

Pobiera kolekcja kolorów do kolorowanie elementów przestrzennej mapy.

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

Składnia

'Deklaracja
Public ReadOnly Property MapCustomColors As MapCustomColorCollection
    Get
'Użycie
Dim instance As MapCustomColorRule
Dim value As MapCustomColorCollection

value = instance.MapCustomColors
public MapCustomColorCollection MapCustomColors { get; }
public:
property MapCustomColorCollection^ MapCustomColors {
    MapCustomColorCollection^ get ();
}
member MapCustomColors : MapCustomColorCollection
function get MapCustomColors () : MapCustomColorCollection