Completed
Last Updated: 24 Feb 2021 10:04 by ADMIN
Release R1 2021 SP1

Change the Font Name of a TextBox from Arial to Calibri

Go to another TextBox and change the Font Name from Arial to Calibri.

This is the error I get: "Could not change the property 'Name'. Name 'Calibri' already exists."

The same error occurs when trying to change multiple TextBoxes at once.

Completed
Last Updated: 24 Feb 2021 10:04 by ADMIN
Release R1 2021 SP1

The design-time web service data source parameter values are not displayed in the Web Report Designer while correctly read by the Standalone designer.

The run-time web service data source parameter values are displayed as [object] rather than expressions.

Check this screenshot for clarity.

Completed
Last Updated: 24 Feb 2021 10:04 by ADMIN
Release R1 2021 SP1

If you open https://demos.telerik.com/reporting/designer?_ga=2.145120566.369274565.1605642252-790264781.1600201366 the problem can be seen.

Select one of the TextBoxes such as TextBox1

Select the Layout > Size Properties of the TextBox

Try to change the Width to 3.5 in.

Notice the Width goes to 35 instead of 3.5

This is the same case for Location > Left & Top and Size > Height

Unplanned
Last Updated: 19 Feb 2021 19:41 by ADMIN

When applying the property Docking with either of the following values will cause the Visual Studio Report Designer to squeeze the table down to 0 width:

  • Top
  • Fill
  • Bottom

While the value 'Right' will cause the table to be rendered outside of the report-section on the left side. This is reproducible with the example report CryptoCurrencies.cs.

Unplanned
Last Updated: 18 Feb 2021 16:00 by ADMIN
Created by: Tony
Comments: 0
Category: Reporting
Type: Feature Request
1
It will be useful if an option for setting the ExternalStyleSheets property through an URL is added.
Under Review
Last Updated: 18 Feb 2021 10:31 by ADMIN
after report viewer load , picture box is giving error internal server error .

i figure out the issue that my api is crash due to header is missing in this url .

kindly suggest me what should i do to resolve this issue  , how to add header in giving api 

api/reports/clients/5344b9acb49/instances/7775d1f9944/documents/133d0da1ce597ad792f356/resources/e3949b7f06e640b888683f5173637591/



Under Review
Last Updated: 17 Feb 2021 13:38 by ADMIN

I am currently using Reporting 13.2.19.1030.
The following error occurred while using Reporting.

'Non-Error promise rejection captured with value: Error shown. Throwing promises chain stop error.'

I looked up the cause of this error, and I was able to confirm the following article.

https://feedback.telerik.com/report-server/1401328-report-server-ui-shows-error-shown-throwing-promises-chain-stop-error-when-scheduling-report-with-parameters-and-unregistered-data-connection

As explained in the above article, the error in Report Server (5.1.19.618) has been corrected to appear to be a significant error.

So I looked up the release note to see if this error was fixed in the Reporting product, but I couldn't find any related information.

Is this error corrected on the Report Server only and not corrected in Reporting? If so, when can it be revised?

Unplanned
Last Updated: 15 Feb 2021 10:27 by ADMIN
Created by: Hal
Comments: 21
Category: Reporting
Type: Feature Request
28
It would be very helpful for us people that have been using Telerik Reporting in Silverlight (or WPF) applications to have access to a Report Viewer for Windows Store Apps (XAML).  The future of Silverlight is unclear at least and there are many Line Of Business Applications currently running under Silverlight and I know of many developers that are looking to port their LOB apps to Windows Store Apps (or Universal Apps).  The current HTML5 Report Viewer does not provide printing when it is implemented in browser window in Windows Store Apps so we cannot really offer this option to our customers.
Unplanned
Last Updated: 12 Feb 2021 12:17 by ADMIN
The WMF file is not rendered correctly in PrintPreview/PDF when using System.Drawing.Imaging.Metafile. 
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.
Completed
Last Updated: 11 Feb 2021 11:20 by ADMIN
Release R1 2021
The issue is reproducible in all dialogs that have grids, for example Edit Filters dialog:
Image

When the cell is focused and being edited, pressing the arrow keys moves the selection to the previous or next cell instead of moving the cursor within the grid cell.
Unplanned
Last Updated: 11 Feb 2021 10:20 by ADMIN
When you try to select a file for the report source, the white spaces in the generated path are URL encoded (%20) and therefore the report is not found.  Manually replacing the %20 in the path with white spaces solves the issue.
Unplanned
Last Updated: 09 Feb 2021 10:48 by ADMIN
Created by: Andrey
Comments: 0
Category: Reporting
Type: Bug Report
3
A report has tooltips values for elements in a Graph and it works when displaying it in a Viewer. After it's exported to PDF the tooltips are not displaying in the PDF document, though 'ViewerRenderToolTips' is set to true.
Unplanned
Last Updated: 08 Feb 2021 13:12 by ADMIN

In some cases, when the path of the file is used as a Value of the PictureBox, the WMF is not displayed in PrintPreview or in the printed report. The workaround is to embed the image by selecting the file as a Value:

1. Go to the Value property of the PictureBox and click on the three dots (...)

2. In the File name field, type *.* and Enter.

3. Select the WMF file.

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.


Unplanned
Last Updated: 05 Feb 2021 15:10 by ADMIN
Created by: Claudio
Comments: 3
Category: Reporting
Type: Bug Report
1

The parametersAreaVisible property of the angular report viewer allows controlling the visibility of the report parameters area.

Currently, this property can only be set. Reading the property doesn't reflect the current visibility of the report parameters area.

While jquery can be used as a work around to determine the visibility of the report parameters area (by reading the width of the corresponding DOM element), a proper angular API would be nice.

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: 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: 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 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