Unplanned
Last Updated: 25 Nov 2020 14:07 by ADMIN
Created by: Rupinder
Comments: 0
Type: Bug Report
25

White space appears between different rows. Depending on the zoom level it could happen on one or more rows.

I will attach a report example to this message.

Unplanned
Last Updated: 13 Oct 2021 13:41 by ADMIN
The config.Routes.MapHttpRoute("ApiDefault", firstPathSegment + "/{controller}/{action}"); defined in ReportsControllerConfiguration.RegisterRoutes hides other matching route patterns registered after it - for example  api/{controller}/{id} will not be matched, because it has the same route pattern.
Unplanned
Last Updated: 09 Feb 2022 13:36 by ADMIN
When exporting a Table with hierarchically organized dynamic groups, in CSV export only the first detail data row is rendered. Thus, great part of the data is ignored.
Unplanned
Last Updated: 17 Feb 2024 22:15 by ADMIN
Scheduled for 2024 Q2

If cells grow or shrink, if there are hidden cells, any time a report section grows vertically, the next section/table is not respecting the growing of the previous item and text prints in the wrong spot or the table overlaps the previous table.

A potential workaround is to manually convert the troublesome tables to lists where possible.

Unplanned
Last Updated: 09 Aug 2022 07:51 by ADMIN

When the PDF rendering extension has its "enableAccessibility" setting set to true, the text in the produced document cannot be selected using the Select Tool from the Adobe Acrobat Reader context menu. The text can be selected in other PDF readers like Foxit PDF Reader. The text is also selectable in Adobe Acrobat Reader when the document is created without enabling the accessibility features.

Unplanned
Last Updated: 14 Dec 2021 14:26 by ADMIN
I have a Crosstab with multiple dynamic detail columns and a Total column at the end. I can hide all the detail columns conditionally, based on a parameter value. The Totals are always visible. When there are more than two detail columns and I hide them, there is blank space left between the row headers and the totals of the crosstab.
Unplanned
Last Updated: 07 Feb 2024 09:37 by ADMIN

Currently, the desktop viewers don't allow adding custom headers to their requests to the service.
In HTML5-based web viewers, this is possible through the AjaxPrefilter event.

Unplanned
Last Updated: 17 Feb 2022 12:16 by Vitaliy
After sending x requests, the setInterval delays for an additional 30 seconds, if the clientSessionTimeout is 1 minute. The interval is not changed, nor is it replaced with another internal. The set millisecond delay is also not changed. Generally, this happens once, the client expires, then the interval continues to send requests at the set interval.
Unplanned
Last Updated: 26 Jul 2023 08:25 by Rajendra Prabu

The background image of a report item is not sized correctly when exporting in PowerPoint format (PPTX) and have the UseMetafile flag set to false.
If the flag UseMetafile is set to true, the image is rendered as expected.

Unplanned
Last Updated: 21 Mar 2023 13:06 by Anirban
I would like to be able to decide whether a Web Report Designer user can edit or not a SharedDataSource component dynamically. Not all users should have access to this functionality. 
Unplanned
Last Updated: 06 Aug 2020 08:13 by ADMIN

When there are both ASCII characters and non-ASCII characters (such as Chinese) in the text box, the position of line wrapping in Linux Docker is incorrect. Some of the data get lost.

More information can be found in the forum thread TextBox's line wrap position is incorrect in docker.

Unplanned
Last Updated: 28 Mar 2022 09:33 by Taylor
I use <strong> to make part of the text in an HtmlTextBox bold. When my report is rendered in PDF under Linux, the bold text overlaps the normal text. The issue persists even when I put the text with different styles in separate <span> elements.
Unplanned
Last Updated: 01 Jun 2021 08:24 by ADMIN

The @progress/kendo-ui package breaks the report viewer:

  • With telerikReportViewer.kendo referenced - see the first attachment
  • Without reference to the telerikReportViewer kendo widgets: see the second attachment
Unplanned
Last Updated: 10 Jul 2023 14:45 by Steven

If I use Microsoft.AnalysisServices.AdomdClient assembly with version 13 or higher, I receive the following exception:

An error has occurred while processing Report 'Report1':
Unable to establish a connection to the database. Please verify that your connection string is valid. In case you use a named connection string from the application configuration file, make sure the name is 
correct and the connection string settings are present in the configuration file of your application.
------------- InnerException -------------
Attempt by security transparent method 'Telerik.Reporting.Adomd.AdomdProviderFactory.CreateConnection()' to access security critical method 'Microsoft.AnalysisServices.AdomdClient.AdomdConnection..ctor()' 
failed.
 
Assembly 'Telerik.Reporting.Adomd, Version=16.0.22.119, Culture=neutral, PublicKeyToken=a9d7983dfcc261be' is marked with the AllowPartiallyTrustedCallersAttribute, and uses the level 2 security 
transparency model.  Level 2 transparency causes all methods in AllowPartiallyTrustedCallers assemblies to become security transparent by default, which may be the cause of this exception

With earlier versions, the data source works as expected.

Unplanned
Last Updated: 04 Nov 2021 15:40 by ADMIN

The print button does not work in Chrome and Edge when the PDF default behavior is set to Download PDF.

 

Unplanned
Last Updated: 01 Apr 2021 06:14 by ADMIN

Example:
One panel contains two textboxes which both have property Docking set to 'Top'. If the first textbox expands when rendering as a result of overflowing content and property CanGrow set to 'True', the next textbox seems to be correctly positioned, but any item position below the panel with Docking set to 'Top' will be incorrectly positioned.

Unplanned
Last Updated: 29 Sep 2023 08:11 by rwingerter

Standalone Report Designer crashes on start when opening TRDP reports from Visual Studio. See the attachedimages below:

The stack trace came about after trying to open multiple files through VS and popped up after about report number 3 or 4. Lastly, for us "sometimes" the reports open, sometimes they don't. If it does open the report going through VS, then the Standalone Report Designer will randomly shut down/crash with no errors (after 5 to 30 minutes of active use. We haven't found a pattern for what makes the Designer crash.

So far, the Designer doesn't crash if started from the Windows Explorer.

Unplanned
Last Updated: 22 Mar 2021 11:50 by ADMIN
I have a sub-report with cross-section items that works well.  Then when I use the sub-report in the main report the cross-section vertical lines disappear.
Unplanned
Last Updated: 07 Sep 2022 08:27 by Elena

If I put the following content in an HtmlTextBox, when I open the preview mode of the designer or look at it in the Html5 Report Viewer I get annoying extra gaps:

<p>Comment</p><p>Comment</p><ol><li>List</li><li>List</li><li>List</li></ol><p><br></p><p>Comment</p><p>Comment</p>

I tried to replace these <p>-tags with <div>-tags:

<div>Comment</div><div>Comment</div><ol><li>List</li><li>List</li><li>List</li></ol><div><br></div><div>Comment</div><div>Comment</div>

It helps. But there are some other tags that cannot be replaced (tags of ordered and unordered lists for example). And these gaps are still rendered. 

Unplanned
Last Updated: 01 Apr 2022 08:05 by Franz
The WebReportDesigner overrides the global resources used by the kendo-UI theming used in blazor-UI as well. This occurs as soon as the WebReportDesigner gets loaded/rendered. Before, the theming is just fine and works. Then I navigate the ReportDesigner page and sizes, margins, colors, etc. change and stay changed for the lifetime of the client's app session.
1 2 3 4 5 6