• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_report_helper.php
  • Класс: \CCrmReportManager
  • Вызов: CCrmReportManager::getReportData
static function getReportData($reportID)
{
	$reportID = intval($reportID);
	return $reportID > 0
		? Bitrix\Report\ReportTable::getById($reportID)->fetch():
		null;
}