Hi,
I'm not reporting an issue here, just making a suggestion about a minor change that I would consider as an improvement.
I'm loading at runtime a report template that was created using the standalone report designer. I'm dynamically replacing all the 'DataSources' of the report, and thus I have to go through all the items of the report to find them all.
The first step is to flatten all the items with a recursive call, starting from the 'Report'. I get a list of ReportItem, and I can cycle through this list and find those that inherits from 'DataItem'. From there, I just have to pick all the distinct DataSources from these DataItems.
And it almost works, except that I'm missing the DataSource from the Report itself, as the Report class does not inherit from DataItem but implements IDataItem.
If IDataItem was public, I could simply use it instead of 'DataItem', but as it is internal I have to handle a special case. And I don't like that.
Maybe I'm missing a good reason to keep this interface internal, but if not my suggestion is to make it public.
Regards,
Olivier
For the new Swiss paiment system, we need to add a QR Code with a logo inside it. The logo must be centered and be 7x7 mm.
Currently, there is no possibility to do it with Telerik Reporting, so please add it.
It's currently not possible to define in the HTML5 Report Viewer "per Report" the available Export formats. It's also not possible to alter the List in the given JS Events because the List of PDF,XLS,etc is loaded on MouseOver in the menu. Would be great to have some kind of options, array list in the widget options to define what export formats are displayed. Kind regards, Otto.
Internal Server Error. The operation was canceled is thrown in the viewert when the SVG contains
<?xml version="1.0" encoding="UTF-8"?>There are two issues I observed with the Web Designer:
1.If you edit any Report Parameter Value from Designer it will convert to [object Object]
2. And clicking the ellipses (...) to edit the value, opens and closes the modal dialog sometimes.
The SVG image is not rendered correctly. A sample report and the SVG can be found attached.
The designer outputs as on the picture below which is not correct:
Currently, when using the Search widget in the WPF Report Preview the results highlight all of the text in the textbox that holds the matching search text. Although helpful, in cases where there is a long block of text it is less so.
It would be even more helpful if the search results highlighted only the text being searched, as can be seen in other apps, like browsers and document viewers.
The attached picture shows the current search widget, the interaction with the results and a report, and my requested change.
Hi Telerik Team,
I am using telerik reporting watermark to put some "design" in our report template for all the pages, but a small image with a size of 50kb as watermark generates additional 200-300MB of memory usage during the rendering of the report.
Please reduce the memory consumption since this behavior limits the number of user that can access the report simultaneously
Thanks
When a textbox cannot fit on the current page and its Style.VerticalAlign is not set to Top, the textbox is pushed to the next page, although its KeepTogether property is set to false and its Value is null or empty.
This scenario usually happens when a textbox in a table grows vertically because the table contents also grow - it might be another nested table or any other data item. The solution is to either set the visibility of the textbox to false or set its Style.VerticalAlign to Top.
Dear Telerik,
We use Azure App Services to host the reporting engine API.
Azure App Services validate all incoming requests to ensure they come in with valid Bearer JWT tokens. Your suggested workaround of validating the tokens only on some requests in the application would require us to turn off built-in Azure validation, which elevates security risks.
Can you please ensure [authenticationToken] is added to ALL requests from the Angular tr-viewer to the API, not just some requests?
Please redesign the viewer to authenticate all its requests to the backend service. Including but not limited to the requests report viewer makes to download generated report documents as attachments by performing get document requests through window.open() or any other methods.
We appreciate your efforts to obfuscate such requests; however, these efforts need to be in addition and not instead of industry standard security practices.
Thank you very much,
Sergey Nosov
Sr. Integrator/Developer,
Calpine Energy Solutions
Hi, how to create variable column width in programmatically created table? means how to adjust the width of the column based on dynamic data?
Hello,
I am receiving the TypeError: $kendoHtmlEncode error in an Angular Report Viewer with the SystemJS. I am also using a .NET Framework (4.6.2) WebApi based Reporting REST Service. See the following screenshot of the error.
Additionally, the Report Viewer UI is loading until the error is thrown and the report never loads as shown in the following screenshot.
Note that I am also using a separate process for running each project.
For additional reference, I have attached a sample that reproduces the error. See the following steps to run the sample locally.
Please let me know if you need any additional information. Thank you.
If you select valid values for a multi-value parameter and then deselect them manually in List_View, the last rendered report remains and there is no warning for invalid parameter values and the Preview button is not disabled. The problem occurs only in List_View for the multivalue parameter editors.
If you deselect the values with 'clear selection' the proper warning gets displayed.
We pass Report Parameters as Strings and later convert them to Floats in the Report. This works fine on our production systems in Switzerland but fails on dev machines that use different system locales.