Partager via


Propriété IImage.MIMEType

Returns the MIME type of the image, if any.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
ReadOnly Property MIMEType As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IImage Interface

Espace de noms Microsoft.ReportingServices.ReportRendering