Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, i have a reporting service with various report all having different parameters.lately some of the parameters include special characters(+,-,' ,etc..) causing the report to be only generated from the report viewer.

how can i encode the url so that the report server get it right?

thanks
Posted

anything useful in this blog[^] for you?
 
Share this answer
 
You need to handle special characters using HttpUtility.URLEncode()

Have a look at this blog entry for full detail:
URL Encoding in Reporting Services [^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900