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

In This Topic
    MIMEType Property (BackgroundImage)
    In This Topic
    Gets or sets the MIMEType for the image. This property is required if Source is ImageSource.Database. Otherwise this property is ignored.
    Syntax
    'Declaration
     
    Public Property MIMEType As RdlString
    public RdlString MIMEType {get; set;}
    See Also