Udostępnij przez


Właściwość MapPolygonLayer.MapPolygonRules

Pobiera zestaw reguł, które mają być stosowane do wielokątów mapy w warstwie nadrzędnej.

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

Składnia

'Deklaracja
Public ReadOnly Property MapPolygonRules As MapPolygonRules
    Get
'Użycie
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