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.
    
        | 
                
                    | 
                            
                                | Author | Topic |  
                                    | VellaiachiStarting Member
 
 
                                        2 Posts | 
                                            
                                            |  Posted - 2009-03-02 : 01:37:01 
 |  
                                            | HI,I am new to SQL Server Reporting Services.  I am using a combobox to display customer names, in that i am getting <Select A Value> as first item, I don't want that to be displayed in my combobox.  How to remove it.Please Help.Radha.R.K |  |  
                                    | visakh16Very Important crosS Applying yaK Herder
 
 
                                    52326 Posts | 
                                        
                                          |  Posted - 2009-03-02 : 12:58:38 
 |  
                                          | you can remove it by either selecting allow null property of parameter or by setting a default value of parameter. |  
                                          |  |  |  
                                    | VellaiachiStarting Member
 
 
                                    2 Posts | 
                                        
                                          |  Posted - 2009-03-03 : 00:32:23 
 |  
                                          | HI, Thanks for your reply.  I have set the default values from query to the combobox, with those values i am getting this tag as a first item.Radha.R.K |  
                                          |  |  |  
                                    | visakh16Very Important crosS Applying yaK Herder
 
 
                                    52326 Posts | 
                                        
                                          |  Posted - 2009-03-03 : 10:12:30 
 |  
                                          | in that case, are you sure the default value set is avialble as one among combo values? |  
                                          |  |  |  
                                |  |  |  |