Freigeben über


IImage.MIMEType-Eigenschaft

Returns the MIME type of the image, if any.

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

Syntax

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

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

Eigenschaftswert

Typ: System.String
A string containing the MIME type of the image.

Siehe auch

Verweis

IImage Schnittstelle

Microsoft.ReportingServices.ReportRendering-Namespace