다음을 통해 공유


MapSizeRule 속성

Ges or sets a size range to be used for sizing map points in the parent layer.

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

구문

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

value = instance.MapSizeRule

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