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.

Hierarquia de herança

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

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

Sintaxe

'Declaração
Public MustInherit Class RenderedOutputFile
'Uso
Dim instance As RenderedOutputFile
public abstract class RenderedOutputFile
public ref class RenderedOutputFile abstract
[<AbstractClassAttribute>]
type RenderedOutputFile =  class end
public abstract class RenderedOutputFile

O tipo RenderedOutputFile expõe os membros a seguir.

Construtores

  Nome Descrição
Método protegido RenderedOutputFile Initializes a new instance of the RenderedOutputFile class.

Início

Propriedades

  Nome Descrição
Propriedade pública Data The data stream that contains the report that is output by the rendering extension.
Propriedade pública Encoding The type of encoding for the file stream returned by the Data property.
Propriedade pública Extension The extension of the file returned by the Data property. The extension matches the file type specified in the Type property.
Propriedade pública FileName The name of the report file in which the stream should be saved.
Propriedade pública Type The MIME type of the stream in the Data property.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.