Partilhar via


Propriedade do RDL IImage.MIMEType

Returns the MIME type of the image, if any.

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

Sintaxe

'Declaração
ReadOnly Property MIMEType As String 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

IImage Interface

Namespace Microsoft.ReportingServices.ReportRendering