Can someone help me please? I have an ASP.NET MVC web app with DevExpress WebDocumentViewer. My problem started when I upgraded the version of DevExpress from v18.2.7 to v24.1.7. I am not sure if I missed some configurations or settings.
But I already made some research and read documentations in DevExpress but I cannot see any issues related to mine. Before upgrading the reports displays nicely in the viewer but after the upgrade, there is a big space on the left part of the report. The reports layouts are all good when printing or when exporting to PDF. Only problem is when previewing. below is the code I used to display it.
@Html.DevExpress().WebDocumentViewer(settings =>
{
settings.Name = "WebDocumentViewer1";
}).Bind(Model).GetHtml()