Search
HtmlExporterBase Events
 


 Public Events

  Name Description

BeginRenderHead

Raised before the <head> tag contents are being rendered, but after the tag itself has been appended.

BeginRenderReport

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

EndRenderHead

Raised after the <head> tag contents are being rendered, but before the closing tag has been appended.

EndRenderReport

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

ProcessImage

Raised when the underlying HTML is rendered in order to process a referenced image.

 See Also