Partilhar via


Propriedade do RDL MapSubItem.MapSize

Gets or sets the size of the subitem.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property MapSize As MapSize 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.ReportingServices.RdlObjectModel.MapSize
A MapSize object.

Consulte também

Referência

MapSubItem Classe

Namespace Microsoft.ReportingServices.RdlObjectModel