Completed
Last Updated: 18 Nov 2020 10:24 by ADMIN
Release R3 2020 SP1 (Latest Internal Build)

Steps to reproduce the issue:

1. Create a new report in the WebReportDesigner;

2. Add a simple CSV DataSource (for example with Item and Value columns);

3. Select the Table Wizard and set the CSV DataSource as a Value of the DataSource property;

You will notice that the names of the columns from the datasource are missing.

 

Completed
Last Updated: 18 Nov 2020 10:24 by ADMIN
Release R3 2020 SP1 (Latest Internal Build)
If you set a DataSource for the Report Parameter AvailableValues and try to configure the parameter ValueMember or DisplayMember, the corresponding editor in the Web Report Designer displays the report DataSource instead of the parameter DataSource. For that reason, the correct fields cannot be selected from the editor and must be typed manually. The linked video demonstrates the problem.
Completed
Last Updated: 18 Nov 2020 10:24 by ADMIN
Release R3 2020 SP1 (Latest Internal Build)

The issue occurs when a report contains a subreport with InstanceReportSource set as its ReportSource. If the report definition in this InstanceReportSource contains data sources, they will be serialized as DataSourceRef objects instead of using their actual type names like EntityDataSource, CsvDataSource, etc.

The issue is reproducible only in Standalone Report Designer, i.e. serializing/deserializing the report definition programmatically would work as expected.

The issue is introduced in Telerik Reporting R1 2019.

Unplanned
Last Updated: 11 Nov 2020 13:49 by ADMIN
When the HTML5 WinForms Viewer is loaded directly into a multi-page report, the last page of this report will be scaled differently. This happens when continues scrolling is enabled, and each page is automatically loaded.
Unplanned
Last Updated: 11 Nov 2020 13:39 by ADMIN
The issue can be reproduced in the attached sample report. In it, the Visible property of the Detail1 and Detail2 cells is set to False. When you export the report to Word, the DOCX file is broken. 
Declined
Last Updated: 11 Nov 2020 11:34 by ADMIN
Created by: Daniel
Comments: 1
Category: Reporting
Type: Bug Report
0

When editing an existing SQL data source from stored procedure, the "@" before the parameter name got dropped. Causing the report not passing the report parameter value to the query parameter

2020 R2

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: 04 Nov 2020 10:21 by ADMIN
I created my own ADO.NET Cache Provider. I have found that when a report is being generated programmatically and it failed over SQL timeouts it doesn't clear the session_state table.
Unplanned
Last Updated: 02 Nov 2020 14:21 by ADMIN
Created by: Rajika
Comments: 0
Category: Reporting
Type: Feature Request
1

Currently, you may aggregate values from a certain scope for a particular page with the Page function PageExec. It would be great to be able to display also the carryover aggregates up to the current page. 

For example:

Page 1: Page1 Sum = 10; Total Sum at the end of the page1 = 10
Page 2: Page2 Sum = 5;   Total Sum at the end of the page2 = 15
Page 3: Page3 Sum = 13; Total Sum at the end of the page3 = 28
Completed
Last Updated: 02 Nov 2020 07:24 by ADMIN
Release R3 2020
Created by: Ken
Comments: 10
Category: Reporting
Type: Feature Request
16
We create many legal forms, which use nested ordered lists. In htmlTextBox for reporting, we'd like to apply styles like upper-alpha, lower-alpha, etc to the ol tag. Currently, the only numbering for an ol is 1, 2, 3. CSS ability to set the style at depth (like ol ol) would be best.
<ol>
<li>1. text</li>
<li>2. text
  <ol>
  <li>a. text
     <ol>
          <li>i. text</li>
          <li>ii. text</li>
      </ol>
  </li>
  <li>b. text</li>
  </ol>
</li>
</ol>
Planned
Last Updated: 28 Oct 2020 19:02 by ADMIN
Scheduled for R1 2021

If a table-based item (Table, List, Crosstab) does not fit in a single page and needs to occupy more than one page, its bottom border is not drawn on the first page and its top border is not drawn on the second (subsequent) page. This behavior is by design and its purpose is to help the users visually distinguish the table as a single item. The table has only one top and bottom border and they are displayed at the beginning and at the end of the table, regardless how many pages the table actually occupies.

Since users might find this confusing, a table should have a property controlling this behavior. The default state of the property will preserve the current rendering. If the user explicitly sets the property, then the table will draw its top and bottom borders on every page it occupies.

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.
Completed
Last Updated: 21 Oct 2020 13:19 by ADMIN
Multi select parameter selection is not correct when the Kendo version 2020.2.617 is used.
Completed
Last Updated: 21 Oct 2020 12:15 by ADMIN
Release R3 2020 SP1

1. webServiceDataSource1URL - For the Service URL we are using the inline variable "@url" and for Value and design time value we are using the "https://services.odata.org/TripPinRESTierService/People"

2. webServiceDataSource2NoURL - For the service URL we are directly using the "https://services.odata.org/TripPinRESTierService/People"

In scenario #1 there occurs an error "An error occurred while loading the data schema for 'webServiceDataSource1URL': unexpected token | in JSON at position 0".

The fields for #2 are loaded and for #1 are not.

Need More Info
Last Updated: 19 Oct 2020 18:19 by ADMIN
Created by: Katsuyiki
Comments: 1
Category: Reporting
Type: Bug Report
0

We use telerik reporting service in ASP.NET Core 3 on CentOS 8 server.
I just confused in spesific kanji is not show in preview and pdf.

"備考" is not shown,but "考備" is shown, reason why?(see attached xslx file)
Private Font settings will be fine(see attached reportsettings.json),because of gothic and mincho font is displayed.
If set double byte space ("備考 ") is displyaed... I dont know reason why.

We install libgdiplus API in cent OS server, but not well.
hiragana is OK, but some types of Kanji is Not OK.

We already running on Windows server is not having same issue(always displayed)

We think some issue in textbox sizing algorythm in Telerik Reporing on Linux ( I used latest version 14.2.20.916)

We look forward to hearing from you.

Completed
Last Updated: 19 Oct 2020 09:12 by ADMIN
All Telerik Reporting assemblies to be distributed via Nuget packages, in order to ease deploying a solution that uses Telerik Reporting and to share the solution with other developers.
Note: Without having Telerik Reporting installed on the machine, there will be no design-time support (Upgrade and other wizards, VS Report Designer, etc.). The purpose of the packages is only deployment.
Unplanned
Last Updated: 14 Oct 2020 08:46 by ADMIN
Created by: Rodney
Comments: 0
Category: Reporting
Type: Feature Request
3
In organizations like ours, it is not allowed to store the user id and password in appsettings.json. It is becoming a common practice to use AccessToken in the connection string rather than a username and password. For example, in Azure. It would be great if AccessToken could be supported out of the box in the SqlDataSource.
Completed
Last Updated: 09 Oct 2020 06:52 by ADMIN
Release R3 2020 (Latest Internal Build)

After upgrading from Telerik Reporting 2020 R2 (14.1.20.618) to 2020 R3 (14.2.20.916) my reports can no longer render an image that they have always rendered before.

The images are displayed correctly in Visual Studio Report Designer Preview mode but are not displayed in HtmlPreview mode.

Completed
Last Updated: 08 Oct 2020 12:46 by ADMIN
Release R3 2020 (Latest Internal Build)

I have a PictureBox item with a background image and no image value. When rendering in either of the Excel formats from a web application or from the Standalone designer, they throw an "Object reference not set to an instance of an object." exception. Here is the response from Fiddler:

{"message":"","exceptionMessage":"Object reference not set to an instance of an object.","exceptionType":"Telerik.Reporting.Services.Engine.DocumentRenderException","stackTrace":"   at Telerik.Reporting.Services.Engine.Document.GetDocumentInfo()\r\n   at Telerik.Reporting.Services.WebApi.ReportsControllerBase.GetDocumentInfo(String clientID, String instanceID, String documentID)\r\n   at lambda_method(Closure , Object , Object[] )\r\n   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass6_2.<GetExecutor>b__2(Object instance, Object[] methodParameters)\r\n   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__1.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__5.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at System.Web.Http.Controllers.ExceptionFilterResult.<ExecuteAsync>d__6.MoveNext()"}

Completed
Last Updated: 08 Oct 2020 12:46 by ADMIN
Release R3 2020 (Latest Internal Build)
Created by: Nicholas
Comments: 0
Category: Reporting
Type: Bug Report
1
After upgrading to 14.2.20.916, the PictureBox control is no longer loading an image via URL due to a URL limit of 260 characters. We use Google static images which can have much longer URL lengths.