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
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
Please provide support for GeoJson format to create World Map in Telerik Reporting.
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.