Udostępnij za pośrednictwem


IImage.MIMEType Property

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

Property Value

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

See Also

Reference

IImage Interface

Microsoft.ReportingServices.ReportRendering Namespace