4 Answers, 1 is accepted
0
Hello Kristian,
Depending on the selected viewer you can edit parameters editors as follows:
Stef
Telerik
Depending on the selected viewer you can edit parameters editors as follows:
- HTML5 Report Viewer - parameters editors can be modified based on the How To: Create a Custom Parameter Editor article. The settings can be applied through the jQuery widget's parameterEditors.
- ASP.NET WebForms / http://www.telerik.com/help/reporting/winforms-report-viewer.html ReportViewer - the parameters area cannot be modfied. Instead you can use custom UI and update the parameters' values through the viewer's ReportSource.Parameters collection which is mapped to the report's ReportParameters collection by key.
- Silverlight/ WPF ReportViewer - the parameters editors can be modified in the corresponding viewer's XAML (Telerik.ReportViewer.Silverlight|WPF.xaml);
If you need further help, please elaborate on the type of project and used report viewer.
Regards,Stef
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0

Marcin
Top achievements
Rank 1
answered on 08 Apr 2015, 03:45 PM
Hi
Can you post an example?
My form has got multiple DropDownList and Date parameters (3 x dropdownlist and 2 x calendar).
I managed to adjust DropDownList parameter using your example.
What I am not sure about is how to adjust Date parameter in the same report i.e. change display time or perform validation.
Thanks for help.
0
Hello Marcin,
The ASP.NET WebForms ReportViewer has a parameters area that cannot be modified. Thus I believe you are referring to the HTML5 Report VIewer.
The example in How To: Create a Custom Parameter Editor illustrates how to modify the editor for parameter's with available values. Another example with a DateTime parameter's editor is available here: Report Parameter DateTime Picker Format on UI.
I hope this helps you.
Regards,
Stef
Telerik
The ASP.NET WebForms ReportViewer has a parameters area that cannot be modified. Thus I believe you are referring to the HTML5 Report VIewer.
The example in How To: Create a Custom Parameter Editor illustrates how to modify the editor for parameter's with available values. Another example with a DateTime parameter's editor is available here: Report Parameter DateTime Picker Format on UI.
I hope this helps you.
Regards,
Stef
Telerik
See What's Next in App Development. Register for TelerikNEXT.
0

Marcin
Top achievements
Rank 1
answered on 09 Apr 2015, 03:25 PM
Great this is what I was looking for.
Many thanks,
Marcin