Partager via


Propriété MIMEType

Gets or sets the calculated value of the MIMEType property in a Image class.

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

Syntaxe

'Déclaration
Public Property MIMEType As String
    Get
    Set
'Utilisation
Dim instance As ImageInstance
Dim value As String

value = instance.MIMEType

instance.MIMEType = value
public string MIMEType { get; set; }
public:
virtual property String^ MIMEType {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract MIMEType : string with get, set
override MIMEType : string with get, set
final function get MIMEType () : String
final function set MIMEType (value : String)

Valeur de propriété

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

Implémente

IImageInstance. . :: . .MIMEType