Compartir a través de


Clase 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.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxis

'Declaración
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

El tipo RenderedOutputFile expone los siguientes miembros.

Constructores

  Nombre Descripción
Método protegido RenderedOutputFile Initializes a new instance of the RenderedOutputFile class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Data The data stream that contains the report that is output by the rendering extension.
Propiedad pública Encoding The type of encoding for the file stream returned by the Data property.
Propiedad pública Extension The extension of the file returned by the Data property. The extension matches the file type specified in the Type property.
Propiedad pública FileName The name of the report file in which the stream should be saved.
Propiedad pública Type The MIME type of the stream in the Data property.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.