Click to See Complete Forum and Search --> : crystal reports dataset change


itais
January 25th, 2007, 08:53 AM
hello to all.
I need to create a report with crystal reports in vs 2005 and c#.
i created a form, a dataset and a report that works fine.
now i need to chage the content of the report :
i create a local dataset object with all the data that i need, and i need to change the report's dataset so it could take the data from my dataset and not from the database.
everything i try doesn't work
can you please help me.
thanks
itai

Naumaan
January 25th, 2007, 10:38 AM
Take a look at :Creating Crystal Reports using C# with Datasets (http://www.codeproject.com/useritems/CreatingCrystalReports.asp)