Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel.MapSize
A MapSize object.