• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/views/jscomponent/activity.php
  • Класс: BitrixReportVisualConstructorViewsJsComponentActivity
  • Вызов: Activity::__construct
public function __construct()
{
	$this->setLabel(Loc::getMessage('REPORT_ACTIVITY_VIEW_LABEL'));
	$this->setLogoUri('/bitrix/images/report/visualconstructor/view-activity.jpg');
	$this->setJsClassName('BX.Report.VisualConstructor.Widget.Content.Activity');
	$this->setCompatibleDataType(Common::MULTIPLE_BI_GROUPED_REPORT_TYPE);
	$this->setHeight(380);
}