IRenderStream-Schnittstelle
Provides support for rendering multiple streams from a rendering extension.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblys: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Syntax
'Declaration
Public Interface IRenderStream
'Usage
Dim instance As IRenderStream
public interface IRenderStream
public interface class IRenderStream
type IRenderStream = interface end
public interface IRenderStream
Der IRenderStream-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
Finish | Allows the rendering extension to indicate that there is no additional content to be added to the given stream. |
Zum Anfang
Hinweise
The IRenderStream interface is implemented by all by all streams returned when CreateAndRegisterStream is called with the operation property set to StreamOper.CreateAndRegister.
Hinweis |
---|
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. |