• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/views/component/baseviewcomponent.php
  • Класс: BitrixReportVisualConstructorViewsComponentBaseViewComponent
  • Вызов: BaseViewComponent::executeComponent
public function executeComponent()
{
	/**
	 * @see IReportSingleData::getSingleData()
	 */
	$this->arResult['CALCULATION_RESULT'] = $this->arParams['RESULT'];
	$this->arResult['WIDGET'] = $this->arParams['WIDGET'];
	$this->arResult['HEIGHT'] = $this->arParams['HEIGHT'];
	$this->arResult['WIDGET_COLOR'] = $this->arParams['WIDGET_COLOR'];
	$this->includeComponentTemplate();
}