Compartir a través de


Image.MIMEType Propiedad

Gets an expression that represents the MIME type value for the image.

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

Sintaxis

'Declaración
Public ReadOnly Property MIMEType As ReportStringProperty 
    Get
'Uso
Dim instance As Image 
Dim value As ReportStringProperty 

value = instance.MIMEType
public ReportStringProperty MIMEType { get; }
public:
virtual property ReportStringProperty^ MIMEType {
    ReportStringProperty^ get () sealed;
}
abstract MIMEType : ReportStringProperty 
override MIMEType : ReportStringProperty
final function get MIMEType () : ReportStringProperty

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the MIME type value for the image.

Implementa

IImage.MIMEType

Vea también

Referencia

Image Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering