Compartilhar via


Interface IRenderStream

Provides support for rendering multiple streams from a rendering extension.

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

Sintaxe

'Declaração
Public Interface IRenderStream
'Uso
Dim instance As IRenderStream
public interface IRenderStream
public interface class IRenderStream
type IRenderStream =  interface end
public interface IRenderStream

O tipo IRenderStream expõe os membros a seguir.

Métodos

  Nome Descrição
Método público Finish Allows the rendering extension to indicate that there is no additional content to be added to the given stream.

Início

Comentários

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

ObservaçãoObservação

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.

Consulte também

Referência

Namespace Microsoft.ReportingServices.Interfaces