Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the MIME type.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property MIMEType As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
The MIME type.