Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello FRIENDS, Have a Good day !!

Required Report for SURVEY using Graphs or Charts.
================================================

I have Creating SURVEY using Asp.net, C#, SqlServer 2005.

In this Survey it has almost 15 Questions.and the Answers will be using RadioButtonList as Excellent, VeryGood, Good, Poor.

and when i answer all the questions and click on submit button, These answers will be stored in database.

and now Finally, I want to make a report for this Survey using Graphs or Charts.

Please My dear Friends, how to create a Report using Graphs or Charts....etc.


Please help me, Thanks.
Posted

1 solution

Hi Ubaid,

You can use built RDLC control

It is like a Datagrid only. You can bind the RDLC with dataset.

Then you can generate report in Chart, Graph. Also yoi can export those into Excel , PDf or Word

Thanks
Mohan
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900