最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

asp.net mvc - Problem with DevExpress WebDocumentViewer - Stack Overflow

programmeradmin2浏览0评论

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()

发布评论

评论列表(0)

  1. 暂无评论