Link to home
Start Free TrialLog in
Avatar of rperlalys
rperlalys

asked on

Need to develop a report based on sql query in Visual studio 2013 Ultimate...

Hi,

I would like to create a new report in visual studio 2013 ultimate(asp.net c#). What are the built in tools available in Visual Studio 2013 ultimate?

Can you please guide me along with steps how to create a custom report in VS studio ultimate using SQL Query. My back-end is SQL Server 2005.

Thank you.
Avatar of Mike McCracken
Mike McCracken

The only tool I am aware of that comes with Visual Studio is the Data Reporting tool from MS.

You can use SQL Services Reporting that comes with SQL Server 2005.

You can also use Crystal Reports for .Net which is a separate download from SAP/Crystal.  You can download it from here

     http://help.sap.com/bocrvs

mlmcc
ASKER CERTIFIED SOLUTION
Avatar of Vadim Rapp
Vadim Rapp
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SQL Server Reporting Services (SSRS) is the reporting tool of choice in Visual Studio / SQL Server Data Tools, so explain what you mean by '(asp.net c#)'.
Avatar of rperlalys

ASKER

Hi jimhorn,

asp.net and c# are the technologies what I am using for developing my website. Just I gave as an additional information.

Can you advise me along with steps on to use SSRS for reporting purpose?


Thank you.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial