Top "Reporting-services" questions

SQL Server Reporting Services (SSRS) is a server-based report generator from Microsoft.

SSRS the definition of the report is invalid

How can I resolve the below error message that I receive when I try to deploy my report to our …

sql-server visual-studio-2008 reporting-services ssrs-2008
ReportViewer Client Print Control "Unable to load client print control"?

Has anyone come across this issue? Seems MS have broken it with their own update: A number of people have …

reporting-services printing activex reportviewer
Cannot create a connection to data source Error (rsErrorOpeningConnection) in SSRS

I'm working on integrating a report into a browser, and I get this error: An error has occurred during report …

reporting-services ssrs-2008 database-connection
How to get named excel sheets while exporting from SSRS

Whenever a single page report is exported to excel, sheet in excel is named by the report name. If a …

reporting-services reportingservices-2005 ssrs-2008 export-to-excel
Select All as default value for Multivalue parameter

I'm building a report in Visual Studio 2008 with a lot of multivalue parameters and it's working great, but I would …

sql-server visual-studio-2008 reporting-services parameters
SSRS 2008 R2 - SSRS 2012 - ReportViewer: Reports are blank in Safari and Chrome

I migrated our reporting services from version 2008 to another server version 2008 R2. In version 2008 the reports work fine on Safari. …

reporting-services ssrs-2008 reportviewer ssrs-2012 reporting-services-2012
Fast query runs slow in SSRS

I have an SSRS report that calls out to a stored procedure. If I run the stored procedure directly from …

performance reporting-services report reportingservices-2005
SSRS - Checking whether the data is null

I've the following expression in my report. =FormatNumber(MAX(Fields!Reading.Value, "CellReading_Reading"),3) Now when the dataset is empty …

reporting-services reportingservices-2005
In SSRS, why do I get the error "item with same key has already been added" , when I'm making a new report?

I'm getting the following error in SSRS: An error occurred while the query design method was being saved. An item …

ssrs-2008 reporting-services
Get Row Count in SSRS Report Builder

I have built a report using Report Builder 3.0 (that uses SQL Server 2008 R2). Now i wish to now how many …

reporting-services ssrs-2008