Multivalue parameters - Partial Value
I have a multivalue parameter in a report based on a query that sometimes returns 300 values. Some of the users want to enter the first few letters of a value and have the value in the combobox jump to the first value that has the characters that the user
typed in. They want it to work like a ComboBox set to style 0 in VB.Net.
Is there some way to change the properties of the combobox used by the multivalue parameter to set the style to allow this to happen?Price Brattin, SQLServer & SharePoint 2010 MCP, Microsoft Dynamics SL Consultant
May 24th, 2012 5:42pm
Hi There
As far as I know this is not possible with multivalued parameter in SSRS if you would like you can use single valued parameter if that would fulfil your requirement otherwise I think you can use report viewer control in asp.net application and create a combo
box with that functionality and pass those values to the parameter from your combo box
Many Thanks
Syed Qazafi Anjum
Please click "Mark as Answer" if this resolves your problem or "Vote as Helpful" if you find it helpful.
Free Windows Admin Tool Kit Click here and download it now
May 24th, 2012 7:05pm


