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 命名空间