ImageMapArea.ImageMapAreaShape Enumeration

Specifies a map area shape.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
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 The map area is a circle.
Polygon The map area is a polygon.
Rectangle The map area is a rectangle.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace