![]() |
|
|
|
By: Rob Fisch | Read Comments (13) | Related Tips: > Reporting Services Parameters |
Solution
Follow these steps to discover various solutions to these and other issues.
Solution setup:
For this demo we will be using the same sample database I used in my tip on drill down techniques, (Follow the instructions in the "Sample Data" box.)
| SELECT ProductCode, ProductName, ProductColor, QuantityAvailable, SupplierName, SupplierRegion FROM VISIBILITY_EXAMPLE_TABLE |



| SELECT DISTINCT ProductColor FROM VISIBILITY_EXAMPLE_TABLE ORDER BY ProductColor |
| SELECT ProductCode, ProductName, ProductColor, QuantityAvailable, SupplierName, SupplierRegion FROM VISIBILITY_EXAMPLE_TABLE WHERE ProductColor=@ProdColor |




| Thursday, July 03, 2008 - 7:13:59 PM - satshivam | Read The Tip |
|
Hi This article is good and going to help me but please let me know how to pass paarameter by Querystring.... if I am using Stored procedure |
|
| Monday, October 24, 2011 - 6:21:21 AM - Noor | Read The Tip |
|
Hi ,
Thanks for the post. I have one question here. have a report and am passing parameter values in URL and able to get the result successfully in development environement but in production am not. This is because on the Prod environment when we go into any report it asks for user credentials (At this step the link parameters get lost). Any inputs?
|
|
| Tuesday, March 06, 2012 - 7:08:12 PM - Eliana | Read The Tip |
|
hi Thanks for the post, It was very helpfully for me, but what happen when one of my parameter have and & sign? I have the parameter CompanyName="H&P company" How can I write my URL to represent the & sign Thanks a lots Eliana |
|
| Wednesday, March 14, 2012 - 5:54:31 AM - Ron Prowse | Read The Tip |
|
Eliana, try html encoding the string |
|
| Monday, March 19, 2012 - 7:23:48 PM - Sri | Read The Tip |
|
Hi, I am still not able to get succeed, I spent already 3 hours. Is there anything I am missing to set any of the properties. I am using VisualStiod 2008 and SQL R2.
Thanks, Sri.
|
|
| Monday, March 19, 2012 - 7:44:46 PM - Sri | Read The Tip |
|
Hi Found out the issue, I was using Report Manager instead of ReportServer. Thanks, Sri. |
|
| Monday, May 21, 2012 - 8:10:32 AM - Andrew | Read The Tip |
|
Hi I am passing the following string (URL) of parameters: But it dowesnt seem to get all the values across. i.e - if I enable the Parameters (=TRUE) I can see the values have not been carried through. This is USUALLY when I am passing to a multiselect parameters (i.e. dropdown) type (in the report. Any ideas?
Thanks
MAC
|
|
| Monday, May 21, 2012 - 8:16:59 AM - Andrew | Read The Tip |
|
Okay, now I am getting:
I sent:
and the 'nvarchar' it is referring to is the VALUE contained in a dropdown list that populates OutputSeq=Name !!!
Any ideas. It seems to be inconsistent, these errors.
Mac |
|
| Wednesday, August 08, 2012 - 5:27:41 PM - umut | Read The Tip |
|
Thanks for your helps.But i wanna ask something if u still alive in this subject :)...i did my report successfully.But when i open my report in android or iphone aplication wiith url mode i didnt see my report on full screen.Please help me for this..how ican i resolve this... |
|
| Thursday, October 25, 2012 - 8:13:09 AM - abhijeet | Read The Tip |
|
Thanks it worked for me.... Really helps |
|
| Monday, February 11, 2013 - 6:02:22 PM - quasar_phoenicis | Read The Tip |
|
Hi, I have the same thing as well, pretty simple report with 4 parameters. I used the link above and filled in the value for this parameters and it works fine in dev. However, when the report is moved to prod, the last parameter value is not being passed (blank). The only difference between dev and prod is that in dev, the access is windows authentication already and in prod, user must enter credentials. any help please? |
|
| Wednesday, February 13, 2013 - 12:31:30 PM - Lawrence | Read The Tip |
|
Hi. I setup SSRS 2005 and it's running beautifully. However, I want to change the authentication type to custom since my environment is somewhat unusual. My app uses Windows Authentication via a user account on my web server coupled with Anonymous Access. This can't change because users are being authenticated in different ways depending how they arrive at the site. I'm considering creating a web page from which to redirect authenticated users to a link to my reports and programmatically passing NetworkCredentials to the report server. Would you possibly have an example of something similar? All suggestions are welcome . Thanks in advance. |
|
| Friday, April 05, 2013 - 7:42:24 PM - Saul | Read The Tip |
|
Hi!! I know this a very old post, but I need help!! I'm traying to use RS in an ASP aplication. I undarstand all you say here but, i don't know how to acces de Server (the report server) using credentials. I mean this server is not in my localhost and obviously, I can't let the user know this credentials. I know this is the double hop problem but i don't know how to solve it in ASP (I am a .NET programmer). Thnks!!! |
|
|
privacy | disclaimer | copyright | advertise | about authors | contribute | feedback | giveaways | user groups Some names and products listed are the registered trademarks of their respective owners. Edgewood Solutions LLC | MSSharePointTips.com | MSSQLTips.com |