Gets or sets the MIMEType for the image. Valid values are as follows: image/bmp, image/jpeg, image/gif, image/png, image/x-png.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string MIMEType { get; set; }
Visual Basic
Public Property MIMEType As String
	Get
	Set

See Also