다음을 통해 공유


MapPolygonRules 속성

Gets a set of rules to be applied to the map polygons in the parent layer.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property MapPolygonRules As MapPolygonRules
    Get
‘사용 방법
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