Crystal Report help required

M

Maqsood Ahmed

Hello,
i need help regarding using Crystal reports in C#. I don't want to
populate my Dataset/Datatable through database. I have used a Datatable
and also a dataset as DataSource for CR. but it didn't help much... in
case of DataTable, it throws an exception "Error in File <.rpt File
Name>: Invalid Table Number" and in case of Dataset containing same
datatable in it.. it doesn't throw an exception, but it doesn't show
anything either.... I am using Blank Report for this purpose...

I have also tried including Strong Typed Dataset in the project and
later try to connect rpt to the dataset but it doesn't show any
DataTable for that Dataset.
Does anyone have any Idea how to use In-memory data that is not from a
Database source in Crystal Reports????

Maqsood Ahmed
Kolachi Advanced Technologies
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

I have several reports running in this way, the datasource is a XML file
( or a dataset ) take a look at one of several guides in the crystal's
website. I remember I followed one and it worked from the beginning .

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top