Freigeben über


GaugeImage.MIMEType-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the MIME type.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property MIMEType As ReportExpression 
    Get 
    Set
'Usage
Dim instance As GaugeImage 
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)

Eigenschaftswert

Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
The MIME type.

Siehe auch

Verweis

GaugeImage Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace