*/ class Product extends \Magento\Backend\Block\Widget\Grid\Container { /** * {@inheritdoc} */ protected function _construct() { $this->_blockGroup = 'Magento_Reports'; $this->_controller = 'adminhtml_product'; $this->_headerText = __('Products Report'); parent::_construct(); $this->buttonList->remove('add'); } }