ASP.NET Crystal报表加载/视图将不起作用

2020-09-13 15:32发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


Asp.net 水晶报表加载/视图过去曾在Visual Studio 2017中工作,并且刚刚开始 无故失败。

没有产生错误。 它只是不会显示报告。

我的代码:

newReportDocument =新的CrystalDecisions.CrystalReports.Engine.ReportDocument newReportDocument.Load(Server.MapPath("〜/CrystalReports/"&Session(" ReportUrl")))newReportDocument.SetDataSource(Session(" dgCurrentReportData"))CrystalReportViewer1.ReportSource = newReportDocument CrystalReportViewer1.DataBind()

我尝试不进行刷新。

这是一个演出塞子,我需要尽快获得帮助。

非常感谢。

Bruce Jenkins

<<主持人删除的个人信息>>

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


Asp.net 水晶报表加载/视图过去曾在Visual Studio 2017中工作,并且刚刚开始 无故失败。

没有产生错误。 它只是不会显示报告。

我的代码:

newReportDocument =新的CrystalDecisions.CrystalReports.Engine.ReportDocument newReportDocument.Load(Server.MapPath("〜/CrystalReports/"&Session(" ReportUrl")))newReportDocument.SetDataSource(Session(" dgCurrentReportData"))CrystalReportViewer1.ReportSource = newReportDocument CrystalReportViewer1.DataBind()

我尝试不进行刷新。

这是一个演出塞子,我需要尽快获得帮助。

非常感谢。

Bruce Jenkins

<<主持人删除的个人信息>>

付费偷看设置
发送
1条回答
软件心理学工程师
1楼 · 2020-09-13 16:06.采纳回答

您正在使用哪个版本的SDK和Service Pack,以及您正在运行什么版本的Windows和IIS?

-戴尔

一周热门 更多>

点击此处---> EasySAP.com 一起学习S4 HANA ...

相关问答