Click here to Skip to main content
15,895,772 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
C#
   Report_AMCDataPreview report1 = new Report_AMCDataPreview();
   report1.SetDataSource(dd.Tables[0]);
   report1.SetDatabaseLogon("Admin", "jts100");
   crystalReportViewer1.ReportSource = null;
   crystalReportViewer1.ReportSource = report1;


help me! urgent !
Posted
Updated 4-Jun-13 1:26am
v2

1 solution

Is It Your Web Or Windows Application?
And If it is Web Application Then have
U Used Any Ajax Control On Ur Page?
 
Share this answer
 
Comments
Brinda Arumugam 5-Jun-13 0:21am    
thnks for reply .. i'm using windows application
Brinda Arumugam 5-Jun-13 5:51am    
Sir its Windows Application only :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900