Compartir a través de


IImageInstance.MIMEType Propiedad

Gets the calculated value of the MIMEType property in a IImage class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
ReadOnly Property MIMEType As String 
    Get
'Uso
Dim instance As IImageInstance 
Dim value As String 

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

Valor de la propiedad

Tipo: System.String
A MIMEType value that represents the calculated value of the MIMEType property.

Vea también

Referencia

IImageInstance Interfaz

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering