I am usinh HTML5 Telerik Report Viewer to display reports uisng ReportBook feature. I have only one parameter which is appearing on the right hand side of the report viewer as a combo box. As I don't need multiple selection, I want to display this as a dropdown and on the top of the report viewer.
This is exactly how it appears ii ASP.Net ReportViewer Control but with Html5 reportviewer its completely different. Will I be able to customize this easily ?
Hi,
I am interested in ​telerik reporting tool.
My requirement is as follows:
We have web site developed in Asp.Net MVC. Back end SQL Data base(2012 R2) .
Now we need to integrate the reporting module to the existing web site and below are the requirement, can you please provide more information if the below requirements will be supported in ​Telerik report and also do we need to install Telerik software in different server?
1) Drag & Drop functionality for the user who login into the site(They should be able to create report on their own)
2) All report types(Chart, Text, PIVOT Table and KPI etc)
3) Different file formats are supported: HTML, Excel, CSV, PDF, XML
4) Reports can be created and sent to browsers, emails, mobile devices
5) Schedule and automated reports
Regards
Sri
Hi,
I have a main report which has a sub report.
The main report receives para1 from user's input and talks to the SQL server to get para2 and para3 and pass these to sub-report as parameters. where should I set the breakpoints in visual studio to see the values of para2 and para3?
thanks!
Hi All,
Firstly, I am not very sure whether I should raise this issue here. So, pardon if I am wrong.
I want to remove the vertical line that shows up in report viewer before the Preview button. Please follow the attached snapshot.
Any help is appreciated.
Thanks,
Anurag
I am trying to create a project data source for in my reporting project as explained here http://www.telerik.com/help/reporting/data-source-how-to-add-project-data-source.html
Once I finish the wizard and compile, I loose the select command that I have used. If I click configure and go to the wizard again my select command is always empty. Please help.
To meet some layout requirements for displaying a currency value i created a custom control that inherits from a Telerik.Reporting.Panel.
I added two textboxes to it, one left aligned with the currency symbol, one right aligned containing the actual value.
I added a Value (String) property to this custom control that merely gets/sets the Value property on the right aligned textbox inside the panel.
This works nicely, except when i add a binding. An error message states that the path 'Value' is not supported for binding.
I tried to solve this by adding a Bindable(True) attribute to the property declaration, but that doesn't help.
How can i make the Value property on this custom control be bindable?