MapCustomColors Propiedad
Gets a collection of colors to be used to colorize the map spatial elements.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property MapCustomColors As MapCustomColorCollection
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapCustomColorCollection
A MapCustomColorCollection object.
Vea también