Paramater UI Placement
You can create a asp.net page with the parameter controls and host the report inside it using an i frame and hide its parameters by using
&rc:Parameters=false
July 2nd, 2011 8:08am
The application is in classic asp. I am linking the report from the report server so users are just going there until we upgrade to ASP.Net.
This sounds like an extra incentive to upgrade!
Free Windows Admin Tool Kit Click here and download it now
July 2nd, 2011 8:46am
Is there a way to change the format the parameters are displayed in ssrs 2008? All of the parameters are right after each other in a 2 column format. Sometimes I don't want a parameter to be in the right column or right beside another parameter but below
it on a different row.
It is possible to change the way paramaters are displayed?
July 2nd, 2011 9:43am
ok then no issues use asp to build the url with parameters list and then cause a redirection to the newly created url--------------------------------------------------------
Surender Singh Bhadauria
Free Windows Admin Tool Kit Click here and download it now
July 2nd, 2011 2:34pm
Hi btull89,
Currently, this feature is not supported in Reporting Services. If we need to modify the report parameters layout, we can create our own Web application or Windows application by using ReportViewer control. In this way, we can design the parameter area with
textbox or list and so on.
For more information, please see:
http://www.codeproject.com/KB/reporting-services/SQLRSViewer.aspx
http://msdn.microsoft.com/en-us/library/aa337423(v=SQL.100).aspx
Hope this helps.
Regards,
Bin Long
July 3rd, 2011 5:54am


