共用方式為


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

成員

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

備註

This is used by the ImageMapArea object.

請參閱

參考

Microsoft.ReportingServices.ReportRendering 命名空間