MapResizeMode Enumeration

Represents the resize modes for a marker image.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Enumeration MapResizeMode
'Usage
Dim instance As MapResizeMode
public enum MapResizeMode
public enum class MapResizeMode
type MapResizeMode
public enum MapResizeMode

Members

Member name Description
AutoFit The image is sized to fit the marker size.
None The image is drawn using its original size.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace