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




Answer this question

Problem with <Select a value> in report parameters

  • !Jonathan

    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


  • Atkins

    not sure if this will work, but could you set a default value of a zero length string or null value
  • 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



  • Problem with <Select a value> in report parameters