• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/fields/valuable/previewblock.php
  • Класс: BitrixReportVisualConstructorFieldsValuablePreviewBlock
  • Вызов: PreviewBlock::printContent
public function printContent()
{
	$params = array(
		'AVAILABLE_VIEWS' => $this->getAvailableViewList(),
		'PREPARED_WIDGET' => Widget::prepareWidgetContent($this->getWidget(), true),
	);
	$this->includeFieldComponent('previewblock', $params);
}