共用方式為


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)