Hi
Is it possible to have a list box or a combo box for selecting parameters instead of having a drop down list...
and If yes how can i do it?
Regards
Karen
Where? No, in the Report Manager. Yes, in custom applications that use the report viewer controls.|||using Report manager.. how can i use it in report viewer control... cause i am letting the users view the same reports using Report viewer.. can u please give me some links as to how to do it...
regards
Karen
|||In the Report Viewer control you can hide the parameter area and replace it with your own. You may find the following article useful.
|||Teo Lachev,
Thanks for ur answer... is it possible to do something like this in the stored procedure directly.. cause i am calling a stored procedure for that particular parameter and it list the all the plans in that drop down box...
My main Stored procedure to run the Report has 4 Parameter... and to populate one of the Parameters in the report i am using another sproc so that i can get all the plans... and if this is the case .... how do i get the values in a list...
Regards,
Karen
|||So, once you decide to implement your own parameter area, it is up to you what controls to use or validation logic to implement to validate the parameter values. Essentially, you are building a custom WinForms or ASP.NET front end to handle parameters.
No comments:
Post a Comment