• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/handler/basereport.php
  • Класс: BitrixReportVisualConstructorHandlerBaseReport
  • Вызов: BaseReport::__construct
public function __construct()
{
	$report = new Report();
	$report->setReportHandler($this);
	$this->setReport($report);
	$this->setTitle(Loc::getMessage('WITHOUT_DATA'));
}