Interface IRenderStream
Provides support for rendering multiple streams from a rendering extension.
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
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
void Finish()