Top "Reporting-services" questions

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

Forward dependencies are not valid in SSRS

I got a problem while creating a report in SSRS. The ERROR shows: Error 1 [rsInvalidReportParameterDependency] The report parameter ‘COUNTRY’ has …

reporting-services ssrs-2008
SSRS report definition is newer than Server

I created some reports in Visual Studio 2015 with all the latest updates. However, when I try to deploy the reports …

sql-server reporting-services ssrs-2012
SSRS How to repeat the table header on each page in print preview

I have an SSRS report, for some reason the header is not repeating on all of the pages in the …

reporting-services ssrs-2008 ssrs-tablix
SSRS report not displaying data

I have just created an SQL Server 2005 SSRS report and the data is not being displayed in the Preview pane. …

sql sql-server reporting-services reportingservices-2005
How to open an .rdl file in Visual Studio?

I have an .rdl file that I need to open in Visual Studio. When I try to open this file, …

visual-studio reporting-services reporting
SSRS 2008: error message saying my parameter doesn't exist but it clearly does?

I have a report that has about 10 parameters and about 10 datasets and one datasource. I typed alot but I really …

sql-server parameters ssrs-2008 reporting-services
I want to Repeat Page Header on each Page for reports.Repeat on NewPage is not appearing in properties of Tablix member in SSRS 2008

How to Repeat Page Header on each Page. Repeat on NewPage Property is not appearing in ssrs 2008 tablix memeber property

reporting-services ssrs-2008
How do I open SSRS (.rptproj) files in Visual Studio 2013?

How do I open .rptproj in Visual Studio 2013 Pro? When I try to open SSRS projects originally created in VS2008, …

c# reporting-services visual-studio-2013
How to install SQL Server Reporting Services (SSRS) on an existing SQL Server Express install?

I have SQL Server 2005 Express, but I haven't got SQL Server Reporting Services (SSRS). How do I install it separately? …

reporting-services sql-server-express
How to check if SSRS Textbox is empty

How do you check if a textbox is empty in SSRS 2008? I've tried this code and it doesn't work. IIF(…

ssrs-2008 reporting-services ssrs-tablix