| Replied on
                                03 Dec 2014 01:17 PM IST I got Solution for this Steps: Goto Dataset--> Parameters --> Ricghtclick Properties->window will apper--> choose available values --> select radio button as Get values from query then fill the appropriate one  then choose default values from window --> choose get value from query radio button fill all details then click ok aautomatically Dropdown will occours write inside query as follows Eg am mentioning Eg-1 Select Id,name from Employee [Emp] as a dataset name Eg-2 select Id,Name,salary,Age from Employee where Name In [@EMP] |