Hello,
Please Help me to sort out the Problem..
Thanks,
Jaspreet
- I have two DropDownList on my page and based on the selected values of that, I generate the report.
- I am passing the two values as parameters.
- Now, I want the values of these two parameters in Report Header section to be printed along with the report when report is generated.
Please Help me to sort out the Problem..
Thanks,
Jaspreet
4 Answers, 1 is accepted
0
John Lalumondier
Top achievements
Rank 1
answered on 13 Apr 2009, 09:56 PM
Has anyone found anything on this. It is very important that we are able to show the selected parameters on exports and print.
0
Hi guys,
The report parameters UI is not meant to be printed and as the name UI suggests - it is only to facilitate users to "work" with the report (filter/sort/group etc.).
Greetings,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
The report parameters UI is not meant to be printed and as the name UI suggests - it is only to facilitate users to "work" with the report (filter/sort/group etc.).
Greetings,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Ken
Top achievements
Rank 1
answered on 06 Sep 2013, 07:24 PM
This issue is a few years old so I was hoping maybe it was possible now that when printing a report to have some means of
including the parameters behind that report be included on the printed page somewhere?
including the parameters behind that report be included on the printed page somewhere?
0
Hello Ken,
Nasko
Telerik
A possible solution is to display the parameter value using a report item e.g., TextBox and using an expression to set the TextBox to show your parameter value somewhere in the report.
This can be done by using the Report Parameters node in the Expression Editor that lists the available parameters i.e., you can use the following expression for TextBox.Value:
= Parameters.MyReportParam.Value
Nasko
Telerik
Have you tried the new visualization options in Telerik Reporting Q2 2013? You can get them from your account.