MIMEType propriété
Returns the MIME type of the image, if any.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans 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 la propriété
Type : System. . :: . .String
A string containing the MIME type of the image.
Voir aussi