共用方式為


IRenderStream Interface

Provides support for rendering multiple streams from a rendering extension.

命名空間: Microsoft.ReportingServices.Interfaces
組件: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

語法

'宣告
Public Interface IRenderStream
public interface IRenderStream
public interface class IRenderStream
public interface IRenderStream
public interface IRenderStream

備註

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

ms160622.note(zh-tw,SQL.90).gif附註:
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.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

IRenderStream Members
Microsoft.ReportingServices.Interfaces Namespace