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-cn,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