Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Members
Member name | Description | |
---|---|---|
Circle | Indicates that the shape is a circle. | |
Polygon | Indicates that the shape is a polygon. | |
Rectangle | Indicates that the shape is a rectangle. |
Remarks
This is used by the ImageMapArea object.