Freigeben über


RenderedOutputFile-Klasse

Represents the output from a rendering extension. A RenderedOutputFile object contains the associated filename and type information that is required by the delivery extension in order to process the stream returned by the rendering extension.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.ReportingServices.Interfaces..::..RenderedOutputFile

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

Syntax

'Declaration
Public MustInherit Class RenderedOutputFile
'Usage
Dim instance As RenderedOutputFile
public abstract class RenderedOutputFile
public ref class RenderedOutputFile abstract
[<AbstractClassAttribute>]
type RenderedOutputFile =  class end
public abstract class RenderedOutputFile

Der RenderedOutputFile-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Geschützte Methode RenderedOutputFile Initializes a new instance of the RenderedOutputFile class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Data The data stream that contains the report that is output by the rendering extension.
Öffentliche Eigenschaft Encoding The type of encoding for the file stream returned by the Data property.
Öffentliche Eigenschaft Extension The extension of the file returned by the Data property. The extension matches the file type specified in the Type property.
Öffentliche Eigenschaft FileName The name of the report file in which the stream should be saved.
Öffentliche Eigenschaft Type The MIME type of the stream in the Data property.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.