GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > BackgroundImage Class : MIMEType Property |
Gets or sets the MIMEType for the image.
'Declaration Public Property MIMEType As ExpressionInfo
public ExpressionInfo MIMEType {get; set;}
Valid values are: image/bmp, image/jpeg, image/gif, image/png, and image/x-png.
MIMEType is required if the Source is set to Database; otherwise it is ignored.