Propriété MapColorRule
Gets a set of colors for map polygons in the parent layer.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property MapColorRule As MapColorRule
Get
'Utilisation
Dim instance As MapPolygonRules
Dim value As MapColorRule
value = instance.MapColorRule
public MapColorRule MapColorRule { get; }
public:
property MapColorRule^ MapColorRule {
MapColorRule^ get ();
}
member MapColorRule : MapColorRule
function get MapColorRule () : MapColorRule
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapColorRule
A MapColorRule object.
Voir aussi