Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report Viewer Hangs
Message
General information
Forum:
ASP.NET
Category:
Reporting
Title:
Report Viewer Hangs
Miscellaneous
Thread ID:
01450600
Message ID:
01450600
Views:
99
Ok, I have been Googling this for an hour now. I used to know how to do this in VFP..

I have created a Crystal Report in my project. I have also created a Viewer form with a CR Viewer control in it. I added a ViewReport method and in it I set:
crViewer.ReportSource = new rptContactSingle();
Then in the calling method I do:
frmReportViewer Viewer = new frmReportViewer();
Viewer.ViewReport();
Viewer.ShowDialog();
The form displays, then hangs.

Anyone know what's wrong? What am I missing?

FWIW - if I set the ReportSource directly on the viewer in design mode, I see the report. It renders right away.
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform