Partilhar via


Propriedade do RDL RenderedOutputFile.Type

The MIME type of the stream in the Data property.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

RenderedOutputFile Classe

Namespace Microsoft.ReportingServices.Interfaces