Compartir a través de


Interfaz IRenderStream

Provides support for rendering multiple streams from a rendering extension.

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

Sintaxis

'Declaración
Public Interface IRenderStream
'Uso
Dim instance As IRenderStream
public interface IRenderStream
public interface class IRenderStream
type IRenderStream =  interface end
public interface IRenderStream

El tipo IRenderStream expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público Finish Allows the rendering extension to indicate that there is no additional content to be added to the given stream.

Arriba

Comentarios

The IRenderStream interface is implemented by all by all streams returned when CreateAndRegisterStream is called with the operation property set to StreamOper.CreateAndRegister.

[!NOTA]

Previously, setting the operation property of CreateAndRegisterStream to StreamOper.CreateAndRegister would only create a single primary stream. Now, the first call to CreateAndRegisterStream registers the primary stream. Subsequent calls create secondary streams.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.Interfaces