10 Answers, 1 is accepted
0
Hadib Ahmabi
Top achievements
Rank 1
answered on 01 Feb 2013, 10:57 AM
They are always aligned in a table-like manner, you can only swap their places (first, second, etc..)
If you need anything fancy, you should use custom parameter toolbar.
If you need anything fancy, you should use custom parameter toolbar.
0
Sobiya
Top achievements
Rank 1
answered on 04 Feb 2013, 06:12 AM
yes, i need to change their places, how can i do that?
0
Hi Sobiya,
Use the ReportParameter Collection Editor to change the order of the report parameters via the arrows on the right side of the pane.
Kind regards,
Steve
the Telerik team
Use the ReportParameter Collection Editor to change the order of the report parameters via the arrows on the right side of the pane.
Kind regards,
Steve
the Telerik team
HAPPY WITH REPORTING? Do you feel that it is fantastic? Or easy to use? Or better than Crystal Reports? Tell the world, and help fellow developers! Write a short review about Telerik Reporting and Telerik Report Designer in Visual Studio Gallery today!
0
Rafa
Top achievements
Rank 1
answered on 04 Dec 2014, 01:45 AM
Hi Steve,
In my case, I want the Report Parameter UI to be at the left-side of the report, not on top. And I believe that's what @Sobiya trying to do too.
Is that possible?
Thanks & Regards.
Rafa
In my case, I want the Report Parameter UI to be at the left-side of the report, not on top. And I believe that's what @Sobiya trying to do too.
Is that possible?
Thanks & Regards.
Rafa
0
Rafa
Top achievements
Rank 1
answered on 04 Dec 2014, 01:48 AM
Hi Steve,
In my case, I want the Report Parameter UI to be at the left-side of the report, not on top. And I believe that's what @Sobiya trying to do too. Is this possible?
Thanks & Regards,
Rafa
In my case, I want the Report Parameter UI to be at the left-side of the report, not on top. And I believe that's what @Sobiya trying to do too. Is this possible?
Thanks & Regards,
Rafa
0
KS
Top achievements
Rank 1
answered on 04 Dec 2014, 05:22 PM
Hi,
Edit the template of the viewer. XAML/HTML5 viewers come with external template files.
-KS
Edit the template of the viewer. XAML/HTML5 viewers come with external template files.
-KS
0
Rafa
Top achievements
Rank 1
answered on 05 Dec 2014, 04:06 AM
Hi KS,
Could you explain more? As I can't find any option to view the report design in XAML/HTML5 viewers.
Thanks & Regards,
Rafa
Could you explain more? As I can't find any option to view the report design in XAML/HTML5 viewers.
Thanks & Regards,
Rafa
0
KS
Top achievements
Rank 1
answered on 08 Dec 2014, 01:57 PM
Hi,
XAML/HTML5 viewers have template files.. like Telerik.ReportViewer.Silverlight.xaml / telerikReportViewerTemplate-8.2.14.1027.html. In these templates adding /removing /reordering of UI is easier. Since the parameters UI is on top, I suppose this is an old web viewer case (the not editable one), and I am talking about the HTML5 viewer. Add the HTML5 Viewer with the VS item template and you will see the template files.
-KS
XAML/HTML5 viewers have template files.. like Telerik.ReportViewer.Silverlight.xaml / telerikReportViewerTemplate-8.2.14.1027.html. In these templates adding /removing /reordering of UI is easier. Since the parameters UI is on top, I suppose this is an old web viewer case (the not editable one), and I am talking about the HTML5 viewer. Add the HTML5 Viewer with the VS item template and you will see the template files.
-KS
0
HZ
Top achievements
Rank 1
answered on 02 Sep 2015, 11:51 PM
Hi,
Is there any example of how to use the parameters on top, similar to the parameters in the silverlight report viewer?
0
Hello HZ,
There is no specific example. The HTML5 Report VIewer's template (HTML/CSS/JS) is available for modifications by directly changing the default settings or by using external HTML/CSS/JS to affect the HTML elements rendered for the viewer.
You can use the browser's console to expected the viewer's HTML elements and their attributes, which styles and how are applied and then to modify the template.
Note that changes in the default settings of the viewer will cause you to upgrade manually the template files in future. Thus if you need customized parameters area, you may prefer to create entirely custom UI that updates the viewer's reportSource - How To: Pass Values to Report Parameters.
I hope this information is helpful.
Regards,
Stef
Telerik
There is no specific example. The HTML5 Report VIewer's template (HTML/CSS/JS) is available for modifications by directly changing the default settings or by using external HTML/CSS/JS to affect the HTML elements rendered for the viewer.
You can use the browser's console to expected the viewer's HTML elements and their attributes, which styles and how are applied and then to modify the template.
Note that changes in the default settings of the viewer will cause you to upgrade manually the template files in future. Thus if you need customized parameters area, you may prefer to create entirely custom UI that updates the viewer's reportSource - How To: Pass Values to Report Parameters.
I hope this information is helpful.
Regards,
Stef
Telerik
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 Feedback Portal
and vote to affect the priority of the items