Crystal报表显示c#.net中的空白页面 [英] Crystal report show the blank page in c#.net

查看:60
本文介绍了Crystal报表显示c#.net中的空白页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我在c#Visual Studio 2008工作。当我运行项目第一次水晶报告显示空白页后,我按下刷新按钮报告将display.i尝试所有报告刷新概念,但那不起作用。



你能不能告诉我这个解决方案...



编码

Hi ,

I m working in c# Visual Studio 2008. when i run the project first time crystal report show the blank page after that i pressed refresh button report will display.i tried all report refresh concept but thats not working.

can u anyone plz tell me the solution for this...

Coding

   Report_AMCDataPreview report1 = new Report_AMCDataPreview();
   report1.SetDataSource(dd.Tables[0]);
   report1.SetDatabaseLogon("Admin", "jts100");
   crystalReportViewer1.ReportSource = null;
   crystalReportViewer1.ReportSource = report1;





帮助我!急!



help me! urgent !

推荐答案

是你的网络还是Windows应用程序?

如果是Web应用程序则需要

U在Ur页面上使用任何Ajax控件?
Is It Your Web Or Windows Application?
And If it is Web Application Then have
U Used Any Ajax Control On Ur Page?


这篇关于Crystal报表显示c#.net中的空白页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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