Ability to make a column in table or crosstab having width based on its content
When you have your .trdx and external stylesheet files in a separate directory (e. g. a server directory available to all workplaces) it gets very difficult to show the .trdx files in ReportViewer without manipulating the reports a lot by code. 1. The external stylesheets are searched in the bin\Debug directory of the main application when using Kind="Relative". 2. What is even more annoying is the fact that all SUBREPORTS are also searched in the bin\Debug of the main application. I have to recursively look through all report items if there is a subreport and set its location. It would be very nice if the ReportViewer supports some kind of "path-to-reports" property and locate all the dependend files like subreport or stylesheet in this directory.
It would be nice if the parameter window to enter Report parameters in preview mode would remember the last values entered between invocations.
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.
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 ability to use static values and display members as an array for a multi value parameter. I want my team to be able to use the standalone report designer without a custom User Function or a data source. We had been using SSRS and made a switch to Telerik, and this seems to be the only hangup that we are unable to convert cleanly.
On opening the Expression Editor, if at least one Data Source is present on the Report, then the Fields item in the tree should automatically be selected. If no Data Sources are present on the Report, then the default selection should be the Report Parameters.
With reference to support ticket 992325 where the behaviour of making minute changes to the measurements of grid columns occurs inadvertently I would like to suggest that this is changed and does not happen, i.e. improve the handling of floating point numbers in the serialization/deserialization process. It causes noise in the source control history of the file. Note that this behaviour is not apparent with comparable reporting solutions, e.g. SSRS/RDLC files.
Japanese current GS1 QR code format guideline is using binary code for control code like '0x1d', '0x1e', '0x04'. Please check out the attached file. The guideline is compliant with ISO15394(JIS-X-0515). Telerik barcode item can print only text now. Then we cannot print the GS1 QR by telerik barcode item.
The report processor renders a report to XLSX format and adds a BOM (EF BB BF) to every embedded XML file. This is causing some open source libraries to fail to load the XLSX file, which is an issue for some of our customers. var deviceInfo = new System.Collections.Hashtable(); var reportProcessor = new Telerik.Reporting.Processing.ReportProcessor(); var result = reportProcessor.RenderReport("XLSX", instanceReportSource, deviceInfo); The work-around is to load the XLSX file in Excel (which apparently ignores the BOM) and then save it (which removes the BOM). I have read that the BOM is optional (and undesirable for compatibility) for UTF-8 encoded files, which is how the report processor renders XLSX. Please remove the BOM, or add a Device Info setting "WriteBOM = true/false", similar to the CSV export device info. Thanks, much appreciated!
Self referencing parent-child hierarchies (i.e. Manager-Employee) are a common structure, They should be supported in your grouping mechanisms. Currently this is only possible thru a workaround as in http://www.telerik.com/forums/cross-tab-report-with-a-self-referencing-hierarchy#7p4BaddGV0iam8J6bT_dpQ I believe an enterprise reporting tool should support this out of the box. Thanks, Henry
Please consider giving the possibility to reload a report prepared and stored to disk in the report viewer at a later time.
It would be very useful if custom size and arrangement of the tool panes could be remembered by the Standalone Designer. In particular it would be useful for the property pane and it's popup windows (e.g. Graph Series Connection Editor) More info here: http://www.telerik.com/forums/remember-user-settings-between-opening-and-closing-the-application
Adjusting the order of rows in a table would be a lot easier if there was the facility to move table rows either up or down. A further facility to move a table row to the top or bottom would also be useful. The same facilities should also be duplicated for table columns. Table rows & columns cannot be dragged and there is no cut & paste for the entire row/column. These should also be addressed.
Hello When we are trying report big data like 10,000 rows are more, it takes awful lot of time to load the report even in the server with big configuration. Like SSRS, it should do page level load and have setting to enable and disable for each report. It will only load few pages and later should load other pages on demand instead of loading all pages. This would be big performance improvement for big data reports. Vijai Spectra Energy
I write very complex reports with many, many objects. For the past two years using Telerik Reporting (which I love, don't get me wrong), I have been driven mad by the tree jumping to the top when I am working on a section towards the bottom. Every tree view I have ever worked with has had an EnsureVisible on the selected node of the tree. Could you please find it in your heart to make this change. It takes me 20 times longer to build / modify reports than it has to. I'm attaching my customer quote report so you can see the complexity I am working with and why scrolling back to where I was EVERY TIME is so maddening.
There should be a feature to have 3D look and feel for bargraphs. Telerik Report does not support that
A common scenario is to specify the printer name when printing a report. Currently, this can only be achieved with manual printing where you can pass the PrinterSettings object(https://msdn.microsoft.com/en-us/library/system.drawing.printing.printersettings(v=vs.110).aspx) with specified PrinterName as a parameter to ReportProcessor.PrintReport method. Let us know if you think exposing the PrinterSettings object (for example as the setting of the viewer) would benefit when working with reports. Please share your thoughts and ideas on this topic in the comments. Thank you.
The checkbox graphic available is currently the default bluish blur that looks ugly on screen and on paper. There is the option to create one yourself but unless it is all rectangles, it is going to end up just as bad. Telerik Reporting is superior in most respects but the Component One FlexViewer checkbox ( the actual check is font-based and the text lines up properly next to it with nice padding) is a thing of beauty and a joy forever. (see attached) Please emulate it.
Can we achieve Excel slicers kind of filters in Dashboards using Telerik Report controls?