Beginning SQL Server Reporting Services Part 4
|
|
|
|
| Articles Reviews Structured Query Language | |
| Written by Steve Joubert | |
| Tuesday, 19 June 2007 | |
|
{mos_sb_discuss:29} This is the last installment of a four part article on SQL Server Reporting Services:
Here, in part 4, we focus on Report Definition Language (RDL). The definition of RDL provided by MSDN2 is succinct and hard to better, so I'll use it here: "A report definition contains data retrieval and layout information for a report. Report Definition Language (RDL) is an XML representation of this report definition." We'll examine the component parts of a typical RDL file and discuss how knowledge of RDL will enable you to refine and customize your reports. We'll then take a look at Report Builder Tool, the new ad-hoc reporting tool that ships with SQL Server Reporting Services 2005. As a report
developer, it allows you to create a report-building tool that then
allows end-users to build custom reports based on the report
definitions you've provided. Confused? Fear not, all will become clear. Next, download the code
file for this article (see the Code Download link above). The code file
contains a sample Visual Studio project and a SQL Script for creating
the ReportDemo database. If you've not done so already, go ahead and
create the database using the ReportingDemoDatabaseScript.sql script
or, alternatively, by restoring the provided ReportingDemo.bak file. The schema defines: Powered by jReviews |
|
| Last Updated ( Wednesday, 20 June 2007 ) | |
| < Prev | Next > |
|---|







