Software Development Network>> SQL Server>> Problem with <Select a value> in report parameters
Hello, Everyone
please, could you make clear how can I avoid appearence of <select a value> in drop downs at all.
thanks
steveareno wrote:not sure if this will work, but could you set a default value of a zero length string or null value
It will definately work if you automatically select the first (or any) item in the list.
sluggy
but doesn't work =)
I have a next drop down with predefined values:
Show all = -2Local = 0Another one = -1
I make default value = -2and when I open report via browser I get this drop down with prepopulated values and currently chosen is Show all
BUT also I can choose <select a value>
P.S. I afraid that I should write custom code for UI of Reporting Services
Thanks, lads
Problem with <Select a value> in report parameters
!Jonathan
It will definately work if you automatically select the first (or any) item in the list.
sluggy
Atkins
A. Argueta
but doesn't work =)
I have a next drop down with predefined values:
Show all = -2
Local = 0
Another one = -1
I make default value = -2
and when I open report via browser I get this drop down with prepopulated values and currently chosen is Show all
BUT also I can choose <select a value>
P.S. I afraid that I should write custom code for UI of Reporting Services
Thanks, lads