I need to remove the report tab from admin panel mentioned in attached image.
OPEN CART ADMIN PANEL
You can hide it using CSS. to file: admin/view/stylesheet/stylesheet.css add:
admin/view/stylesheet/stylesheet.css
li#menu-report { display: none; }