Proprietà MapCustomColors
Gets a collection of colors to be used to colorize the map spatial elements.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property MapCustomColors As MapCustomColorCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapCustomColorCollection
A MapCustomColorCollection object.
Vedere anche