Top "Reporting-services" questions

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

Count expression SSRS Report

Trying to count all rows in a column where column=Yes I have two columns in my report Accepted and …

reporting-services count expression ssrs-expression
SSRS Expression: The value expression for textbox has scope parameter that is invalid for aggregate

i'm recieving the following error: Error 1 [rsInvalidAggregateScope] The Value expression for the text box ‘Textbox2’ has a scope parameter that …

reporting-services ssrs-2008 concatenation aggregate ssrs-expression
SQL Server Reporting Services 2008 R2 always show for login prompt

Whenever I try to access SSRS 2008 R2 through a URL (i.e. after being published on the net), it always …

authentication reporting-services sql-server-2008-r2 ssrs-2008-r2
SSRS Multi Value Parameter. Check whether "Select All" is selected

I have a multi value parameter in my SSRS Report. I want to find out whether (Select All) is checked …

reporting-services parameters multivalue
SQL Reporting services: First call is very slow

I've installed a SQL Reporting server (2008 R2), with some reports. But I've some performances issues. The first call of the …

sql-server reporting-services ssrs-2008
Carrying out a SUMIF like operation using SQL Server Report Builder

I'm trying to produce a conditional sum in SQL Server Report Builder 3.0. My expression looks like this: =Sum(Iif(Fields!…

sql-server reporting-services reportbuilder
Is there an easy way to rearrange tablix columns in SSRS design mode?

I have an SSRS report which contains more than 20 columns in a tablix. Our users have decided that the data …

ssrs-2008 reporting-services ssrs-tablix
How do I write an if else statement in Reporting Services expression language?

I would like to write a Reporting Services "Expression" that basically behaves as the following (pseudo code)... if ([Fields!StateProvinceId.…

sql-server-2008 reporting-services ssrs-expression
ASP.NET session has expired or could not be found -> Because the Session.SessionID changes (Reporting Services)

1.-I'm using reporting services and sometimes I get this error ASP.NET session has expired or could not be found …

asp.net reporting-services session-state sessionid
The report definition has an invalid target namespace rsInvalidReportDefinition

I have created a ReportProject with Visual Studio data tools 2015. When I create a report.rdl file using the report …

sql-server visual-studio reporting-services ssrs-2012 sql-server-2012-datatools