ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapMarkerImage Class / MIMEType Property

In This Topic
    MIMEType Property (MapMarkerImage)
    In This Topic
    The MIMEType of the image. Valid values are: image/bmp, image/jpeg, image/gif, image/png, image/x-png Required if Source = Database. Ignored otherwise.
    Syntax
    'Declaration
     
    Public Property MIMEType As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo MIMEType {get; set;}
    See Also