Share via


Classe RenderedOutputFile

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.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
Public MustInherit Class RenderedOutputFile
'Utilisation
Dim instance As RenderedOutputFile
public abstract class RenderedOutputFile
public ref class RenderedOutputFile abstract
[<AbstractClassAttribute>]
type RenderedOutputFile =  class end
public abstract class RenderedOutputFile

Le type RenderedOutputFile expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée RenderedOutputFile Initializes a new instance of the RenderedOutputFile class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Data The data stream that contains the report that is output by the rendering extension.
Propriété publique Encoding The type of encoding for the file stream returned by the Data property.
Propriété publique Extension The extension of the file returned by the Data property. The extension matches the file type specified in the Type property.
Propriété publique FileName The name of the report file in which the stream should be saved.
Propriété publique Type The MIME type of the stream in the Data property.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.