共用方式為


ImageMapArea.ImageMapAreaShape 列舉型別

Indicates the shape of an area in an image map.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Enumeration ImageMapAreaShape
'用途
Dim instance As ImageMapArea.ImageMapAreaShape
public enum ImageMapAreaShape
public enum class ImageMapAreaShape
type ImageMapAreaShape
public enum ImageMapAreaShape

成員

成員名稱 描述
Rectangle Indicates that the shape is a rectangle.
Polygon Indicates that the shape is a polygon.
Circle Indicates that the shape is a circle.

備註

This is used by the ImageMapArea object.