Skip to content

preinit

This event occurs at the very start of a CALUMO Published Report loading, before it has sent the request off to the server to retrieve the rendered report and before any user interface elements are available.

Event Arguments

reportDetails

This argument is populated by the event with the full details of the report.

See: Report Details Object

Example

report.api.bind("preinit", function(e) {
  // e.reportDetails
})
Back to top