• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/views/jscomponent/amchart/multidirectional.php
  • Класс: BitrixReportVisualConstructorViewsJsComponentAmChartMultiDirectional
  • Вызов: MultiDirectional::collectReportHandlerFormElements
public function collectReportHandlerFormElements($reportHandler)
{
	parent::collectReportHandlerFormElements($reportHandler);
	$removeReportControlFormElement = $reportHandler->getFormElementByDataAttribute('role', 'report-remove-button');
	if ($removeReportControlFormElement)
	{
		$reportHandler->removeFormElement($removeReportControlFormElement);
	}
}