InterviewSolution
| 1. |
What do you mean by RDL in the context of SQL Server Reporting Services (SSRS)? |
|
Answer» RDL stands for Report Definition Language. It is an XML representation of a SQL Server Reporting Services report definition. The data retrieval and layout information for a report is contained in a report definition. RDL is MADE up of XML elements that follow a Reporting Services-specific XML language. By accessing code assemblies within report definition FILES, you can add your own custom functions for manipulating report item values, styles, and formatting. RDL encourages commercial reporting product interoperability by creating a common schema that allows report definitions to be exchanged. RDL can be used with any XML-based protocol or programmatic interface. In other words, RDL is :
Following are the VARIOUS components of an RDL file:-
|
|