Add a Property for all controls to be able to set whether the control appears on every page of the report. At present the entire Group Header/Footer may be set to appear on every page, but not just a single control. We required a Barcode and ID. No. to be displayed on every page of the report. It has been really complicated to utilise a series of Group Headers and Sub-Reports to achieve something that should have really easy. The layout of the Report could not be modified as it is set by Government. Telerik Reporting should facilitate turning the complex into the straight forward.
I have a Windows Form application that generates telerik reports from serialized .trdx files and sends them out to a set of users at a scheduled time based on user customization. This application queries a database for the serialized report definition, sets the data-source and applies filter and sort criteria that has been saved off to another database as defined by end users through a web application and then attached to an email. It would be helpful to be able to access a property or function within the report or report datasource object that would allow me to determine if the final generated report contained any data. This would allow me to skip sending an email for reports that contain no data. Currently, as per support, there is no way for me to find out if a generated report has data. "Unfortunately, reports do not expose any internal mechanisms that allow checking if any data is returned after the report is generated."
I need to customize the standalone Report Designer. I distribute it with my own product and I need to replace the title of the standalone ReportDesigner with my brand. For example DevExpress report designer allows that.
just the same like here https://www.combit.net/en/reporting-tool/pdf-object/
Provide a method to add Keyboard Shortcuts to the Toolbar controls in the WPF Report Viewer. We would like to add Ctrl+P for the Print Toolbar Button and others, so that the Report Viewer may be controlled on a systems without a mouse. We're not too concerned what the shortcuts are, we just want some. We would be happy with a 'Standard' set by yourselves.
After setting the Margins under the Page Settings, the Width should be automatically set. The Width should be the Paper Width with the Left and Right Margins subtracted. What happens when this 'formula' is not used, which one takes precedence? It would also be nice to display the Height as a read only property.
These 2 functions will allow special actions to be applied to the first and/or last pages, such as displaying "Continued..." in a Group Footer Section, on all but the last page. These functions must be available in all sections of the Report. Currently the PageNumber and PageCount Properties are only available in the Page Header or Page Footer Sections. Therefore they cannot be used with Bindings or Conditional Formatting in the Detail Section, Group Header Section or Group Footer Section.
If there are parameters which are not mandatory, the reports automatically when loaded. In actual scenarios, there may be a lot of data being processed as the parameters may be empty. Developer should have an option on report level, say, AutoRun as true or false. The developer could decide if report needs to auto run. Thanks, Jai
Support for Apple Numbers to be able to open reports exported in the "Excel Worksheet" format.
Add the ability to control the distance between the Image and the Text for a Check Box & Radio Box. A space may be used but this does not work where the text wraps to another line and does not give the required level of control.
When using the Report Explorer, the tree automatically expands to all levels expanded, on making any change to a Property for the currently selected item. This makes using the Report Explorer very frustrating, so you end up shouting at the window to 'Stand Still!".
The ReportFooter does not print at the bottom of the last page if that page doesn't contain data, even with PrintAtBottom=true set. Can this feature be changes to always print the ReportFooter at the bottom of every page?
Add a property to be able to suppress duplicate values in a column, which could be optionally shown after a page break.
Why is it that the telerik report designer is locked down and cannot be used as a set of controls in a custom application as any other telerik control. We would like to use the report designer controls in an application we make to give it our look and feel and so we can give it the functionality we require. Why limit your customers by locking down your report designer. One of the great things about telerik is a great set of products and customer support. If we had a way to get at the Telerik.ReportDesigner.Core.dll we can figure our where the controls are and display them in our app. I don't understand the marketing behind the locked down report designer. How does it benefit your customers? You can still have a locked down designer for those customers that don't want to customize it. Providing access to Telerik.Reporting.Core.dll will give your customers the ability to customize the report designer to their needs. Telerik sells controls that customers use to make applications that they sell, so whats the difference with the designer?
The Reporting Map control is orientated with North at the top and South at the bottom. I would like to display the map in a report with a different orientation, similar to the Rotatable Maps view displayed at google maps here: https://maps.googleblog.com/2010/02/introducing-google-maps-labs-your.html
The Silverlight report viewer control never clears the cache out of the database. Steps to reproduce: 1. Configure the database cache provider with mssql as defined in the documentation. 2. View a report by setting the Report property of the viewer with the class name of the report. 3. Clear the report when the user is done viewing the report by setting the Report property of the viewer to null. I see the request to invalidate the report session, but the cached data remains in the database. Raw request: <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><RenderAndCache xmlns="Telerik.ReportService"><format></format><report></report><deviceInfo xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><d4p1:KeyValueOfstringanyType><d4p1:Key>InvalidSessions</d4p1:Key><d4p1:Value xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">["035e4409-655c-49ab-a5b0-b9bf5e0d9859"]</d4p1:Value></d4p1:KeyValueOfstringanyType></deviceInfo><parameters xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /></RenderAndCache></s:Body></s:Envelope>
I am using Barcode = Code 39 for some labels and the ratio i get is 2.0. Is there a way to increase and arrive to 2.5 or 2.6?