There is no functionality built into the Designer to allow for adding multiple axes to a single graph. You can modify the Designer code manually, but there is very little support if the developer decides to choose this route. I would like to be able to display an unlimited number of axes conditionally and choose which side of the graph they should be placed on conditionally.
Add a way to force a Page Break in a Multi-Column Report, as opposed to producing a 'Column Break'. These are 2 separate concepts of a Column Break and a Page Break.
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>
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 use telerik reporting R2 graph.I can't styling for categroup grouping have child groups.I think it would have styling for this.thanks.
Several community members asked about a Report Viewer suitable for AngularJS projects. We provide the HTML5 Viewer that requires a link to jQuery on the page - http://www.telerik.com/support/code-library/html5-viewer-in-angularjs-project (HTML5 Viewer in AngularJS project). We will appreciate your feedback if the HTML5 Viewer (Javascript widget) is suitable for your AngularJS project. If it is not, please vote for this feature request and leave a comment with details about functionality requirements for an AngularJS Report Viewer e.g. initial setup, updates of the displayed report and ways of passing report parameters' values. Thank you.
For Clustered Column graph should be some feature allowing to mark zones, something like marked zones.
I saw here http://www.telerik.com/forums/tooltip-on-pie-chart that there is no Tooltip Function for Telerik Reporting in the Line Charts right now. Is that still correct? If yes please take it on your list because it is a very important Feature for my customers! Many thanks Markus
It would be useful to have tooltips to table header columns so we can explain what each column is showing.
It would be very helpful to have a tooltip (connected to a Fields.x) inside a Crosstab.
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.
This should also be supported in the standalone designer. There is currently a workaround via external assembly but this is not very elegant.
Please consider giving the possibility to reload a report prepared and stored to disk in the report viewer at a later time.
Service Stack 4 support, specifically to integrate reports into sitefinity Option 2 is a github os provider we can use perhaps...
Add a StyleName property for the NoDataStyle so it can use styles from an external stylesheet.
Without code behind, with a conditional formating changing the Visibility, to avoid empty space in the final report, the control must have its Height put to 0. But then it isn't visible anymore in the designer. With a DesignHeight, it could be still visible in the designer. The other solution would be to be able to change the Height in conditional formating.
It would be nice to have an image filter option when exporting reports to PDF. For example we need to export an image to PDF using the "Flate" algorithm so that the image is not compressed in any way.