In my report, there is a Table with one group and PageBreak set to After for the group. If the property ColumnHeadersPrintOnEveryPage is with the default value False, in Interactive view there are three pages generated, one for each group, which is correct.
If I set ColumnHeadersPrintOnEveryPage to True, the number of pages increases to four in the Interactive view mode. There is an additional page break introduced in the last group.
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
Support to display a SVG file in the PictureBox. When viewing a report this looks fantastic and of course superb for printing.
In the secure and session based environment, it may take a while to design a report. Meanwhile, the session may expire. Or even anything could happen e.g. internet loss, power loss. In that case, all of the designs that the user has made after spending a lot of hard work and time; are lost.
There should be an auto-save feature in Report Web Designer. It would be great if this is API based. e.g. AutoSave(true/false), AutoSaveInterval(seconds), etc.
Hi,
When you put controls (textbox or anything else) in the report header section and choose to hide the report header, all controls are deleted. if you did it without taking attention and start the report, you loose all the content in the report header.
Thanks,
Steps to reproduce:
1. Add a ConditionalFormatting to one report item (for example crosstab).
2. Select the first existing rule.
3. Click "Copy Selected Rule"
4. Click "Paste Rules" - nothing happens.
You can also see the attached video which demonstrates the problem.
If there is a pageMode option, An error event is fired at initialization, even if no error occurred.
The problem can be reproduced with the HTML5 demo:
$("#reportViewer1")
.telerik_ReportViewer({
serviceUrl: "api/reports",
reportSource: {
report: "Telerik.Reporting.Examples.CSharp.ReportCatalog, CSharp.ReportLibrary",
parameters: {}
},
viewMode: telerikReportViewer.ViewModes.INTERACTIVE,
pageMode: telerikReportViewer.PageModes.SINGLE_PAGE,
scaleMode: telerikReportViewer.ScaleModes.SPECIFIC,
scale: 1.0,
enableAccessibility: false,
sendEmail: { enabled: true },
ready: function () { debugger; },
error: function (e, args) { debugger; }
});The FreezeColumnHeaders functionality doesn't behave properly when Action is set on the header. The white background color of the headers which we need to see in the viewer when the FreezeColumnHeaders property is set to True is missing. Please, check the attached project which reproduces the issue. If you reset the Action property of the ID header, then the FreezeColumnHeaders functionality works as expected.
Hello,
What are the future plans for reporting on .net framework ?
Currently it works on the old .net track → 4.6 but not for .net core.
.net 5.0 is planned november 2020
It would be nice that we can have this on 1 .net framework version.
I had compare crystal report and Telerik report on rendering similar dataset. (LARGE dataset) Crystal report renders much faster on showing the initial page (viewer) by almost 50% compare to Telerik html5 viewer. (almost 10,000 pages) Crystal report renders much faster on generating PDF file by also 50%. Also Crystal report telling the total page on the initial rendered page., while on Telerik report (html5 viewer) it on shows pages that are already cache (and show caching progress.) It would be nice if it show the total pages then shows in the status notification the progress of caching.

With the following HTML 'underline' is applied to the whitespace run-time but not design-time.
<span style="text-decoration: underline">PAYMENTS ONLY </span>TO:The whitespace is reduced to a single space irrespective of its position in the text. For example the following content:
PAYMENTS ONLY TO:
is displayed as shown in this screenshot.