Completed
Last Updated: 16 Jun 2021 10:56 by ADMIN
Release R2 2021 SP1
User is migrating from Silverlight where he had direct access to it.
Completed
Last Updated: 16 Jun 2021 10:56 by ADMIN
Release R2 2021 SP1

A possible solution would be to expose a ParametersAreaLoaded and ParametersAreaUpdated events with the needed arguments.

This will make migration from Silverlight easier. There the user has a direct access to them through the ReportViewerModel.

Completed
Last Updated: 16 Jun 2021 10:56 by ADMIN
Release R2 2021 SP1
When you preview a report with frozen table columns/rows and the viewer is in FitPageWidth scale mode the column/row headers move on scrolling. Here is a link to a short muted video demonstrating the issue.
Completed
Last Updated: 16 Jun 2021 10:56 by ADMIN
Release R2 2021 SP1
The freezing functionality works only for Chromium based browsers.
Completed
Last Updated: 16 Jun 2021 10:56 by ADMIN
Release R2 2021 SP1
The JsonDataSource component escapes characters like quotation marks in the Web Report Designer, which makes the JSON invalid.
Completed
Last Updated: 16 Jun 2021 10:56 by ADMIN
Release R2 2021 SP1
Created by: Israel
Comments: 0
Category: Reporting
Type: Bug Report
1
1. A custom report template is checked for getting the data source information needed
2. A new empty Telerik report is created
3. The report is client-side filled with those predefined data sources using the Telerik Javascript Shell (EditorCommand.NewItem for creating them and SetPropertyValue for filling in the details).

This approach has been working well for me until getting updated to the R1 2021 SP1 release (15.0.21.224), or the following versions, which are now unable to show the datasources fields in the explorer at first. However, manually adding a new component into the canvas makes the datasource tree to be updated then.
Unplanned
Last Updated: 16 Jun 2021 06:27 by ADMIN
I display the Html5 Report Viewer in a Kendo Tab. When I close the viewer's tab and resize the browser window, the following error related to the viewer occurs in the browser console:
kendo.all.js:105032 Uncaught TypeError: Cannot read property 'find' of null
    at init.toggle (kendo.all.js:105032)
    at P (telerikReportViewer:9)
    at Object.<anonymous> (telerikReportViewer:9)
    at Object.trigger (telerikReportViewer:9)
    at Object.trigger (telerikReportViewer:9)
    at se (telerikReportViewer:9)
    at Object.setDocumentMapVisible (telerikReportViewer:9)
    at b (telerikReportViewer:9)
    at E (telerikReportViewer:9)
    at o (telerikReportViewer:9)
Unplanned
Last Updated: 15 Jun 2021 08:21 by ADMIN
Created by: Oleksandr
Comments: 1
Category: Reporting
Type: Bug Report
1
Hello , I am trying to localizate export dictionary.  I couldnt find  "key : value"  в viewerObject.stringResources

Declined
Last Updated: 11 Jun 2021 07:22 by ADMIN

Figure 1 report is generated using the data source in figure 2. Data in column "Value2" is mapped to the column Text in the generated report.


In the below-generated report, text in row one "Default CUS for CDV" is truncated. A feature to make the user know there is more data to be shown will be great.

Figure 1

Figure 2

 

 

So, Adding an option to display an indicator such as “...” for truncated strings so that the viewers get to know there is more information to be displayed
Or

Provide an option to absolute break (display until last possible character) of the string rather than word-wrapping if there’s more content than the text box width.

Unplanned
Last Updated: 10 Jun 2021 23:12 by Tommy
Please add the ability to specify the graph series colours dynamically via binding expressions instead of hardcoding predefined values in palette or conditional formatting. 
lineSeries.Style.LineColor = "= Fields.HexColour";
Unplanned
Last Updated: 03 Jun 2021 10:13 by ADMIN

Setting the ParametersAreaVisible and DocumentMapVisible to False in the Xaml, or in the initialization code of the WpfReportViewer doesn't hide the corresponding areas.

The issue is reproducible in .NET Core and .NET Framework.

Declined
Last Updated: 01 Jun 2021 14:59 by ADMIN
Created by: Rupinder
Comments: 1
Category: Reporting
Type: Feature Request
0

Hi Team,

Thanks for your regular support.

I Want to hide the GroupFooterSection if I don't have any data to be displayed(zero records found case).

Please let me know the solution for the above case.

Regards

Ausfleet Team.

 

 

Unplanned
Last Updated: 01 Jun 2021 13:27 by ADMIN
Created by: Dmytro
Comments: 0
Category: Reporting
Type: Bug Report
1
Text is not correctly aligned when a private font is used and bold is registered in the first place. Please, check this video that demonstrates the behavior.
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: 01 Jun 2021 04:14 by Tony
Currently the GenericTileProvider class internally uses map tile size of 256x256 px and doesn't allow to set different size. Some tile-providing services like MapBox allow to use tiles with larger size (512x512px). Allowing to use larger tile size will be more efficient in terms of costs and amount of requests.
Unplanned
Last Updated: 31 May 2021 13:39 by ADMIN
I would like an ability to provide "Telerik.Reporting.Processing.UserIdentity.Current.Context" to "ReportProcessor" object for "RenderReport" method to use. Scope of this context needs to be strictly this "RenderReport" only.
Completed
Last Updated: 26 May 2021 07:54 by ADMIN
Release R2 2021

Implementing Drag&Drop for the Web Report Design is a major step toward feature parity with the Standalone Designer, and helps end-users leverage their established workflow when migrating to the Web Report Designer.

  1. Dragging a field from the Fields list onto the surface should A) Create a default Textbox. B) Populate that Textbox with a simple =Fields.field expression.
  2. Dragging and dropping a component from the component tree should create that component at the drop location.
Unplanned
Last Updated: 19 May 2021 10:59 by ADMIN
Created by: Todd
Comments: 3
Category: Reporting
Type: Bug Report
1

Background: 

I create an ASP.NET Web Application - Empty. I add to it a Telerik HTML Report Viewer page. The wizard creates a new REST service with a sample report. Inside the Html5ReportViewer.html file is the line

<!--If Kendo is used it should be added before the report viewer.-->

 <script src="/api/reports/resources/js/telerikReportViewer-15.0.21.326.min.js/"></script>

 

with a trailing / in the src attribute. This works perfectly.

Problem:

I have a ASP.NET Webforms website that displays reports from the Reporting web application.  Pages that display a report also have this script tag. However, any time there is an update for the Reporting toolkit, if I use the Reporting Upgrade Wizard, (Visual Studio 2019 "Extensions" menu -> Telerik -> Reporting -> Upgrade Wizard) the script tags get updated with the latest version, but the trailing / in the src attribute is no longer there and the page breaks because the Javascript library is not loaded. Adding in the / fixes the problem.  Is this intended behavior or a bug in the upgrade wizard?

 

Unplanned
Last Updated: 19 May 2021 07:18 by ADMIN
My report has a simple table. A text field is placed under the table. The table and text field have the Docking property set to Top. 
If the table fits on one page, then exporting to pdf is fine. But if the table is divided into several pages and the ColumnHeadersPrintOnEveryPage set to true, then the textbox is displayed at the wrong place(overlapping with the table).
Unplanned
Last Updated: 13 May 2021 13:29 by ADMIN

When you change a parameter,  the parameter controls will be disabled while it fetches the data and then enabled again when the data returns, which is correct.

If you have a parameter with AvailableValues, the parameters will be disabled while it fetches the data but then never get enabled if the report has no data. You have to click the refresh or back button to enable them again.