Results 1 to 3 of 3

Thread: Reg: SQL Server Report Model

  1. #1
    Join Date
    Aug 2008
    Posts
    1

    Reg: SQL Server Report Model

    Hi Friends,
    Please help me
    i am using SQL Server Report Model 2005. i want to know what is the use of the "ValueSelection Properties" in Attribute

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Did you check books online?

  3. #3
    Join Date
    Jun 2004
    Location
    Atlanta and Manhattan
    Posts
    607

    Brief Explanation of the ValueSelection Property ...

    A property within the Model Designer Attrbute Object, ValueSelection allows us to dictate client application behavior for selecting values of the attribute, based on the expected number of unique values.

    Three options are available:

    • None (Default): requires the user to type in a value;
    • Dropdown: the unique values are displayed in a simple drop-down list;
    • List: the unique values are displayed in the UI as a list.


    (If IsAggregate is True, this attribute is ignored.)

    HTH!

    Bill

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •