It would be a great help to have a feature that can copy a whole Column in a crosstab to another one.
It would be very helpful to use the ReportParameters in own User Functions without passing them via an Expression.
When I select a column in a Crosstab and set a Binding for a Property (for example Visible) it will overwrite all existing Bindings for all Textboxes in that column without any warning. This shouldn't happen. At least there should be a Message that you overwirte existing Bindings and ask if you really want to do that.
If I have my project set to point to a solution folder for the reporting DLLs...and I run the upgrade wizard it changes those references to be instead the installation folder for reporting, so then when I try to deploy (copy) a project...it tanks saying it can't find the DLLs... If the reference isn't set to a telerik installation folder please don't change it on me
The date format of the report parameters is related to the culture, but the data source parameter is not.
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
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.
Please support WebApi 2+, I am stuck using <2 because the Telerik Reporting components are incompatible with the latest ASP.NET WebApi.
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)
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.
Please consider adding a standard HTML5 viewer template that does not rely on things like Font-Awesome which is neither standard, nor adheres to any sort of disability compliancy (note: Font-Awesome Icons can not be read by screen readers, for the visually impaired). A better option would be to use Scalar Vector Graphics for the icons. It makes little sense to offer a single, non-standard, HTML5 template, out of the box... which forces the end developers to standardize it before it can even be used.
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.
Add the ability in the WPF Viewer to consume reports from the rest service instead of from the local computer. The html5 viewer has this ability and it would be nice to have the full viewer within my application to do the same. All of my data access is through rest and I want my reports to work the same way.
When configuring a datasource through the wizard, the 'Select Statement' TextBox should standard support keyboard shortcut ctr+A to selelct all. Having to open the context menu is a bit awkward.
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()));
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.
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.
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.
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.