• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/handler/basereport.php
  • Класс: BitrixReportVisualConstructorHandlerBaseReport
  • Вызов: BaseReport::fillReport
public function fillReport(Report $report)
{
	$viewHandler = $this->getView();
	if ($viewHandler)
	{
		$this->setView($viewHandler);
	}
	$this->setReport($report);
	$this->setConfigurations($report->getConfigurations());
	$this->getCollectedFormElements();
	$this->fillFormElementsValues();
}