Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Indicates the shape of an area in an image map.
Spazio dei nomi Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Enumeration ImageMapAreaShape
'Utilizzo
Dim instance As ImageMapArea.ImageMapAreaShape
public enum ImageMapAreaShape
public enum class ImageMapAreaShape
type ImageMapAreaShape
public enum ImageMapAreaShape
Membri
| Nome membro | Descrizione | |
|---|---|---|
| Circle | Indicates that the shape is a circle. | |
| Polygon | Indicates that the shape is a polygon. | |
| Rectangle | Indicates that the shape is a rectangle. |
Osservazioni
This is used by the ImageMapArea object.