The Standalone Designer allows a template to be loaded from a .NET dll. Add the ability to load a template from a .NET exe.
The report Parameter as of now can only be Boolean, Date, Int, Float or String. It would be great to be able to have a Guid parameter. This is particularly useful when passing a Guid to a child report parameter that in turns needs to be a Guid again to be run in the query. As of today we must convert the Master Guid to String to be able to assign it to a parameter then the child report reconverts it into a Guid to be passed to the query
having the htmlTextBox in the report viewer is a big help when it comes to multi-formatted text, however, we also want those formatting to be applied when the user exports the report to excel worksheet instead of just plain text like what's happening now. It's tedious breaking block of text into table cells just to apply individual formatting for each part.
When exporting a report in the format supported by the viewer, allow the user to open in addition to saving. Now they must save and then open and allowing the open option would be more efficient for the view of the report
Looks like if print in windows service will be has some problem , because print in windows service can't display the print dialog.
When trying to duplex print a report that has odd page numbers, the next report's first page prints on the back of the previous report. We need the ability to conditionally insert a page break based on whether the report's (the group's) page count is odd or even. Since we don't have access to the global pagecount variable outside the footer, there is no way to use it to insert a page break into the body of the report. This seems like it would be such a common need with the desire by many to save paper that it would be an obvious feature to include in the product. Thanks.
I have attached reports in PDF and excel format. When we export a report to excel file, the resulting excel file has extra empty rows as you can see in the attached excel file. Rows 10, 12, 15, 17, etc are extra rows. Can those rows be automatically removed and rows with data automatically expand?
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.