I'm searching more information about Report Viewer.
I have a datagirdview with data that is manully added and I want to save those info and transfer it to the Report Info.
Is log file a way to do it? Or i need to do it on another way
Plse advise
I'm searching more information about Report Viewer.
I have a datagirdview with data that is manully added and I want to save those info and transfer it to the Report Info.
Is log file a way to do it? Or i need to do it on another way
Plse advise
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Arnold PetronaPosted Aug 6, 2008, 9:08 AM
Ok, I was busy allready with Report Viewer and the Database. Can You tell me where i can get visual tutorail to work with Report Viewer and Crystal Report.
I have a table of info is as follow;
Name, Counter1,Counter2,DateTime
R0, 34, 50, 08/02/08 7:00:00 am
R0, 67,23,08/02/08 7:02:00 am
How in the Visual studio need I to work to get the Report working in Chart
Md MushtaquePosted Aug 6, 2008, 5:18 AM
Hi Sir,
I know my answer is not upto the mark but Why dont you save the data in database and from there you can generate a report through Crystal Report.
If you want to use Crystal Report otherwise store the data in a DataTable object and display the data on a PlaceHolder Control.
Well I have done in both the ways and sorted my problems, so if it works for you please go ahead.