Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Image Class / MIMEType Property

In This Topic
    MIMEType Property (Image)
    In This Topic
    Gets or sets the MIMEType for the image. Required if Source is ImageSource.Database. Ignored otherwise.
    Syntax
    'Declaration
     
    Public Property MIMEType As RdlString
    public RdlString MIMEType {get; set;}
    See Also