Hubbry Logo
search
search button
Sign in
Historyarrow-down
starMorearrow-down
Hubbry Logo
search
search button
Sign in
Report Definition Language
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Report Definition Language Wikipedia article. Here, you can discuss, collect, and organize anything related to Report Definition Language. The purpose of the hub is to connect people, foster deeper knowledge, and help improve the root Wikipedia article.
Add your contribution
Inside this hub
Report Definition Language

Report Definition Language (RDL) is a standard proposed by Microsoft for defining reports.

RDL is an XML application primarily used with Microsoft SQL Server Reporting Services. It is usually written using Visual Studio, although there are also third-party tools; it may also be created or edited by hand in a text editor. SQL Server Reporting Services or other third-party reporting frameworks use RDL to define charts, graphs, calculations, text, images (through links), and other report objects and render them in a variety of formats.

There are three high-level sections in a typical RDL file:

  • Page style - The objects to display including fields, images, graphs, and tables.
  • Field definitions - The extended attributes of fields that are populated with formulas, dynamic data, or Database derived data.
  • Parameters and Database connections - Parameters that may be furnished by the user or passed in from another application; and database connections and queries for pulling data into the report.

References

[edit]
[edit]
Add your contribution
Related Hubs