• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/entity/report.php
  • Класс: BitrixReportVisualConstructorEntityReport
  • Вызов: Report::getReportByGId
static function getReportByGId($reportGId)
{
	return static::load(
		array(
			'GID' => $reportGId
		),
		array('widget', 'configurations')
	);
}