In general I quite like the Stand Alone Report Designer but one thing that is a bit painful is that the default height of new fields are way to big. About half the current height would be more appropriate. It wastes time to have to resize every field after adding it, and especially also having to also shrink the height of details section is you added a new field to it. It would be ideal if you could add a configuration section where everyone can specify their own default values such as field height but page size would also be handy. Thanks for a very handy product. Regards Edu
Adding support for label connectors. This little line that attach the label to his part in the chart like the ones from Kendo UI: http://demos.telerik.com/kendo-ui/pie-charts/index
We had a pie chart with 9 slices with limited plotting space. The labels are overlapping and random at best and not presentable at the moment. We tried the following scenerios: ThisPieChart.IntelligentLabelsEnabled = true; ThisPieChart.AutoLayout = true; Alternate the bigger slice with smaller slice to give good space for labels. Printing out in Black and White paper also is a mess as patters are not there on the slices.
Hi, for our coming cloud platform, we need a Report Service Engine which is capable of deliver Reports at a scheduled time to specific users in per ex: inbox or folder or etc... Some of your competitor like ComponentOne seems to have already these kind of feature: http://www.componentone.com/SuperProducts/ActiveReports8Server/Server/ I would honnestly work with you guys so, I would love to see these kind of stuff in near future.... Txs -Vince ps. you may contact me for any question for more details or I would be part of any preview of beta ...
Actually, the report footer displays right after the preceding content. It would be very useful to force it to the bottom of the page, just before page footer
When using report templates, the only connection with the original template is when the report is created. This is problematic due to the time it takes, as well as the potential for error and inconsistency. It would be helpful if the report designer included an ability to update a report based on the template. If a minor change needs to be made to a group of reports, now that change has to be done individually in each report. Ideally there should be an option to update the report from the original template. While I understand that detailed content would be problematic to update, things such as styles, report and page headers/footers, etc., could be updated (or 'replaced' with the equivalent content from the template). Ideally there would be an option to update from template, and then the user could select which items to update; - styles - page header/footer -report header/footer
Datasources of tables and expressions are processed even when the item is not visible. This can lead to performance problems. It should be possible to disable certain items to be processed. The most obvious way is that items are not processed, that are not visible anyway.
The interactive view is excellent for providing a full list of rows in a table but sadly it’s not easy to break that result into manageable pages. If, for example, we have a large table list that isn’t readily breakable into sections, the resultant large table will cause most web browsers to consume a large amount of RAM and suffer performance loss. It would seem sensible to have the ability to force a page break when the interactive page reaches a certain size. This way it would reduce the amount downloaded into sensible page sizes and ensure the browser is not overwhelmed. This would be very similar, I hope, to that already provided by the print preview mode which breaks on the print page size, all we need is that functionality for interactive pages but via a separate ‘Interactive Page Size’ property.
As our business requirements are very strict we need to be able to set the Graph Scale Maximum and Minimum properties based on our data. This would make our charts much more visually pleasing having the needed empty space above the data. For example, the most often required scenario is setting the Scale.Maximum as a percentage of the already calculated max value by the Telerik Reporting engine. We imagine there would be some kind of object which we can use inside an expression in these properties: = CalculatedMaxValue * (1 + 0.1) Or we can calculate the value ourselves inside a User Function and then use the function in the expression.
Loading one simple report with one user can spike the cpu. Multiple users on that same report cause the cpu to go insane. Global caching needs to be a thing in reporting...you guys are always looking for performance improvements anyway. Current Scenario as defined by support: - Person 1 hits report 1, reporting processes\renders it - Person 2 hits report 1 (same params), reporting processes\renders it - Person 3 hits report 1 (same params), reporting processes\renders it ... Expected Scenario: - Person 1 hits report 1, reporting processes\renders it, processed data result is cached - Person 2 hits report 1 (same params), reporting retrieves the processed data from cache, and report is rendered - Person 3 hits report 1 (same params), reporting retrieves the processed data from cache, and report is rendered - Person 4 hits report 1 (same params), reporting retrieves the processed data from cache, and report is rendered (10 minutes elapses, or whatever the timeout is) - Person 5 hits report 1, reporting processes\renders it, processed data result is cached
As a developer that uses both Telerik Data Access and Telerik Reporting in its projects, I often find myself in a situation where I experience version mismatch errors regarding the Telerik.OpenAccess.* assemblies. For me it is inconvenient to downgrade the version of Data Access, and would like to either be able to automatically add the binding redirects in the .config file, or to use a more recent version of Data Access in my Reporting applications.
In a situation where the clients are entering formatted text into the system, none of the suggested work arounds for this item are acceptable. Lacking this support, it is impossible to enter math expressions.
i would like to suggest that if we can have Report Designer Web interface as well.
With the current version of telerik reporting, the default date/time for when the report is run on the bottom left of the report shows up in big bold numbers across the entire report when you print it from excel. The problem is easily fixed by either removing the field or moving it to the top of the report but it is a waste of time and not something i would easily remember to do until after the fact.
i am using reporting q3 2013 and when i configure sql data source and click on query builder and gives me the error .. "error opening query builder make sure the strings are correct and database is online " my connection strings are correct and database is connected even then i am getting this error i have attached the screen shot kindly please tell me how to resolve this
For some reason the database didn't load when I installed the reporting demo. neither when I ran a repair install. I'm running MS SQL 2014 on my local workstation. Could you tell me which DB to install to run the demo reports?
Please support WebApi 2+, I am stuck using <2 because the Telerik Reporting components are incompatible with the latest ASP.NET WebApi.
When opening a data source by the wizard and go through it then save (even without any modification), the provider property will be cleared. Workaround: Re-set the 'Provider name' again upon closing the wizard, by the properties window. Product: Report Designer v2014.Q2