Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 SSRS - dropdownlist list length

Author  Topic 

arkiboys
Master Smack Fu Yak Hacker

1433 Posts

Posted - 2013-05-07 : 06:40:53
Hi,
The report has two parameters.
Date and clients
The client parameter is a dropdown list which has been set to "Allow Balnk Value".
On selecting the Date, the clients dropdown is populated with clients AND the length of the dropdown control goes as wide as the client names.

Question:
If for the client dropdown list, I set the parameter to "Allow multiple values", then on selecting a Date, the clients list populates BUT it does not go as wide as the clients width. It seems that the width is set to a default width.
HOw can the width of the client dropdown be changed when the setting is set to allow multiple values.
Thanks

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-05-13 : 02:22:21
it cant be controlled from default report viewer. Your best bet is to create a custom screen in .NET and then use report viewer control or programatically render report inside it using webservices.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

arkiboys
Master Smack Fu Yak Hacker

1433 Posts

Posted - 2013-05-13 : 02:31:29
I see.
Thanks
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-05-13 : 02:34:59
welcome

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -