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.
Returns the MIME type of the image, if any.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
ReadOnly Property MIMEType As String
Get
'Uso
Dim instance As IImage
Dim value As String
value = instance.MIMEType
string MIMEType { get; }
property String^ MIMEType {
String^ get ();
}
abstract MIMEType : string
function get MIMEType () : String
Valor de la propiedad
Tipo: System.String
A string containing the MIME type of the image.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering