As of the latest Reporting release the JavaScript size to download went from 61K to over 2MB. Our users work for charities and often have slow network connections. This is not an acceptable change for us.
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>
After upgrading Telerik reporting to 10.2.16.914, I get the following error when trying to generate reports. The App.config hasn't needed any custimizations before. Why is it that every Telerik update always breaks our applications??? An error has occurred while processing Report 'OACLJB005': The assembly "JobBank.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" is not permitted to be used by an ObjectDataSource component. Please include it in an AssemblyReferences element in the Telerik.Reporting configuration section of your application configuration file.
It should be possible to decorated Business Object Data Members with custom description, similar to FunctionAttribute and DescriptionAttribute for User functions, http://docs.telerik.com/reporting/expressions-user-functions#providing-metadata-for-functions It would be very useful to see custom documentation about data source types and -members when configuring a new Object Datasource for the report - more than Method, Type and Assembly which is displayed today. Original forum post: http://www.telerik.com/forums/providing-metadata-for-business-objects-(object-data-source)
When clicking "Edit Parameters" in the Load Report dialog, it would be good if available parameters in the selected report is automatically listed in the "Edit Parameters" dialog.
Using a report book with individual page numbering for each reports and a separate page numbering for all pages in the whole book. Example in attachments.
Have control on the Parameters Area's initial state on creating the viewer
Currently the gridlines are displayed only under the series but in some cases it would be better to be visible over the series. In case the graph displays Area series and then Line series over the Area, the Area hides the gridlines so they can not be used to match the X and Y on the Line series.
When selecting report in print preview mode with a windows DP setting of 125% the report is not corrected. This results in report which is shifted on paper when printing is invoked. See attached file. Request a setting which can overrule the operating system DPI setting.
I use to be able to change the size, location of a picture box at run-time. I cannot do this anymore in the newest version of telerik reporting. It would be good to be able to do this using expressions. As of now you can only change the value of a picture box.. But you cannot change the Size or location values... By allowing me to to this I would be able to make good looking custom graphs for my reports. As of now my only solution seems to stay on telerik reporting version 2010. Thanks for considering...
Interactive Action events are triggered when a report is in preview and the user moves over an item with configured action. Actions are triggered by click, that cannot be replaced with other key combination. It is be more useful if there is an option to set the key combination or other interaction that should trigger the action.
Asp .Net application with telerik reporting version 10.1.16.615 throws error randomly. Please provide a fix.
hi Team, in pie chart reporting , we are looking for explode option similar to htmlpiechart . I have attached the required format in the image, please look in to the possibility and let me know.
How can I create and export a "library" type report that features an overview of my content by article name, author, posting date, and any tags or categorization?
Hello. Telerik replied: "The encryption we use for password protection in PDF rendering is rc4 with key length of 256. Changing the encryption level is not supported at the moment." It would be really useful having this feature. Kind regards. Jose
The Upgrade Wizard should show information about the important changes from the old version up to the current one. I.e, if the client upgrades from R1 2016 to R3 2017, the wizard should aggregate and show all the important changes between these versions.
The Shape item supports custom-generated shapes, but currently this can be achieved only programmatically. It will be useful if the user could provide its own Shape implementations that is supported by the report designer.
I have a requirement to implement multiple report with same content except the table content. Table content is binded through List(by ID, fetch details from table). Can you please guide me, what should be my approach?