Hi,
The standalone report designer needs config settings for
I find that I have to set each of these for every report.
Please add these,
Karl
Please develop an html5 / Angular JavaScript ReportViewer that works with Microsoft SQL Server Reporting Services (SSRS). You would sell TONS of it!
YES, I'm aware you have a ReportViewer that works with your server reporting solution. but your reporting solution does not scale. Furthermore, we have TONS of SSRS reports we don't want to re-write. It would be way too expensive! Thanks for your consideration.
As in Ticket with ID 1440072 requested we are looking for a funktionallity to send Reports via E-Mails with the WPF ReportViewer. As only the HTML-5 ReportViewer currently supports the E-Mail sending we would request the feature for WPF as well.
Best Regards,
Martin
My report consists of a Report Header and a Detail section. Their design-time height is totally less than 20mm. There are no PageBreaks or GroupPageBreaks and all KeepTogether properties are False. In Print Preview, the Detail section starts from the second page when the PaperSize Height is 88mm or less. This is not expected as there is sufficient space left after the Report Header. The Detail section starts rendering from the first page only when the paper height is more than 88mm, which is the expected behavior.
See the forum post Report Header and Detail Section does not print together for the report definition that allows reproducing the issue.
Hi Telerik Team,
We are having report parameters up to 30. For better UX we need to group parameters into sections. Please add this feature.
Attached is an example of what we want to achieve.
Hi there,
Adding an external style sheet to a report in a report-book triggers an error when previewing the report book, "Object reference not set to an instance of an object"
I've attached the bare minimum project to reproduce the error.
I've also tried upgrading to R3 2020
Cheers
Currently, the MsSqlServerStorage CommandTimeout is with the default value that is 30 s. In some scenarios, like when the Search functionality is enabled and the report is very big, the generated ClientSearchItemsResource may be too big, and when attempting to save it in the storage the latter may throw the exception 'System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.'
The error may be avoided if the CommandTimeout can be increased.
Please, run the attached report. We would expect that the exec function will return the sum of debits from the table2, however, the scope is returned as invalid.