When a date is set as a report parameter in the HTML5 viewer, it formats the parameter as a JSON date using a timezone. Where no time is specified this results in a time part added to the date when received at the server. This is a problem, especially for browser in a negative offset zone, e.g. US, where upon the date goes to the previous day. Please add support for parameter types of date, where no time is present and no conversion is done anywhere.
in our solution, we store the trdx reports designed with Standalone Designer as xml strings in our database,
and render them to pdf in the background services by using Telerik.Reporting.XmlSerialization.ReportXmlSerializer.Deserialize
the new web based designer would be a good addon to integrate report design directly into the appliciation.
but the current preview version of webreportdesigner needs to be configured with a FileStorage.
it is possible to override the GetReport and SaveReport functions in a custom ReportDesignerController and load the report from a string (db in our case),
but since the ReportJsonSerializer is an iternal class, it is not possible to create a json response and send it to the webeditor.
so it would be helpfull, either to make the ReportJsonSerializer a public class so it can be used to convert the report manally to json, or extend the
whole thing to load the reports from strings directly.
i down last new version r3 2019 sp1 trial, create Simple example for binding table
eg:
reporting design tool render result:
We are using a background image in our report. We noticed that on the Mac, the graphs were rendering very small when exporting to PowerPoint.
I found this thread that said to set the ‘UseMetafile’ rendering device setting to False. After doing so, it fixed the graph issue but then broke the background image, for both Windows and Mac PowerPoint. The background image is now very small.
Go to page https://demos.telerik.com/reporting/product-catalog?&skinName=default
Open search dialog.
Try to move search dialog pressing left mouse button on search dialog title.
Incorrect behavior: search dialog disappears and appears again only when you finish pressing left mouse button.
The image box should allow selecting how the image should be aligned within the box.
Ie, if I select ScalePorportional, it will always center the image either vertically or horizontally. I should be able to further align it to the one or two of the sides of the box. This would allow say the upper left corner of the image to always be locked in place.
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.
When you have some <br /> tags in the HTML, the behavior is different between Kendo Editor and Telerik Reporting.
I attached HtmlTextBox result and Kendo Editor behavior.