InterviewSolution
Saved Bookmarks
| 1. |
What are the various stages involved in Report Processing in the context of SQL Server Reporting Services (SSRS)? |
|
Answer» We specify a report definition file (.rdl) in XML format when we GENERATE a report. This file contains all of the information REQUIRED by the report processor to merge report data and layout. When we view a report, it GOES through the stages listed below:
|
|