다음을 통해 공유


MapSize 속성

Gets or sets the size of the subitem.

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

구문

‘선언
Public Property MapSize As MapSize
    Get
    Set
‘사용 방법
Dim instance As MapSubItem
Dim value As MapSize

value = instance.MapSize

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