InterfaceIRenderStream
Interface
Provides support for rendering multiple streams from a rendering extension.
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public interface IRenderStream
Methods
Finish()
Allows the rendering extension to indicate that there is no additional content to be added to the given stream.
Declaration
cs-api-definition
void Finish()