Freigeben über


RenderedOutputFile.Type-Eigenschaft

The MIME type of the stream in the Data property.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblys:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Type As String 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

RenderedOutputFile Klasse

Microsoft.ReportingServices.Interfaces-Namespace