Currently we are using MS Access to build reports in which we seperate the report layout and where clause into two seperate parts. The tables in the Access database are linked tables to SQL server 2008. One linked table contains various report layouts and another linked table contains varioius where clauses for the report layouts. This way, we can have the same report layout shared by various predefined where clauses. When a user submits a report request, we will put together report layout and the where clause and submit it to build the query dynamically via the custom build Access front-end. Then the Access front-end will send the query to our backend SQL server to run and create the report. I am interested in doing all these in reporting service. Is it possible? I am totally new to SQL reporting service. w
Certainly if you can regulate the requirements for the userts in a standard format, such as when the datasource is not changed. See the information about Report Definition Language Specifications from http://www.microsoft.com/sql/technologies/reporting/rdlspec.mspx and view http://msftrsprodsamples.codeplex.com/ information. In any case I would recommend to update your local SQL Server books online to get more study on SSRS in your case.