Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
It asks User name and password again and again
Message
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Rapports
Titre:
It asks User name and password again and again
Versions des environnements
OS:
Windows 2000 SP3
Database:
MS SQL Server
Divers
Thread ID:
01028846
Message ID:
01028846
Vues:
47
Hi,

I am trying to generate a Crystal report for my project. Since it is push report, I created an ADO connection and filled dataset to be shown in the report.
1. I then created a report and dataset called dataset31.xsd. Since We still have to connect to generate the data for Dataset31, so I selected a table in the dataset which I can use to drag and drop the fields on the report.
2. I copied the crystalreportViewer on my form and set its reportsource path to the report we created up.
3. I am filling the dataset and reportviewer using
CrystalReport1 rpt2=new CrystalReport1();
rpt2.SetDataSource(dataset31);
crystalReportViewer1.ActiveViewIndex=-1;
crystalReportViewer1.ReportSource = rpt2;

But this code opens the Login dialog box and even if I enter the info in it, it keep onpening it again and again.

Any info, is highly appreciated.

Bharat
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform