Questions tagged [ssrs-2017]

SSRS (SQL Server Reporting Services) is a server-based report generation software system from Microsoft. This version was released as part of SQL Server 2017 in October 2017.

SSRS (SQL Server Reporting Services) is a server-based report generation software system from Microsoft. This version was released as part of SQL Server 2017 in October 2017. More info in the tag.

169 questions
0
votes
2 answers

Unknown error when upgrading from SSRS 2014 to 2016

I had to upgrade the report server used by some application from SSRS 2014 to SSRS 2016. I did the migration manually, because the old and new SSRS were installed on different machines, and I could not do an in-place update. So the approach was…
bzamfir
  • 4,698
  • 10
  • 54
  • 89
-1
votes
2 answers

SSRS - Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON' - As user viewing the report

I'm trying to set a report in Report Server (SQL Server 2017 Reporting Services 14.0.600.1669) that use the Windows credentials of the user who is viewing the report to query the datasource (SQL Server 2017 14.0.3430.2). The report is deployed and…
Gam
  • 318
  • 2
  • 9
-1
votes
1 answer

Nested IIF in SSRS Expressions

Is this correct syntax for nested IIF ? Do I need to use Switch ? ... = IIF ( Fields!FUN.Value.IndexOf ("GU") OR Fields!FUN.Value.IndexOf("HA") ,IIF (Fields!JobType = "min" ,IIF(Fields!Van > 0 , IIF(Fields!Complete.Value >…
Swara
  • 15
  • 7
-1
votes
1 answer

Deploying to http://localhost/ReportServer Error rsAccessDenied - only from with in VS2017

Righ-clk -> deploy rdl file from within VS2017 results in error: Deploying to http://localhost/ReportServer Error rsAccessDenied The permissions granted to user 'xxx\xxx' are insufficient for performing this operation. However from IE, I can load…
Bill
  • 915
  • 2
  • 13
  • 23
1 2 3
11
12