Unplanned
Last Updated: 29 Jul 2024 08:24 by ADMIN
Scheduled for 2024 Q4

When the parametersAreaVisible property of the report viewer is set to true, the parameters area of the viewer should be open by default if a report that has visible parameters is being previewed.

However, when a mobile device is used, the parameters area is closed by default.

Additionally, the arrow used to open the parameters area is hidden by default. The device orientation needs to be toggled to horizontal and back for the arrow to appear.

Unplanned
Last Updated: 18 Jul 2024 07:25 by ADMIN
Created by: Clinton
Comments: 2
Category: Reporting
Type: Bug Report
5
SVG images with viewbox constraints may shrink vertically when there are no desired height/width settings even if the viewbox settings allow full rendering.
Under Review
Last Updated: 16 Jul 2024 11:04 by ADMIN
Created by: Daniel
Comments: 1
Category: Reporting
Type: Feature Request
1

Hello

I see a design issue using JsonDataSource and possible nested objects/arrays and providing data in runtime.

 

Setting up a "root" JsonDataSource is no problem. Also the way setting the json trough parameters.

 

The issue begins when I want to use a nested array AND the root object. 

Example Json
{
"InvoiceDate" :  "2024-01-01",
"InvoiceNo":"IN2024-001",
"Positions" : [
{
"Product":"Product 1",
"Price" : 5.25
},
{
"Product":"Product 2",
"Price" : 10.5
}
]
}

The approach using JsonPath for accessing the "Positions" is ok but I have to set up another JsonDataSource with the same json and so that I can access the nested array. 

And now I don't now how to set the Source of the second JsonDataSource in runtime. Setting it using parameters is only possible with one DataSource.

A nice approach would be binding the Source of the second JsonDataSource to the first JsonDataSource with a JsonPath. So we could avoid duplication of data.

Or let us bind to a nested object in a table.

 

Under Review
Last Updated: 16 Jul 2024 08:36 by ADMIN

My scenario is that I am exporting a report to Excel, and I need to format one of my columns that display numerical data with a specific culture.

I can achieve this with the FormatWithCulture text function but then Excel does not treat the values in that column as numbers which is why I have to use the Format property of the item, and return a number in the Value of the textbox.

Unfortunately, the Format property does not allow specifying a culture that will be used for the formatting so the culture on the server is always used. I need to change that dynamically with a report parameter.

 

Unplanned
Last Updated: 12 Jul 2024 12:49 by ADMIN
Created by: Todd
Comments: 3
Category: Reporting
Type: Feature Request
1

I would like to request an option on bar charts or column chart where the bars can be separated or pushed apart.  The default in Telerik is to place all bar series next to each other, which is visually terrible.  Attached is a sample image below.

I simple spacing option would be great!

Under Review
Last Updated: 04 Jul 2024 12:50 by ADMIN
Created by: Sam
Comments: 1
Category: Reporting
Type: Feature Request
0

Hi Team,

I would like to put in a request for PPT export option for Telerik reports. Our end users want the ppt file to be editable. One of your team members suggested that there is an existing ppt export format, but it is not editable at the moment.  Having an editable option is preferable.

Thanks

Samyutha Ravindran

Unplanned
Last Updated: 02 Jul 2024 14:25 by ADMIN

Steps to reproduce:

1. Add two lists at the same level:

2. Select list1 and click Ctrl+X

3. Select panel2 nested in list2 and press Ctrl+V:

4. Preview the report:

Unplanned
Last Updated: 04 Jul 2024 09:14 by insomnia

I am using the ObjectDataSource component and within my class, I use EF Core and initialize the DbContext with a connection string to pull data.

This works as expected in my application, however, when I try to use the assembly in the .NET Standalone Report Designer, it throws exceptions that one or more of the dependencies of the EF Core package cannot be loaded:

FileLoadException: Could not load file or assembly 'Microsoft.Extensions.Configuration
Unplanned
Last Updated: 28 Jun 2024 14:01 by ADMIN

Reports designed in Blazor Web Designer may have multiple shared data sources, only one of which can be used to bind details section data. That I understand.

A use of a secondary data source can be to provide data to which Report Parameters can be bound, such as providing dynamic localized values for any language and/or region. This I expect to do in every report of mine.

Right now, unless I've overlooked some existing mechanism, in each and every report for each field in such a secondary data source I have to manually create a new Report Parameter, bind it to the desired data source, and at least set the ValueMember to that data source field. This can be very time consuming, especially if there are a large number to be created.

It would seem possible for you to add a data source feature such that use of that data source in a report automatically does this for me for each selected field in the Select Query. That would save me a tremendous amount of design time!

Also, if you reply to this, perhaps you could tell me what constitutes a report's "Inline Data Source"? I have been unable to locate any discussion in your documentation nor any means to actually create one if that were useful to me.

Unplanned
Last Updated: 23 Jul 2025 15:06 by ADMIN
Scheduled for 2025 Q3

When I drag a data field from a DataSource component to the Report details section in the Standalone Report Designer, the Report > DataSource property is set automatically to the corresponding DataSource component.

In the Web Report Designer, when I drag a data field, the Report > DataSource property remains empty, and the Preview shows an empty report. It would be very helpful the same functionality to be introduced also in the Web Designer.

Unplanned
Last Updated: 12 Jun 2024 07:26 by Martin
Created by: Martin
Comments: 0
Category: Reporting
Type: Feature Request
2

I would like to have truly bitwise operators for my expressions. Here is my scenario.

I have a bitwise flag in my dataset which defines the status of a value. It can have up to 15 possible values set as true in one field. The issue is, that there doesn't appear to be any way that I can perform a check in my expression.

 I don't want to add 15 additional columns to my dataset that explicitly set these as true as that's total overkill.

The Logical/Bitwise operators article details that there are "bitwise" operators, but these are logic only. This forum post confirms this.

Completed
Last Updated: 14 Nov 2024 11:02 by ADMIN
Release 2024 Q4
Created by: Renu
Comments: 0
Category: Reporting
Type: Feature Request
1

The Uri user function can be selected from the functions list in the expression editor of the designer but when the report is previewed the following error message is shown.

The expression contains undefined function call Uri()

Unplanned
Last Updated: 06 Jun 2024 18:13 by Kim
Created by: Kim
Comments: 0
Category: Reporting
Type: Feature Request
2

Hi Team,

I would like to request that the rotate CSS attribute be added to the HtmlTextBox. 

Thank you!

Completed
Last Updated: 11 Feb 2025 15:24 by ADMIN
Release 2025 Q1

I export the same TRDP report that embeds a Bitmap image on Windows with GDI and on Linux Docker Container.

The result PDF file from the Linux environment is much bigger than the one generated on Windows.

Unplanned
Last Updated: 29 May 2024 12:49 by Markus

The following screenshot demonstrates what the ToC looks like when rendered with Skia on Linux.

Below is the expected result. Rendered with GDI on Windows.

Completed
Last Updated: 10 Jul 2024 10:00 by ADMIN
Release 2024 Q3

Since version 21.24.305 of the Native Angular Report Viewer, its DateTime parameter editors do not work if the user's machine does not use the en-US culture.

The following error message is displayed in the browser console when a DateTime parameter is present.

Error: The 'value' should be a valid JavaScript Date instance.
    at DateInput2.verifyValue (dateinput.js:1057:19)
    at DateInput2.writeValue (dateinput.js:1051:14)
    at DateInputComponent.ngOnChanges (progress-kendo-angular-dateinputs.mjs:10036:22)
    at DateInputComponent.rememberChangeHistoryAndInvokeOnChangesHook (core.mjs:4101:14)
    at callHookInternal (core.mjs:5136:14)
    at callHook (core.mjs:5167:9)
    at callHooks (core.mjs:5118:17)
    at executeCheckHooks (core.mjs:5049:5)
    at selectIndexInternal (core.mjs:11023:17)
    at ɵɵadvance (core.mjs:11012:5)

Completed
Last Updated: 07 Aug 2024 10:27 by ADMIN
Release 2024 Q3
Created by: Neel
Comments: 0
Category: Reporting
Type: Bug Report
2

Text boxes formatted with the 'en-US' culture and '{0:C}' format do not use the correct currency negative pattern in .NET Core.

For example, a field with a value of -2.55 should be formatted to '($2.55)' but instead it is shown as ' -$2.55'

 
Unplanned
Last Updated: 27 May 2024 08:22 by Nasja

When we add text with an Underlined font, it will be added as an extra embedded subset next to the same Normal/Bold font, which makes the files bigger.

This may be a major issue with large fonts such as Arial, as they get embedded twice in the PDF.

Completed
Last Updated: 07 Aug 2024 10:27 by ADMIN
Release 2024 Q3

The getReportParameters method of the HTML5 Report Viewer omits parameters with unset values that have their AllowNull property set to False.

The reportSource method of the HTML5 Report Viewer can be used as an alternative.

Completed
Last Updated: 07 Aug 2024 10:27 by ADMIN
Release 2024 Q3
Created by: Lars Rikard
Comments: 0
Category: Reporting
Type: Feature Request
1

The WPF Report Viewer should support rounded corners.

Currently, I am not allowed to do the following:

<telerikReport:ReportViewer Grid.Row="1"
                            Grid.Column="1" 
                            Name="reportViewer1"
                            ReportSource="{Binding ReportSource}">
    <telerikReport:ReportViewer.Resources>
        <Style TargetType="telerikReport:ReportViewer" BasedOn="{StaticResource {x:Type telerikReport:ReportViewer}}">
            <Setter Property="BorderBrush" Value="{telerik:Windows11Resource ResourceKey=PrimaryBorderBrush}"/>
            <Setter Property="BorderThickness" Value="1"/>
            <Setter Property="Margin" Value="5"/>
            <Setter Property="CornerRadius" Value="4"/>
        </Style>
    </telerikReport:ReportViewer.Resources>
</telerikReport:ReportViewer>