Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the calculated value of the MIMEType property in a Image class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public MustOverride Property MIMEType As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
A string value that represents the calculated value of the MIMEType property.
Implementa
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering