AfterReportCopied is called after a report has been copied.
Syntax
public void AfterReportCopied(IReportBase report, IReportBase copy)
Parameters
report The report that was copied.
copy The copy of the report.
Return value
None.
Example
See the example for AfterReportSaved.