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 |
epawelek
Starting Member
1 Post |
Posted - 2009-05-27 : 04:20:49
|
Hi,I have report with parameter City, which is generated from query Select Name, ID from tblCityand now a need to do some thing like this.Show in parameter dropdown list only selected cities according to logged user.Is ther any way to do this?I was thinking to use custom code method with Report userID as parameter, but i have no idea how set result of this method as this paramenter. |
|
|
|
|