• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/handler/basereport.php
  • Класс: BitrixReportVisualConstructorHandlerBaseReport
  • Вызов: BaseReport::getCalculateField
public function getCalculateField()
{
	$whatWillCalculate = new DropDown('calculate');
	$whatWillCalculate->setLabel(Loc::getMessage('BASE_REPORT_HANDLER_WHAT_WILL_CALCULATE'));
	$whatWillCalculate->addOptions($this->getWhatWillCalculateOptions());

	return $whatWillCalculate;
}