Partager via


Propriété MapSize

Gets or sets the size of the subitem.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property MapSize As MapSize
    Get
    Set
'Utilisation
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)