[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapMarkerImage

MapMarkerImage Class

Represents an image to be applied to the map marker.

Inheritance
MapMarkerImage
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class MapMarkerImage : ICloneable

Constructors

Name Description
MapMarkerImage()

Initializes a new instance of the MapMarkerImage class.

Properties

Name Description
MIMEType

The MIMEType of the image. Valid values are: image/bmp, image/jpeg, image/gif, image/png, image/x-png, image/svg+xml. Required if Source = Database. Ignored otherwise.

ResizeMode

Gets or sets whether the content will resize to fit in the available space. That evaluates to one of MapMarkerImage.ImageResizeMode. The default value is AutoFit.

Source

Identifies the source of the image. That evaluates to one of ImageSource />.

TransparentColor

Color to treat as transparent in the image.

Value

See Source. Expected datatype is string or binary,

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.

Extension Methods