Partager via


Propriété MIMEType

The MIME type of the image.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property MIMEType As ReportExpression
    Get
    Set
'Utilisation
Dim instance As BaseGaugeImage
Dim value As ReportExpression

value = instance.MIMEType

instance.MIMEType = value
public ReportExpression MIMEType { get; set; }
public:
property ReportExpression MIMEType {
    ReportExpression get ();
    void set (ReportExpression value);
}
member MIMEType : ReportExpression with get, set
function get MIMEType () : ReportExpression
function set MIMEType (value : ReportExpression)