MindFusion WinForms Programmer's Guide
HtmlExporterBase.EndRenderReport Event
See Also
 





Raised within the <body> right after rendering the report.

Namespace: MindFusion.Reporting.Export
Assembly: MindFusion.Reporting.Html

 Syntax

C#  Copy Code

public event EventHandler<RenderHtmlEventArgs> EndRenderReport

Visual Basic  Copy Code

Public Event EndRenderReport As EventHandler(Of RenderHtmlEventArgs)

 Event Data

EndRenderReport event handlers receive an argument of type RenderHtmlEventArgs.

 Remarks

This event is raised when exporting a report through the Export method. It enables clients to write custom contents at the end of the <body> section of the exported HTML file.

 See Also

HtmlExporterBase Members
HtmlExporterBase Class
MindFusion.Reporting.Export Namespace