我在Crystal Report - Error Messsage中遇到问题:加载报表失败 [英] I got the problem in Crystal Report- Error Messsage:Load report failed

查看:349
本文介绍了我在Crystal Report - Error Messsage中遇到问题:加载报表失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Crystal Report - Error Messsage中遇到问题:加载报告失败。

I got the problem in Crystal Report- Error Messsage:Load report failed.

如何解决此问题?

推荐答案

如果您的报告运行了一段时间,然后崩溃,请确保您将其废弃.......

If your report is running for awhile and then falls over make sure you Dispose it.......

if(myReport != null)
{
    myReport .Close();
    myReport .Dispose();
}

这篇关于我在Crystal Report - Error Messsage中遇到问题:加载报表失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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