IImage.MIMEType Property

Specifies the MIME type of an image.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
ReadOnly Property MIMEType As ReportStringProperty
    Get
'Usage
Dim instance As IImage
Dim value As ReportStringProperty

value = instance.MIMEType
ReportStringProperty MIMEType { get; }
property ReportStringProperty^ MIMEType {
    ReportStringProperty^ get ();
}
abstract MIMEType : ReportStringProperty
function get MIMEType () : ReportStringProperty