Интерфейс IRenderStream

Provides support for rendering multiple streams from a rendering extension.

Пространство имен:  Microsoft.ReportingServices.Interfaces
Сборки:   Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)

Синтаксис

'Декларация
Public Interface IRenderStream
'Применение
Dim instance As IRenderStream
public interface IRenderStream
public interface class IRenderStream
type IRenderStream =  interface end
public interface IRenderStream

Тип IRenderStream обеспечивает доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Finish Allows the rendering extension to indicate that there is no additional content to be added to the given stream.

В начало

Замечания

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

ПримечаниеПримечание

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.