Proprietà EmbeddedImage.MIMEType

Gets or sets the MIME type.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property MIMEType As String 
    Get 
    Set
'Utilizzo
Dim instance As EmbeddedImage 
Dim value As String 

value = instance.MIMEType

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

Valore proprietà

Tipo: System.String
The MIME type.

Vedere anche

Riferimento

EmbeddedImage Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel