Groups | Blog | Home
all groups > sql server reporting services > november 2004 >

sql server reporting services : Q: adding item to dropdwonlist



JIM.H.
11/5/2004 11:56:02 AM
After I bind my table to the dropdownlist, I need to add one more item in it.
How should I do this?
Thanks,
JIM.H.
11/5/2004 12:54:02 PM
I used myDDL.items.add("myPar") and worked fine. thanks anyway


[quoted text, click to view]
Rodney Landrum
11/5/2004 2:40:13 PM
Jim,
Which dropdown list are you referring to? A parameter dropdown list? That is
controlled with either a query (usually another dataset) or a static list
that you maintain in the Report Parameter Properties.
--
Rodney Landrum
Author, "Pro SQL Server Reporting Services" (Apress)
http://www.apress.com

[quoted text, click to view]

AddThis Social Bookmark Button