Partager via


Propriété Image.MIMEType

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MIMEType As ReportStringProperty 
    Get
'Utilisation
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

Valeur de propriété

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

Implémente

IImage.MIMEType

Voir aussi

Référence

Image Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering