Image.MIMEType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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