Unplanned
Last Updated: 23 Oct 2024 19:12 by Mike

Hi Team,

I see you have written this custom example for using EntityFrameworkCore and SQL to act as a source of report storage (not cache storage).

This is a request to do the same but using the Azure Storage File Shares client library for .NET - Azure for .NET Developers | Microsoft Learn SDK to host the TRDP files.

For example:

ReportSourceResolver = new AzureStorageReportSourceResolver()

 

Thank you,

Mike

In Development
Last Updated: 22 Oct 2024 13:54 by Adrian
Scheduled for R3 2022

At the moment it's only possible to have your reports in old-fashioned projects.

It should be possible to add/design reports to SDK-style projects. That should work no matter what target framework is (.NET Core, .NET Standard or .NET Framework).

Unplanned
Last Updated: 17 Oct 2024 15:04 by James Glinsek
The current version(R3 2023) of the MsSqlServerStorage implementation uses the old System.Data.SqlClient data provider which forces to use a different connection string from my application because keywords such as 'authentication' are not supported by the older provider.
Unplanned
Last Updated: 16 Oct 2024 13:22 by ADMIN
Created by: Patrick
Comments: 1
Type: Feature Request
1
Support for including WEBP images to the reports should be implemented.
Declined
Last Updated: 16 Oct 2024 12:42 by ADMIN
Created by: lokendra
Comments: 1
Type: Feature Request
0

Hi Team, 

Is it possible to remove dll version and report designer path from Creator and Producer metadata tags. We got this requirement from our client. I am posting the remediation steps shared by our client below-

Is this possible to remove Telerik Reporting 14.1.20.618 (http://www.telerik.com/products/reporting.aspx) highlighted part and keep Telerik Reporting only?

 
Duplicated
Last Updated: 15 Oct 2024 10:34 by ADMIN


                <Telerik.ReportViewer.BlazorNative.ReportViewer
                    @ref="reportViewer"
                    ServiceType="ReportViewerServiceType.REST"
                    PageMode="PageMode.SinglePage"
                    ServiceUrl="@(ServiceUrl)"
                    @bind-ReportSource="@ReportSource"
                    AuthenticationToken="@(AuthToken)"
                    ScaleMode="(ScaleMode)ReportSetItem.Report.ScaleMode"
                    @bind-ParametersAreaVisible="@ParametersAreaVisible"
                    Scale="1.5">
                </Telerik.ReportViewer.BlazorNative.ReportViewer>

The variable, ParametersAreaVisible, is set to false. The report viewer is still showing the parameters area. I went back to the designer and set all parameters to Visible = false. When I did this, the parameters area is not displayed.

The report viewer should respect what is bound to ParametersAreaVisible.

Unplanned
Last Updated: 14 Oct 2024 07:54 by Martin
Created by: Dean
Comments: 1
Type: Feature Request
9
I need to customize the standalone Report Designer. I distribute it with my own product and I need to replace the title of the standalone ReportDesigner with my brand. 
For example DevExpress report designer allows that. 

Under Review
Last Updated: 14 Oct 2024 07:54 by Martin

I am working on a report in the .NET Report Designer that takes time parameters.  I am looking for a way to replace the DatePicker that is used in the Report Designer parameters section with the DateTimePicker, but I've been told by support that there is no way to do that.

At a minimum, I need a way to specify which picker (Date, Time or DateTime) that the Designer should use.  Being able to specify a format would be helpful also.  Ideally the stand alone designer would provide a way to customize and view a custom template that is developed for the HTML5 Report Viewer.

I'm stilling trying to figure out what I have to do, but it appears every time a modify the report I'm not going to be able to view it in the Designer and instead I'm going to have to view it in the Report Viewer in the main application, which will be a much slower and more cumbersome process.

Duplicated
Last Updated: 11 Oct 2024 13:37 by ADMIN

Hi,
For our product we were looking into adding additional Request headers to the HTTP requests made by the Telerik Reporting library to the webservice data endpoints for our reports.
We tried adding the headers through a custom DelegatingHandler or HttpClientHandler, but found those were not being picked up.
Not when using the Web Report Designer or Blazor Report Viewer.

Any change we could register such a DelegatingHandler or HttpClientHandler?
Or any other suggestion on a how to add additional headers to the outgoing requests?

Unplanned
Last Updated: 08 Oct 2024 10:33 by ADMIN

We have an app that loads a list of reports. When a report is selected, a report viewer page is loaded. It contains a set of parameters. In this stage, we get a http 400 error because it is the hitting the GetParameters endpoint right away. The user has not selected any parameters. It should only hit this endpoint when the user has selected the parameters and runs the report.

This is not the behavior in the HTML viewer.

In the images attached, the Initial Load image is the error we get when the report viewer page is loaded.
The Report Source is the payload when the GetParameters endpoint is called. As you can see it's empty since the report is not ran yet.
In the Running image, the error is when the user runs the report.

Unplanned
Last Updated: 08 Oct 2024 09:51 by ADMIN
Created by: Shawn
Comments: 4
Type: Feature Request
2

Telerik,

This is a feature request to allow a designer to set the locale at preview time.

We work on reports that are deployed and executed in many regions and locales around the world.

We cannot have our report designers switch the locale each time they need to test or validate a report, it would become too cumbersome.

Would you be able to add an option (default: Current locale) to the "Preview" screen in the designer that allows the report designer to set the locale to Preview the report as.

Thanks!!

Shawn

Unplanned
Last Updated: 08 Oct 2024 08:01 by Martin

Currently, any custom implementations of the IResourceResolver and ISharedDataSourceResolver require using a parameterless constructor because the types are initialized via Reflection at runtime.

We would like to be able to dependency inject services into the custom resolver implementations through the constructors.

Unplanned
Last Updated: 04 Oct 2024 13:05 by ADMIN
Scheduled for 2024 Q4
Currently, there is no natural way to disable picturebox errors. Sometimes we do not care to know that the image wasn't found, especially when the error shown severely damages the look of the report, stretching and pushing things out of the way. The image URL may be built via parameters, pointing to a large folder where photos of a given employee may or may not exist. It took multiple unhelpful support tickets, many headaches and days of research to finally find an obscure post by a private individual with an undocumented custom solution that worked. 
In Development
Last Updated: 02 Oct 2024 11:58 by ADMIN
Scheduled for 2024 Q4

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()

In Development
Last Updated: 01 Oct 2024 07:28 by ADMIN
Scheduled for 2024 Q4

Just a simple quality-of-life improvement, middle-click on the tab should close the report - doing exactly the same thing as clicking the "X" button in the tab. Seems the majority of tabbed UIs follow this convention.

Need More Info
Last Updated: 26 Sep 2024 13:14 by ADMIN

We work in a project with more than 100 parameters. The parameters are sorted in the order we added them.

It is hard to look for a parameter when we need to do a change. A right click "sort" would be great.

Unplanned
Last Updated: 26 Sep 2024 07:55 by ADMIN
Scheduled for 2024 Q4

It would be very convenient if we could just right-click on a calculated field, such as "Period" in the screenshot below, and be able to modify the existing expression (within a context window)

Instead, I now have to do the following:

1. Click on the Data Source

2. Click on the ellipses button within the "Calculated Fields" property of the Data Source's properties

3. Find the desired expression within the "Edit Calculated Fields" window

4. Click on the expression's drop-down and select <Expression> 

That's a lot of clicks for something that is done rather frequently!  

Under Review
Last Updated: 25 Sep 2024 07:51 by ADMIN

I understand that the ReportViewer has a very different paradigm from, say, the RadGridView.  However, I believe they should and could be much more similar.  With some fairly minor tweaks ReportViewer could be made to be a proper member of the C#/XAML/MVVM environment.  Particularly what is needed is a binding to the data source, just like RadGridView's "ItemsSource".

I've begun a discussion in the forum about this topic at https://www.telerik.com/forums/reporting-and-mvvm.  With Momchil's help I was able to create a workable solution for my scenario, but it required code that, in my opinion, I shouldn't have to write.

I'd be more that willing to chat about this further and provide more thoughts and details, but since we've made it all the way to 2024 without this being raised, I tend to assume the needs I've expressed may not be as universal as I'd assumed they would be.

Thanks!

Unplanned
Last Updated: 20 Sep 2024 13:24 by ADMIN
Created by: jura
Comments: 7
Type: Feature Request
6

Hello,

I am working on Blazor reporting project and I have described the situation already in this post:

https://www.telerik.com/forums/report-viewer-and-web-designer-in-blazor#zGr6FO2mDEmkfLWIP_T_9A

Please add Blazor ReportDesigner wrapping Your HTML designer and use .NET 5 js/css isolation to manage js/css loading by the component itself and not globally.

 

Thank You

Marek Ištvánek

Unplanned
Last Updated: 20 Sep 2024 10:39 by ADMIN

Hi Team,

When using the WPF ReportViewer, Reporting appears to only fetch settings from appsetting.json, and ignores any other values coming from things like secrets.json, or any other configuration builder.

Please see the following forum thread, where Lance replied with a test that verifies none of the values from secrets.json were accessible to Reporting even though they are in the global Configuration (at 13 Sep 2024, 12:34 PM (ET) => https://www.telerik.com/forums/simple-wpf-reportviewer-example). Reporting only respected appsettings.json.

Proposed Solution

Telerik Reporting should accept whatever implementation of IConfiguration I choose.  Ideally, when setting up my application, there should be one line that looks something like this:

settings.AddTelerikReporting(configuration);

That allows me to pass the full view of the Configuration to Reporting that allows it to see more than what might only might be in appsettings.json (secrets, imported configurations, etc).

Thank you,

Brad

 

1 2 3 4 5 6