• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/views/component/grid.php
  • Класс: BitrixReportVisualConstructorViewsComponentGrid
  • Вызов: Grid::__construct
public function __construct()
{
	parent::__construct();
	$this->setHeight('auto');
	$this->setLabel('Grid');
	$this->setLogoUri('/bitrix/images/report/visualconstructor/view-number.jpg');
	$this->setPreviewImageUri('/bitrix/images/report/visualconstructor/preview/grid.svg');
	$this->setComponentName('bitrix:report.visualconstructor.widget.content.grid');
	$this->setCompatibleDataType(Common::MULTIPLE_GROUPED_REPORT_TYPE);
	$this->setDraggable(false);
}