Compartir a través de


RenderedOutputFile.Type Propiedad

The MIME type of the stream in the Data property.

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property Type As String 
    Get
'Uso
Dim instance As RenderedOutputFile 
Dim value As String 

value = instance.Type
public abstract string Type { get; }
public:
virtual property String^ Type {
    String^ get () abstract;
}
abstract Type : string
abstract function get Type () : String

Valor de la propiedad

Tipo: System.String
The MIME type of the stream.

Vea también

Referencia

RenderedOutputFile Clase

Espacio de nombres Microsoft.ReportingServices.Interfaces