Raised within the <body> right before rendering the report.
Namespace: MindFusion.Reporting.Export
Assembly: MindFusion.Reporting.Html
C# Copy Code |
---|
public event EventHandler<RenderHtmlEventArgs> BeginRenderReport |
Visual Basic Copy Code |
---|
Public Event BeginRenderReport As EventHandler(Of RenderHtmlEventArgs) |
BeginRenderReport event handlers receive an argument of type RenderHtmlEventArgs.
This event is raised when exporting a report through the Export method. It enables clients to write custom contents in the beginning of the <body> section of the exported HTML file.