I like how with Kendo UI for MVC you have the option of placing the references dlls into lib/kendouimvc, so projects are not dependent on having the correct version installed (or having the telerik control panel installed on a build server), and when updates occur it will copy over everything and make sure you don't miss something. It would be nice to have an option in the upgrade wizard extension thingy to have a section for including telerik reporting and it will put the necessary dlls in your project the same way. I can easily manually copy the files over, so this is just a pet peave thing, but it would be nice...
It would be good a maintain the scroll position on the parent page while navigating back from a drill-through report (using the back button of the report viewer) specially if the parent page contains a vertical scrollbar. This would enhance the user experience and eliminate the need to scroll back to the original position.
The Telerik Reporting only support fixed size page now. But sometimes we need continues-roll paper mode.(like: receipt paper) Some reporter tools: ActiveReports, it has 3 mode:(Page Reports, RDL Reports, Section Reports) On "Telerik Forums / Reporting Forum" there is already some people asked it before 2 years ago. But until now the basic feature not release....
Hello, It would be nice if telerik reporting get a option tool which our customer can digitally sign a PDF generated from the telerik report. This feature ll be great for the contract , important customer document, to sign in by the web. thanks Oliver
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
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.
When converting Crystal Report templates (rpt files) to Telerik Reporter templates it would be very helpful to include the schema settings in the associated ttx file which provides the dataset info. This allows the layout to map properly to the converted template. Also any imbedded SQL statements found in the Crystal template could be captured and the conversion wizard could then query the developer on database connection requirements. These two abilities would make conversion a complete tool allowing rapid deployment of new Telerik report templates.
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?
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.
Currently the list of marker is limited, but it isn't the case for the WPF RadChartView. RadChartView permits the display of specifics points (like a vertical line for displaying a limit), but it isn't possible in report. WPF DataTemplate would surely impossible to reuse in report, but some other custome template should be available like SVG, bitmap, or UTF-8 character (not the best customable solution, but it already increase a lot the possibilities)
Please support WebApi 2+, I am stuck using <2 because the Telerik Reporting components are incompatible with the latest ASP.NET WebApi.
The property DataSources is internal in the Report class. When manipulating the datasources of a report it's easier to have access to this collection than to go through all the elements en report parameters to check for datasources
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
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
ability to lay out detail data in an accross then odwn format. i do a lot of reports with weights, sometimes 500 and i wuld like to list them accross then down not in a vertical list because sometimes there is ony 1 weight and sometimes many,. this keeps the printed report to a manageable size
Without code behind, with a conditional formating changing the Visibility, to avoid empty space in the final report, the control must have its Height put to 0. But then it isn't visible anymore in the designer. With a DesignHeight, it could be still visible in the designer. The other solution would be to be able to change the Height in conditional formating.
Change Currentpage, TotalPages, DocumentMap properties to Dependency Property... to enable DataBinding...
When I have a coded dataset (in NeedsDataSource) the designer has no concept of the dataset. I would like to somewhere define the properties that would be available myself so I can use them from the explorer and in the expression editor...instead of having to keep going back to the codebehind to find the property names.