As opposed to having to iterate through every entity in a report using send to front/back, how about just creating the PDF in the order in which the entities exist on the report? Ignore the order in which the entities were created - export them in the order they appear
I use telerik reporting R2 graph.I can't styling for categroup grouping have child groups.I think it would have styling for this.thanks.
When clicking "Edit Parameters" in the Load Report dialog, it would be good if available parameters in the selected report is automatically listed in the "Edit Parameters" dialog.
Add a StyleName property for the NoDataStyle so it can use styles from an external stylesheet.
Adjusting the order of rows in a table would be a lot easier if there was the facility to move table rows either up or down. A further facility to move a table row to the top or bottom would also be useful. The same facilities should also be duplicated for table columns. Table rows & columns cannot be dragged and there is no cut & paste for the entire row/column. These should also be addressed.
Add ability to create a rolling average series in a graph. Right now we can do aggregates over the whole series and RunningValue, but it would be good to be able to do RollingValue, where the number of previous values to include in the aggregate can be specified. This would allow us to do "rolling average over last 3 months" for example.
It should be possible to decorated Business Object Data Members with custom description, similar to FunctionAttribute and DescriptionAttribute for User functions, http://docs.telerik.com/reporting/expressions-user-functions#providing-metadata-for-functions It would be very useful to see custom documentation about data source types and -members when configuring a new Object Datasource for the report - more than Method, Type and Assembly which is displayed today. Original forum post: http://www.telerik.com/forums/providing-metadata-for-business-objects-(object-data-source)
It would be very useful if custom size and arrangement of the tool panes could be remembered by the Standalone Designer. In particular it would be useful for the property pane and it's popup windows (e.g. Graph Series Connection Editor) More info here: http://www.telerik.com/forums/remember-user-settings-between-opening-and-closing-the-application
Several community members asked about a Report Viewer suitable for AngularJS projects. We provide the HTML5 Viewer that requires a link to jQuery on the page - http://www.telerik.com/support/code-library/html5-viewer-in-angularjs-project (HTML5 Viewer in AngularJS project). We will appreciate your feedback if the HTML5 Viewer (Javascript widget) is suitable for your AngularJS project. If it is not, please vote for this feature request and leave a comment with details about functionality requirements for an AngularJS Report Viewer e.g. initial setup, updates of the displayed report and ways of passing report parameters' values. Thank you.
Support to display a SVG file in the PictureBox. When viewing a report this looks fantastic and of course superb for printing.
The data sources explorer pane gets crowded and difficult to navigate in large reports with lots of elements bound to their own data source. Instead of the horizontal list of icons, I think it would be much better to have a table listing that can be sorted by clicking the column headers. Data Sources should be listed in rows and Data Source Name and -Type should be in columns. http://www.telerik.com/forums/datasource-explorer-gets-messy
Please consider giving the possibility to reload a report prepared and stored to disk in the report viewer at a later time.
Where a table is embedded inside another table, there is no way to select the cell in the parent table. An option should be available in the 'Select' context menu. An option is available to select the parent Table, but not the cell in the parent table.
I've just had to roll back to version 10.1 R2 2016 SP1 as the latest version (10.2) appears to have a binding issue. I have a report that contains a sub-report that has its DataSource bound to a collection on the main reports object collection. Since upgrading to 10.2 all records show the same ( first record) child collection records. Rolling back to 10.1 cured the issue. Is this a breaking change that requires a design change or is it a bug in this release. Regards Brian
After upgrading Telerik reporting to 10.2.16.914, I get the following error when trying to generate reports. The App.config hasn't needed any custimizations before. Why is it that every Telerik update always breaks our applications??? An error has occurred while processing Report 'OACLJB005': The assembly "JobBank.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" is not permitted to be used by an ObjectDataSource component. Please include it in an AssemblyReferences element in the Telerik.Reporting configuration section of your application configuration file.
We use Telerik's report books extensively - and find that to be a very powerful way to create dynamically generated reports. The feature request is: if a report's datasource doesn't fetch any rows don't add a blank page to the report book.
Our client is strongly requesting a "zoom" by graphical selection feature, as available in their former tool qlikview (or amcharts, for example). I am surprised this feature has not been requested yet, since any user would greatly benefit from it. It's an extremely powerful and intuitive way of restricting your selection of report input parameters in a visual manner. By drawing a rectangular selection with mouse over the graph, you restrict the range of both x and y axis to the selected ranges, allowing quick zoom to the area of interest Examples: just draw selection rectangles on a chart in one of the examples below https://www.amcharts.com/demos/scatter-chart/ http://us-b.demo.qlik.com/QvAJAXZfc/opendoc.htm?document=qvdocs%2FSocial%20Media%20Buzz.qvw&host=demo11&anonymous=true
I find it extremely limiting and frustrating to not have control over how the .NET Report class is initialized, and not being able to pass in any type of object/dependency (either into the constructor or by setting a property.) This makes it very difficult to keep custom reports decoupled from other code modules and make them unit-testable. There is the InstanceReportSource, which would have been perfect to solve this problem, but it's apparently deprecated. http://docs.telerik.com/reporting/t-telerik-reporting-instancereportsource DevExpress reports for example allow you to create the report instance yourself, and you can pass any objects you want directly into the constructor. This is what I find to be the biggest drawback to Telerik reports.
Having the ability to have a line/box to force a new page mid way through a section would be much more useful than making use make new groups to use one as it just makes everything more difficult
There is no functionality built into the Designer to allow for adding multiple axes to a single graph. You can modify the Designer code manually, but there is very little support if the developer decides to choose this route. I would like to be able to display an unlimited number of axes conditionally and choose which side of the graph they should be placed on conditionally.