다음을 통해 공유


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.