Partager via


Propriété MapSize

Gets the size of the subitem.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MapSize As MapSize
    Get
'Utilisation
Dim instance As MapSubItem
Dim value As MapSize

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