BeforeReportDeleted is called before a report is deleted.
Syntax
public bool BeforeReportDeleted(IReportBase report)
Parameters
report The report to be deleted.
Return value
True if the report should be deleted, false if not.
Example
See the example for AfterReportSaved.