本文介绍了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 !

推荐答案


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

10-29 11:54