Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

SSRS 2012 Error: Invalid URI: The Uri string is too long

$
0
0
I've a main report which passes multi-value parameter to a drill though report.On the Text Box Property >> Action >> Go to ReportI've Specify a Report using an expressions but the issue is when I add parameters. My report has 6 parameters and the first 5 work perfectly and 4 are multi-value parameters using expressions.My issue is on the last parameter which has about 165 values and the expression looks like this as the previous 4: =Split(Join(Parameters!CONSULTANT.Value,","),",")But the moment I add the last one the report fails to execute with the error message:An error occurred during local report processing.An error occurred during rendering of the report.An error occurred during rendering of the report. Invalid URI: The Uri string is too long.Please assist

Viewing all articles
Browse latest Browse all 2791