Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates the shape of an area in an image map.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Enumeration ImageMapAreaShape
'Usage
Dim instance As ImageMapArea.ImageMapAreaShape
public enum ImageMapAreaShape
public enum class ImageMapAreaShape
type ImageMapAreaShape
public enum ImageMapAreaShape
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| Circle | Indicates that the shape is a circle. | |
| Polygon | Indicates that the shape is a polygon. | |
| Rectangle | Indicates that the shape is a rectangle. |
Hinweise
This is used by the ImageMapArea object.