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 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 MustOverride Property MIMEType As String
Get
Set
'Utilisation
Dim instance As ImageInstance
Dim value As String
value = instance.MIMEType
instance.MIMEType = value
public abstract string MIMEType { get; set; }
public:
virtual property String^ MIMEType {
String^ get () abstract;
void set (String^ value) abstract;
}
abstract MIMEType : string with get, set
abstract function get MIMEType () : String
abstract 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
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering