다음을 통해 공유


MapPointRules 속성

Gets or sets a set of rules to be applied to the map points in the map point layer.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property MapPointRules As MapPointRules
    Get
    Set
‘사용 방법
Dim instance As MapPointLayer
Dim value As MapPointRules

value = instance.MapPointRules

instance.MapPointRules = value
public MapPointRules MapPointRules { get; set; }
public:
property MapPointRules^ MapPointRules {
    MapPointRules^ get ();
    void set (MapPointRules^ value);
}
member MapPointRules : MapPointRules with get, set
function get MapPointRules () : MapPointRules
function set MapPointRules (value : MapPointRules)