public ActionResult DocumentViewerExport(ReportModel reportModel) { return(DocumentViewerExtension.ExportTo(reportModel.CreateReport())); }