Top "Ssrs-2008" questions

Microsoft SQL Server 2008 Reporting Services provides a server-based platform designed to support a wide variety of reporting needs enabling organizations to deliver relevant information where needed.

SSRS Report Manager javascript fails in non-IE browsers for Drop Down Menus

I've been debugging the ReportingServices.js file using Firefox and Firebug. I've found that the reason SSRS (SQL Server Reporting …

javascript reporting-services ssrs-2008 sql-server-2008-r2 reportmanager
SSRS 2008 R2 Globals!RenderFormat.Name=EXCELOPENXML

In an existing 2008R2 report, I have a concern about reports being exported to Excel. I have this concern since …

excel reporting-services ssrs-2008 export-to-excel ssrs-2008-r2
What is the difference between ReportService2005.asmx and ReportExecution2005.asmx Web Service Endpoints in SSRS?

Does anyone know what the difference is between the two web service endpoints ReportService2005.asmx and ReportExecution2005.asmx in SQL …

sql-server ssrs-2008 reporting-services
SSRS - Reference a Textbox Value from a RowGroup

I have a tablix that is using RowGroups to group instances of data. A textbox in the tablix refers to …

ssrs-2008 reporting-services ssrs-grouping
Pass a parameter value to a Dataset Parameter in SSRS 2008

I have a dataset with a parameter as which is passed to a query as shown below. The issue here …

xml reporting-services ssrs-2008 parameter-passing caml
SSRS Adding text box that accepts input for printing

Using Business Intelligence Development Studio, I am creating a report for SSRS that requires the user to add a few …

reporting-services ssrs-2008 rdlc bids rdl
Pass field from one dataset to another dataset as parameter In SSRS 2008 R2

I have a scenario where one of my data-set returns multiple records. Now I have implemented grouping in my report …

sql-server reporting-services ssrs-2008 ssrs-2008-r2 ssrs-grouping
Where are my reports?

I can see the SSRS reports via the Report Manager in the browser. I know what database server it's pointing …

reporting-services ssrs-2008 rdl reportmanager
Report Builder 3.0

I'm using SQL Server 2008 (non-R2) and trying to use Report Builder 3.0. When I try to connect to the report server, …

sql-server-2008 ssrs-2008 reportbuilder
How to set default value of Boolean parameter false in SSRS?

I have 18 Boolean parameters in my report. I want to make their default value to false through expression when ever …

reporting-services ssrs-2008 ssrs-tablix