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