MapPolygonLayer.MapPolygonRules 属性
Gets or sets a set of rules to be applied to the map polygons in the parent layer.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property MapPolygonRules As MapPolygonRules
Get
Set
用法
Dim instance As MapPolygonLayer
Dim value As MapPolygonRules
value = instance.MapPolygonRules
instance.MapPolygonRules = value
public MapPolygonRules MapPolygonRules { get; set; }
public:
property MapPolygonRules^ MapPolygonRules {
MapPolygonRules^ get ();
void set (MapPolygonRules^ value);
}
member MapPolygonRules : MapPolygonRules with get, set
function get MapPolygonRules () : MapPolygonRules
function set MapPolygonRules (value : MapPolygonRules)