Topic: How to Hide Reports
Through any extension we can add reports to the Report Class using
$reports->addReport() function.
My question is that is it possible to remove reports from the report class through any given extension. The idea is that sometimes all reports are not important for every one so while creating extension can we hide unwanted reports from the Report Class?
Thanks in advance.