Telerik Forums
Reporting Forum
4 answers
2.0K+ views

Hello Supports,


I want to try and install Nuget packages Telerik.Reporting.Services.AspNetCore for my Asp.net Core project but it isn't found.

when I go to the option "Manage Nuget packages", these are no available the packages to download (see the attached file).
Is it missing from the private nuget feed ?

Thank You.

 

Ashwini
Top achievements
Rank 1
Iron
 answered on 31 Jan 2025
0 answers
603 views

Hello Telerik Reporting Community,

We have released a new version of Telerik Reporting today, 2024 Q1 (18.0.24.130). Please update your existing installation at your earliest convenience.

You can review the Legacy Installer Vulnerability - Telerik Reporting article to learn more details about why we are recommending customers to update.

To get the new version, take the following steps:

  1. Go to Downloads | Your Account. 
  2. Select Telerik Reporting.
  3. Download the msi installer file, run it, and follow the steps to completion.


Notes

As the KB article explains, the issue pertained only to the old installer component, and not Telerik Reporting contained within the installation package. It does not affect any applications you’re using Telerik Reporting with.

If you have a rare situation where you cannot update the PC installed version, there are various ways to keep a project using an older version of reporting even though the PC has a newer version installed.

  • Copied Assemblies OptionCopy the older version’s DLLs to the project directory, then update the project references to use the copied assemblies (instead of the assemblies in C:/Program files (x86)/Progress/Telerik Reporting [older version]/)

We highly recommend you open a Technical Support Ticket if you have a complex situation and would like to ask questions before updating the PC’s installed version. You can open a Support Ticket here => https://prgress.co/DevToolsSupport.

Lance
Top achievements
Rank 2
 asked on 31 Jan 2024
0 answers
3 views

hi,

    I would like to ask, why does Telerik Report request the /info api multiple times? Can this info interface be requested in other ways to reduce the number of times?

thanks.




Jackson
Top achievements
Rank 1
Iron
Iron
 asked on 30 Apr 2025
1 answer
13 views

Hi everyone,

I'm having an issue with Telerik Report Viewer (HTML5 version) and Telerik Report Designer. I'm trying to change the database connection dynamically, and although the new connection string is being passed correctly (I’ve confirmed this by printing the in-memory values), the report viewer keeps using the initial connection and doesn't apply the new one.

What's even stranger is that after clearing cookies, browser data, and restarting the site, it still sticks to the first connection it received. It feels like Telerik stores this connection internally (maybe through caching or some static variable) and won’t allow it to update.

Has anyone experienced something similar or knows how to force the viewer to use the new connection?
Any suggestions or guidance would be greatly appreciated.

Thanks in advance.

1 answer
9 views

I'm using ReportProcessor in my .NET 8 project to render a trdp report.  Rendering in PDF works fine but when I try to render as XLSX I'm getting the error in the subject line.

I've triple checked that I have installed all dependencies per this article OpenXML and XPS options not visible. Unavailable rendering format - Telerik Reporting

Any suggestions?


        [Authorize]
        public IActionResult Export(long id, string reportName="Statement.trdp", string format="PDF")
        {
            var baseUrl = $"{Request.Scheme}://{Request.Host}{Request.PathBase}";

            var reportProcessor = new ReportProcessor();
            
            var uriReportSource = new UriReportSource
            {
                Uri = Path.Combine(_environment.ContentRootPath, "Reports", reportName)
            };

            uriReportSource.Parameters.Add(new Telerik.Reporting.Parameter("stmtId", id));


            uriReportSource.Parameters.Add(new Telerik.Reporting.Parameter("url", baseUrl));

            var result = reportProcessor.RenderReport(format, uriReportSource, null);

            return File(result.DocumentBytes, result.MimeType);
        }


B
Top achievements
Rank 1
 answered on 30 Apr 2025
0 answers
13 views

I have a report with three parameters - two drop-downs and a date. All have AllowNull set to False.

The two drop-downs work fine when I pick data, but the Date parameter still has the red mandatory asterisk even though I have selected a date from the calendar - see below

What am I doing wrong?

Thanks

Tim.
==

Tim
Top achievements
Rank 1
 asked on 24 Apr 2025
1 answer
14 views

Can I run the VS report designer in a .net 8 Class Library project?

I can do it with .net 4.8 but not with standard nor .net 8?

Dimitar
Telerik team
 answered on 22 Apr 2025
2 answers
16 views

I am trying to replicate ssrs reports into telerik, and I need to have a Table layout like,

   column title         column title          column title

subtitle subtitle        subtitle            subtitle subtitle

  data      data              data                  data      data

 

can that be done from the webreportdesigner?

Ivet
Telerik team
 answered on 22 Apr 2025
1 answer
23 views

Hey forum members, 

My company recently decided to move the apps from IIS to Kubernetes. We had some issues with fonts but we solved. Telerik can render pdf succesfully but we see some shifts on texts and spaces in words get bigger. It renders on IIS on windows server fine, but in docker container, it seems weird a bit. We could not the reason. 

I m attaching the screenshots.
Note: all the data in the attached pictures are test data. They are not valid.

What is your suggestions about the cause? 

Thanks

Said

Todor
Telerik team
 answered on 22 Apr 2025
1 answer
15 views

Im new to Telerik reporting and am creating a class library in .net 4.81 to house the report.

When I run the Terlerik Report Wizard 2025 Q1

It starts up and asks me to select a Report template.

I select Band Report

Then it returns the message:

Can not start wizard. Make sure the reports default editor is the form editor

How do I fix this?

Side Note: I do have a previous .cs report build and I can view it in the designer and do preview.

Currently I have the Telerik.Reporting assembly referenced in the Class Library

Dimitar
Telerik team
 answered on 21 Apr 2025
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Krasimir
Top achievements
Rank 3
Iron
Iron
Iron
Shawn
Top achievements
Rank 1
Iron
Javier
Top achievements
Rank 1
Iron
Jean-François
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?