共用方式為


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.