IRenderStream 인터페이스
Provides support for rendering multiple streams from a rendering extension.
네임스페이스: Microsoft.ReportingServices.Interfaces
어셈블리: Microsoft.ReportingServices.SharePoint.UI.WebParts.dll의 Microsoft.ReportingServices.SharePoint.UI.WebParts
Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces
구문
‘선언
Public Interface IRenderStream
‘사용 방법
Dim instance As IRenderStream
public interface IRenderStream
public interface class IRenderStream
type IRenderStream = interface end
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.
[!참고]
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.