This is a migrated thread and some comments may be shown as answers.

Customize Parameter Section

8 Answers 176 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Saima Gul
Top achievements
Rank 1
Saima Gul asked on 16 Mar 2010, 08:03 PM

 My requirement is to display a button in parameter section and a search form is open on pressing that button, user select value and that value would be displayed in text box placed in parameter section how can i do that?

8 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 17 Mar 2010, 05:25 PM
Hi Saima Gul,

The built-in report parameters' purpose is to provide basic UI that is available out of the box and that is enough for most scenarios. For other cases, that might require custom logic as in your case, you would have to create a custom parameter area and wire it up to the Report API.

Sincerely yours,
Steve
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Gaurav
Top achievements
Rank 1
answered on 17 Jul 2013, 07:14 AM
Please any sample ?? For silverlight??
0
Gaurav
Top achievements
Rank 1
answered on 18 Jul 2013, 05:41 AM
Please any sample ?? For silverlight??
 I really need that.....
0
Gaurav
Top achievements
Rank 1
answered on 19 Sep 2013, 12:11 PM
Some how i figured it out no my own ....
Thanks for nothing....
0
Patrick
Top achievements
Rank 1
answered on 28 Sep 2013, 02:09 AM
Gaurav

What ended up being your solution? I have been trying to get this to work for two days in MVC. 

Thank you for any help you can provide.
0
Unknown
Top achievements
Rank 1
answered on 02 Oct 2013, 04:28 PM
You will have to simply create your own parameters area the way you need it (using your controls or other controls, widgets in the case of js only solution) and then collect the user input. Once you collect the user input you will have to send it to the server. Once you have the user input on the server just use it to pass the values to the report parameters programmatically - for more information you can check how to pass report parameters programmatically here - http://www.telerik.com/help/reporting/designing-reports-parameters-programmatic-control.html.
0
Patrick
Top achievements
Rank 1
answered on 03 Oct 2013, 10:02 PM
Thank you 'Unknown' for the link to the article.
0
Gaurav
Top achievements
Rank 1
answered on 14 Oct 2013, 04:44 AM
I wish if i could the share the code with you but i cant....
But here is the basic idea :-
I made a user control to replace the default parameter are of telerik report and set the parameter on code behind in the reportViewer's RenderBegin event (use this link given by  'UNKNOWN' to add parameter in run time)
Tags
General Discussions
Asked by
Saima Gul
Top achievements
Rank 1
Answers by
Steve
Telerik team
Gaurav
Top achievements
Rank 1
Patrick
Top achievements
Rank 1
Unknown
Top achievements
Rank 1
Share this question
or