1. To add box plot chart feature which shows Statistical Five Number values: Median, Q1, Q3, Min and Max. 2. To support Points Jitter which shows points of a data set (which are used to calculate Statistical Five Number) on same chart. 3. To show label on X-Axis of the grouping.
Support printing to printers with unknown height such as Thermal Receipt Printers. I am currently testing with Epson TM-T20II to find that the vs2013 ide crashed whenever a print is attempted with a custom page size of 80mm width by 300mm height.
Like the NeedDataSource, it will be nice if there was a PreRender event or similar. So that way I could programmatically adjust elements based on the report parameters. Example: a column selection parameter (dropdown) that would then in the 'PreRender' remove or hide the columns from a table if the column name isn't in that multivalue parameter.
It would be good to use an expression to display visibility, so 'True', 'False' and Expression. The expression would just need to return a string value ("true", "false", "True", 1 etc.) that is passed to a bool parse and throws an exception if the expression can't be parsed.
If you do a Excel export, it renders the headers value, which we set with an expression (customer specific localised text), but as CSV the header names/IDs are used. It would be nice to have a 'Export Settings' category on the page properties, see attachment for example. Also shows another useful feature of disabling export option easily per report.
It would be useful to have tooltips to table header columns so we can explain what each column is showing.
When using the Report Viewer under WinForms, Print Preview allows the user to scroll through all report documents. I.E., everything in the document map. However, when using the Wpf version you cannot. In the Wpf version, the user must use the Document map to select and scroll through each particular area. For large reports containing multiple documents, this is tedious. Please make the Print Preview functionality for the WPF control match that supported by the WinForms control.
Currently Telerik Reporting team like only a single developer hard working. So slow..... I even doubt there is no one here. I hope hire more developer for Telerik Reporing team, and speed up. Or maybe Telerik Company even don't care "Telerik Reporting". If that's true, please just close the project. Let us find another company request new feature and bug report who really care the customer. Look it here. non finish request and problem already a hundred, even some request submit almost a year ago . But only 1 in development. That's really not respect customer like us who really support The Telerik.
I need to be able to have page breaks inside a Telerik reporting Table based on my row groups. Forum posts indicate that this is not currently possible. Thank you.
Some reports contain a lot of detail (audit reports, sales reports). Users need to quickly find transaction numbers, etc. when balancing financials.
Please add the ability to control the angle of a picture box control, similar to what is available on a TextBox or Barcode control. It would also be nice if this could be added to HTML TextBox controls as well.
Currently when a report is generated, the default page order is across then down. If a report spans several pages (both horizontal and vertical) it may make more sense to order the pages such that they print down then across. Our reporting requirements would need to be able to set this option in the code as the report is being generated and before it is passed to the report viewer. A working example of this feature can be found in the page settings interface for MS Excel. A snapshot has been attached.
For our Customers a major drawback to creating form type reports (Invoices, Purchase Orders etc.) using Telerik Reporting is the inability to show vertical dividing lines between data columns in the 'Detail' section of the report that extend all the way down the page to the Page/Report footer. We were able to do this with Crystal Reports. But we plan to migrate all our Crystal reports to Telerik.
Please add support for the text-indent attribute. HTMLTextbox used to support the css attribute text-indent, but the support was removed a couple years ago. If used alone, it still appears to work on report, but then when used in combination with other css attributes (specifically the new justification alignment), it does not work as it should. This support would help with normal formatting items that come up when entering a paragraph that should start out indented but wanted to be justified as well. Attached is a test report showing it not working when combined with justification, but then working when it is alone.
I'm not a PDF expert, but if something can be done in a free library, a pay'd version of reporting tools should do it also right. In many cases, I do a report to PDF for my clients. Since PDF contains useful data, I't normal to assume, client will use copy-paste and copying data to Word, Browser, etc. Similar approach was used, when I created a project for the General prosecution of SR, but there the PDF was generated by PdfSharp and by writing text-outputs (with esired font, size, etc.). The result was correct. Unfortunatelly with Telerik it's not so. I've tryed to explain it in a ticket, but I only got excuses, explanation about lignatures and so. I got/left myself almost convinced, but my main point is the starting sentence in this description. The original issue: http://www.telerik.com/account/support-tickets/view-ticket.aspx?threadid=893196
F.e Jasper's SubReports have a property called DataSource. The sub-reporst uses this dataSOurce for rendering it content. The DataSource is always set on the Main report. Everything via designer, no need for coding.
I used trial version of Telerik Designer for SSAS report creations . Database connection is working fine , however when report results were displayed in preview mode , then for each record in query results additional page will be added . I used tables and charts to show results , the results are the same. Is it special feature of trial version or just a program error?
The attach example Test.html does not work against my service. When monitored in Fiddler I cannot see the parameters being passed on to the call? Not sure what I'm missing this was taken from online API example.
With a complex DataModel structure, when interface is used, interface inheriting from other interface become a must. Unfortunately, this don't work with ObjectDataSource, as it only look at its level for properties, not in parent. Properties collecting should be done like this: var properties = typeof(IFoo).GetProperties().Union(typeof(IFoo) .GetInterfaces().SelectMany(t => t.GetProperties()));
It would be nice if the parameter window to enter Report parameters in preview mode would remember the last values entered between invocations.