How do I create a report?

There are 2 common ways of creating a report for use by SQL Reporting Services.

  • Reports in SQL Reporting Services use the Report Description Language (RDL) which is an XML based standard for defining reports. Since it is simply XML, a report can be written using any text editor.
  • SQL Report Designer which is available to those owning licenses for both SQL Server and Visual Studio.NET 2003. The Report Designer is a Visual Studio.NET 2003 add-in packaged with SQL Reporting Services and, when installed, makes available a Report project type in Visual Studio.NET 2003.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

What do I need to do to sign up for SQL Reporting Services?

Contact sales@oissite.com and request a Reporting Services account today!

How do I get a copy of Report Designer?

To gain access to Report Designer, you must have a license for SQL Server and Visual Studio....

What is SQL Reporting Services?

Microsoft® SQL Server™ 2005 Reporting Services is a new server-based reporting platform...

How do I reference SQL Reporting Services in my own web application?

The SQL Reporting Services product available with your account offers web service that allows...

How do I allow people to view my reports via my website? Do you have a sample HTML link I can use to reference my reports?

The Report Server is accessible through URL requests. URL requests contain parameters that are...