ComponentOne Reports for WPF
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 BackgroundImage.Source is ImageSource.Database. Otherwise this property is ignored.
    Syntax
    'Declaration
     
    Public Property MIMEType As RdlString
    public RdlString MIMEType {get; set;}
    See Also