We have implemented custom storage (IDefinitionStorage) with the SaveDefinition method where it saves the edited report in a custom way. There can be some validations and save can fail. For this, I am just throwing a new Exception. The error message is showing in a general way, and it doesn't show my custom message.
Telerik report is showing error -
Method Name: Telerik.reporting.PictureBox.Set_Value - Parameter is not valid.
Above highlighted line gives an error during component initialize.
It was working earlier, but now showing this error, even there is no code change. Please help.
Your help is highly appreciated.
Jeetendra Kumar
In the Word rendering, there is sometimes space between the footer and the body of the document.
Please, add a .zip or .7zip with the following content from the Telerik Reporting folder:
When generating a report with multiple tables provide the ability to send these tables to different workbook tabs when exporting to Excel
The parameters' area splitter's expand icon gets hidden when the area is shrunk.
When there is a textBox report item placed in a report page header/footer section with a text color styling applied to the textbox, the text color is not respected in the Excel export.
This happens only when the native excel page header/footer is used.
Report content is not selectable, and we know that there is a limitation in WinUI not to be able to search in report contents. But we want this functionality.
Is it on your roadmap to implement that feature?
Thanks,
We are using Telerik Report Viewer in our ASP.NET MVC application. I've read the documentation about localizing the report viewer (https://docs.telerik.com/reporting/html5-report-viewer-localization) and most of the texts are localized now, but there are some other that I can't change.
For example, in the search menu, result list, 'page xx' text.
Can you add this string resource in the resources file?
Code128 Barcode does not always pick the correct subset for the given input value
For example, the string A12B34C56DWhen the font that is used to generate the report is not installed on the client machine, some of the text may be cropped
t would be very useful to be able to embed fonts in DOCX and the other OpenXMLs, as in PDF.
When using the latest version of the Kendo Default Theme:
<link rel="stylesheet" href="https://unpkg.com/@@progress/kendo-theme-default@latest/dist/all.css" />the export in the Blazor Report viewer does not work.
Meanwhile, you can reference the older kendo CSS styles directly in the view with the ReportViewer. You may leave the new styles referenced on the layout page. It works with:
<link rel="stylesheet" href="https://unpkg.com/@@progress/kendo-theme-default@4.26.0/dist/all.css" />
The overlap warnings may clutter up the page.
It will be a good option to be able to switch them off. The reason is that most of the time I want to ignore them because they actually do not cause problems. If I want to turn it on to check I would be able to.
The customer should be able to disable printing, text and graphic selection and extraction, page rotations and others.
Having the PrintOnFirstPage property set to False does not always hide the Page Footer section on the first page
If the vertical space of the report(The paper height of the paper size which can be seen in Report.PageSettings) allows it, the footer will get rendered on the first page despite the property being False.
Hi,
It would be necessary to have a way to export a sub-report to a trdx file with the designer. Also, the same tool could be used to import a sub-report into an XML source. Currently, it takes a lot of acrobatics to be able to do this work.
Thank you for your help!