Image.MIMEType Property

Definition

Returns the MIME type of the image. The MIMEType must be one of the following: image/bmp, image/jpeg, image/x-png; image/png, or image/gif.

public:
 property System::String ^ MIMEType { System::String ^ get(); void set(System::String ^ value); };
public string MIMEType { get; set; }
member this.MIMEType : string with get, set
Public Property MIMEType As String

Property Value

A string containing the MIME type of the image. The returned value must be one of the following valid values:

  • image/bmp

  • image/jpeg

  • image/x-png

  • image/png

  • image/gif

Remarks

Implements

Microsoft.ReportingServices.ReportRendering.IImage.MIMEType

Applies to