Raised after the <head> tag contents are being rendered, but before the closing tag has been appended.
Namespace: MindFusion.Reporting.Export
Assembly: MindFusion.Reporting.Html
SyntaxC#
Copy Code
|
|---|
public event EventHandler<RenderHtmlEventArgs> EndRenderHead |
Visual Basic
Copy Code
|
|---|
Public Event EndRenderHead As EventHandler(Of RenderHtmlEventArgs) |
Event DataEndRenderHead event handlers receive an argument of type RenderHtmlEventArgs.
RemarksThis event is raised when exporting a report through the Export method. It enables clients to write custom contents at the end of the <head> section of the exported HTML file.
See Also