AfterReportDeleted is called after a report has been deleted, even if the deletion failed.
Syntax
public void AfterReportDeleted(IReportBase report, bool reportWasDeleted)
Parameters
report The report that was deleted.
reportWasDeleted True if the report was deleted, false if not.
Return value
None.
Example
See the example for AfterReportSaved.