Propriété MapPolygonRules
Gets a set of rules to be applied to the 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 MapPolygonRules As MapPolygonRules
Get
'Utilisation
Dim instance As MapPolygonLayer
Dim value As MapPolygonRules
value = instance.MapPolygonRules
public MapPolygonRules MapPolygonRules { get; }
public:
property MapPolygonRules^ MapPolygonRules {
MapPolygonRules^ get ();
}
member MapPolygonRules : MapPolygonRules
function get MapPolygonRules () : MapPolygonRules
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapPolygonRules
A MapPolygonRules object.
Voir aussi