Interface IRenderingExtension
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public interface IRenderingExtension : IExtension, IDisposable
public interface IRenderingExtension : IExtension, IDisposable
Provides the mechanism for implementing new rendering extension.
bool Render(Report report, Hashtable renderingContext, Hashtable deviceInfo, CreateStream createStreamCallback, EvaluateHeaderFooterExpressions evalHeaderFooterCallback)
Report
report
The report that has to be rendered. |
System. Contains entries for rendering engine internal usage. |
System. The rendering extension parameters. |
Create A Create |
Evaluate A Evaluate |
System. True if the rendering operation is successful; otherwise returns False. |
The stream created by the CreateStream delegate is used by the Reporting engine and for best performance it is not advisable to be closed (it will be closed by the Reporting engine).
Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.