Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report Viewer Hangs
Message
Information générale
Forum:
ASP.NET
Catégorie:
Rapports
Titre:
Report Viewer Hangs
Divers
Thread ID:
01450600
Message ID:
01450600
Vues:
100
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform