Unplanned
Last Updated: 21 Sep 2020 12:42 by ADMIN

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.

Unplanned
Last Updated: 29 Sep 2020 14:06 by ADMIN

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

Unplanned
Last Updated: 28 Sep 2020 08:16 by ADMIN
Created by: n/a
Comments: 0
Category: Reporting
Type: Bug Report
2
Shapes are rendered in <img> tags in Html rendering, which slows down overall rendering. In other formats like PDF, the same report runs fast.
Unplanned
Last Updated: 28 Sep 2020 09:00 by ADMIN
Created by: Pablo
Comments: 0
Category: Reporting
Type: Bug Report
2
When you bind the Style.BackgroundImage.ImageData property of the PageHeader section to the value of a report parameter (a valid URL), it is not respected.
Unplanned
Last Updated: 22 Oct 2020 13:03 by ADMIN
The GroupExplorer tool window should preserve the width of its columns when changing the currently selected item on the designer surface. The current behavior is to set all column widths to their defaults when the selection changes or the selected component is being modified.
Unplanned
Last Updated: 10 Nov 2020 10:13 by ADMIN

I have a Custom Csv Export class that implements IRenderingExtension. This works fine when the ReportServiceConfiguration.Storage is set to an instance of FileStorage or MsSqlServerStorage.

When using RedisStorage, after clicking on the CSV option from the Html5 Viewer's menu, the browser redirects to a new url to display the following error message:

{"message":"An error has occurred.","exceptionMessage":"Buffer cannot be null.\r\nParameter name: buffer","exceptionType":"System.ArgumentNullException","stackTrace":"   at System.IO.MemoryStream..ctor(Byte[] buffer, Boolean writable)\r\n   at System.IO.MemoryStream..ctor(Byte[] buffer)\r\n   at Telerik.Reporting.Services.WebApi.ReportsControllerBase.GetDocument(String clientID, String instanceID, String documentID) in C:\\DeveloperTooling_Reporting_Agent1\\_work\\17\\s\\Source\\Code\\Telerik.Reporting.Services.WebApi\\ReportsControllerBase.cs:line 305\r\n   at lambda_method(Closure , Object , Object[] )\r\n   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass13.<GetExecutor>b__c(Object instance, Object[] methodParameters)\r\n   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object instance, Object[] arguments)\r\n   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.<>c__DisplayClass5.<ExecuteAsync>b__4()\r\n   at System.Threading.Tasks.TaskHelpers.RunSynchronously[TResult](Func`1 func, CancellationToken cancellationToken)"}

The debug console in Visual Studio shows this error:

Failed to load resource: the server responded with a status of 500 () [https://localhost:44350/api/reports/clients/9bbda764fa6/instances/722eb62b3a9/documents/969b05177e4f00b24938d1?response-content-disposition=attachment]


Unplanned
Last Updated: 09 Nov 2021 09:20 by ADMIN
Created by: Neli
Comments: 2
Category: Reporting
Type: Bug Report
2
When WPF Report Viewer inside other control (e.g. TabControl) all events (PrintBegin, PrintEnd, ExportBegin, ExportEnd etc.) fires twice, because Loaded event fires twice and you call AttachModelEventHandlers method also twice.
Unplanned
Last Updated: 16 Dec 2021 13:51 by Benedikt
A PictureBox item containing an SVG file does not size as expected when Sizing property-options are set to either "Center", "Normal" or "Stretch", and then exported to PDF.
Unplanned
Last Updated: 22 Jan 2021 09:18 by ADMIN
Created by: Ken
Comments: 1
Category: Reporting
Type: Feature Request
2

Normally table's of context are formatted with roman numerals.  Based on the responses in the forum, only Arabic numbers are allowed.  Request the ability to change the formatting of the rule numbers and restart the page numbering after the TOC.

 

Unplanned
Last Updated: 22 Jan 2021 09:16 by ADMIN
Created by: Ken
Comments: 0
Category: Reporting
Type: Feature Request
2
It would be very useful if the page numbering is restarted after the TOC. 
Unplanned
Last Updated: 29 Jan 2021 09:34 by ADMIN

ReportViewer will resize correctly when the window is resized by manually dragging the frame, but when 'Maximize' or 'Restore Down' buttons are used, the resize will not occur. 

If continues scrolling is turned on, the next page to load in will be in a different size because it will be in the correct size, while the first page remains in the previous size.

A work-around is to add this codesnippet to the HTML, which will trigger the resize:

function resizeViewer() { $("#reportViewer1").trigger('resize'); }
window.addEventListener("resize", resizeViewer);

Unplanned
Last Updated: 01 Feb 2021 09:44 by ADMIN

When a section is disabled by setting the Visible property to false, the section remains visible in the designer without any visual indication that it is invisible when rendered. Adding such a visual indication would allow users to more easily see that it is disabled.

Having a cross over the section, making it disappear from the designer window, or showing somehow it is disabled would make it easier to understand, as currently the only way to check this is by reading the value of the Visible property in the Properties pane

Unplanned
Last Updated: 01 Feb 2021 10:08 by ADMIN

When one item is selected, or multiple items are selected where they all have the same size, the Width and Height property is accessible and will be applied for all selected elements. If multiple elements are selected and they do not all have the same width and height, the property becomes blank, and you do no longer have access to the Width and Height property.

It would be great to still have access to the properties so a value can be applied for all selected elements.

Unplanned
Last Updated: 01 Feb 2021 10:23 by ADMIN
Created by: Smiljan
Comments: 1
Category: Reporting
Type: Feature Request
2
When designing reports and using Sub-Report elements, it could be nice to have a way of opening the report linked through the element. Currently, you need to find that report manually based on the ReportSource value. 
Unplanned
Last Updated: 04 Feb 2021 08:26 by ADMIN
Created by: Donna
Comments: 0
Category: Reporting
Type: Feature Request
2
It would be useful to have the ability to create custom report items. For example, KPI reporting control, which is currently not supported by Telerik.
Unplanned
Last Updated: 05 Feb 2021 15:32 by ADMIN
Created by: Mario
Comments: 1
Category: Reporting
Type: Feature Request
2

I am using this to color the xaxis, but I notice, it changes the color of all items, so what I want is to color them individually based in a condition like this:

XAxis.Style.Color =  IIf(ToolStatus=1,'Green','Red')

The problem all the text is in green not considering the condition individually by column.


Declined
Last Updated: 12 Feb 2021 08:16 by ADMIN
The problem with the web report designer occurred after updating to R1.2021version. I used a web service datasource in a report and created one inline and one query parameter. But as you see from the attached file, the values of those parameters are shown as Object instead of showing real value. I see this issue after updating to R1 2021, but in the previous version, it was showing correctly. If you open the report via Standalone Report Designer it shows correctly.
Unplanned
Last Updated: 23 Apr 2021 15:03 by ADMIN

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.

Completed
Last Updated: 10 Nov 2022 17:27 by ADMIN
Release R3 2022 SP1
My report has 4 levels of nested subreports. Each child subreport receives its data from the parent with Binding to a data field from the parent report data source. This works correctly with versions 11.2.17.913 and 13.2.19.1030 but doesn't show the correct data with version 15.0.21.326. For details see the forum post Invalid subreport data when updating to latest telerik reporting version.
Unplanned
Last Updated: 24 Nov 2021 14:59 by Olaf
Navigating through the report with the document map does not navigate to the right item(position) on high zoom level