Freigeben über


RenderedOutputFile-Member

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.

Der RenderedOutputFile-Typ macht die folgenden Member verfügbar.

Konstruktoren

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

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

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