Compartir a través de


BackgroundImageInstance.MIMEType Propiedad

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

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

Sintaxis

'Declaración
Public MustOverride ReadOnly Property MIMEType As String 
    Get
'Uso
Dim instance As BackgroundImageInstance 
Dim value As String 

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

Valor de la propiedad

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

Implementa

IImageInstance.MIMEType

Vea también

Referencia

BackgroundImageInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering