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.