Skip to Content
0
Former Member
Jul 07, 2007 at 04:29 AM

Difficulties in showing Crystal Reports generated with Dataset

41 Views

I am new to CrystalReports.

I have to show the reports on a Asp .Net pages.

For that, I am using "CrystalReportViewer" on my Asp .Net page and assigning the generated CrystalReports.

For generating the CrystalReports, I am using Dataset.The dataset is comig as a "property" of a Helper Class.

To assign the data to the report, I used the followig option on ".rpt" page -

Database --> Database Expert --> Project Data --> .Net Objects

And then assiged to the HelperClass proprty.

When I run the report, i got the message -

'The report you requested requires further information."

Then some text boxes for

Server name:

Database name:

User name:

Password:

And one check box for -

Use Integrated Security

problem is - I am using dataset, then why should I need to give these informations, which I suppose, is to access a dataset.

Anyway, I try associating one conection string with my credetials for "table.LogOnInfo" of the report.Still, I am getting the error.

I sped almost a couple of days , fuguring out the problem.

Please help me.