tags:

views:

21

answers:

2

Dear All,

I am a beginner in VB.NET. I have made a small project and now i would like to make some reports to complete the project.

Can anyone please tell me as to how i can work with reports in VB.NET. I want to retrieve data from SQL Server 2000 using Stored Procedures and generate a report in VB.NET.

Thanks,
George

+1  A: 

I would recommend looking at Microsoft Report Viewer - it has a wysiwyg design interface and can consume many different types of data.

You can download it here.

nonnb
Can i use this with Visual Studio 2005.
George Trevour Dsouza
nonnb
A: 

I recommend you to look at FastReport .NET. It very easy in use and powerfull reporting tool.

programmer256