在WPF中部署后,水晶报表中的负载报表失败 [英] load report failed in crystal report after deployment in WPF

查看:169
本文介绍了在WPF中部署后,水晶报表中的负载报表失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在WPF中部署后,Crystal报表中的加载报表失败

我的代码是
rptPath = Directory.GetParent(rptPath).ToString()+"\\ Reports \\ PrintReport.rpt";
rd.Load(rptPath);

load report failed in crystal report after deployment in WPF

my code is
rptPath = Directory.GetParent(rptPath).ToString() + "\\Reports\\PrintReport.rpt";
rd.Load(rptPath);

推荐答案

检查此提示/技巧
Crystal Reports:修复了"Load report failed"错误. [ ^ ]
Check this Tip/Trick
Crystal Reports: Fix for "Load report failed" error.[^]


这篇关于在WPF中部署后,水晶报表中的负载报表失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆