• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/report/view/adsgrid.php
  • Класс: Bitrix\Crm\Integration\Report\View\AdsGrid
  • Вызов: AdsGrid::__construct
public function __construct()
{
	parent::__construct();

	$this->setDraggable(false);
	$this->setComponentName('bitrix:crm.report.vc.widget.content.chart');
	$this->setComponentTemplateName('grid');
	$this->addComponentParameters('IS_GRID', true);
	$this->addComponentParameters('IS_TRAFFIC', false);
	$this->setPreviewImageUri('/bitrix/images/report/visualconstructor/preview/grid.svg');
}