Rotativa pdf generte проблема после вызова Action с другого контроллера

Получение ошибки в ControllerContext после вызова Action из другого контроллера:-

 var pdfBytes = new ViewAsPdf("MonthlyReport", GetOverAllSales)
            {
                PageWidth = 215.9,
                PageHeight = 279.4,
                PageMargins = new Rotativa.Options.Margins(4, 6, 4, 4)
            }.BuildFile(ControllerContext);
            var fileName = "MonthlySalesReport_" + DateTime.Now.Ticks + ".pdf";

0 ответов

Другие вопросы по тегам