Francis Saul
Francis Saul

Reputation: 750

How to add Report in ASP.NET Project

I have a problem on how to create a report in asp.net web application. When I right click on the project name and click add new item I can't see the "Report".

What I did is to add in the ToolBox the reportViewer webform but how can I use that If I'm not able to add a report in the project? any help will be appreciated.

I'm using visual studio 2010 express. If it's not available in that version, any suggestion on how can I create a report using reportviewer which is already in my ToolBox? or any approach to create a report? I can't use crystal/stimulsoft because they're not free.

Upvotes: 0

Views: 2002

Answers (1)

TheTechGuy
TheTechGuy

Reputation: 17394

When you Add Report (RDLC), next you are supposed to Add DataSet. Bind this dataset to a database/table. Now Design your report in RLDC desinger. Lastly you are going to place RepowerViewer from Reporting Toolbox to view this report.

You can watch this 6 min youtube video which can very helpful

Upvotes: 1

Related Questions