Condividi tramite


Proprietà ImageMapArea.Shape

Gets the shape of the area.

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Shape As ImageMapArea.ImageMapAreaShape 
    Get
'Utilizzo
Dim instance As ImageMapArea 
Dim value As ImageMapArea.ImageMapAreaShape 

value = instance.Shape
public ImageMapArea.ImageMapAreaShape Shape { get; }
public:
property ImageMapArea.ImageMapAreaShape Shape {
    ImageMapArea.ImageMapAreaShape get ();
}
member Shape : ImageMapArea.ImageMapAreaShape
function get Shape () : ImageMapArea.ImageMapAreaShape

Valore proprietà

Tipo: Microsoft.ReportingServices.ReportRendering.ImageMapArea.ImageMapAreaShape
An ImageMapArea.ImageMapAreaShape value indicating the shape of the area.

Osservazioni

Valid values are rectangle, polygon, or circle.

Vedere anche

Riferimento

ImageMapArea Classe

Spazio dei nomi Microsoft.ReportingServices.ReportRendering