Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
45 views

I have an ASP.NET Core Web API that generates reports using Telerik Reporting. The report generation works perfectly in my local development environment, but when deployed to an Azure VM with IIS, it ...
Lasitha Lankajeewa's user avatar
0 votes
0 answers
130 views

I am developing an Angular 12.2 application which has a Telerik Angular Report Viewer (v12.21.326). My Angular template is as follows: <tr-viewer #reportViewer [reportSource]="{ ...
Chris's user avatar
  • 153
0 votes
1 answer
181 views

Working with Telerik.Reporting 18.1.24.514 in our .Net 8.0 project in Visual Studio 2022. In our old framework 4.6 project, Our ReportsController.cs was calling into a separate Reports project which ...
bob.mazzo's user avatar
  • 5,789
0 votes
1 answer
226 views

I have updated my project's version from .Net core 3.1 to .Net 7 and the Nuget package of Telerik reporting from version '17.2.23.1010' to '17.2.23.1114'. I am using Telerik Report Designer to work ...
NG724-JPG's user avatar
1 vote
0 answers
387 views

I am trying to do two things, I am trying to get a Telerik.Reporting.Report object from an absolute path for a given .trdp file and then turning that Report instance into a PDF byte[]. I have been ...
Jason Ayer's user avatar
0 votes
2 answers
206 views

I created a report using Telerik Report Designer Standalone with sqlDataSource1 setup with the following ReportParameters like this: In my code setup in C# project and send the parameter as Int32 ...
ISeeMangos's user avatar
1 vote
1 answer
139 views

Using ODP.NET managed provider, I'm trying to connect telerik reporting tool to an oracle database on a remote server but I keep getting this error: enter image description here Even though it works ...
Mohanad khatib's user avatar
0 votes
2 answers
649 views

I updated my front end package.json to use the Telerik Angular Report Wrapper (published in Nov 2023): "@progress/telerik-angular-report-viewer": "^20.23.1114", i.e. as per npm - ...
bob.mazzo's user avatar
  • 5,789
0 votes
1 answer
1k views

Able to open the telerik report designer in the .net 4 but unable to open it in the .net core version 6 I attempted to add the Telerik Report 2023 template to a .NET 6 project in Visual Studio 2022 ...
Saurabh Mishra's user avatar
1 vote
2 answers
618 views

While running Telerik Reporting (Designer) on my MacOS in .NET6 (Web Application, KendoUI even simple MVC) I was getting an error: {"message":"An error has occurred.","...
amer's user avatar
  • 1,712
-1 votes
1 answer
70 views

I Need to develop the Blazor MAUI project with the Telerik Report in that project stored. Also, that report needs to be created with Connecting DataObjectSource. I want to know how to develop a ...
sudathG's user avatar
  • 77
1 vote
0 answers
110 views

I have created Blazor (.Net7) MAUI Windows application and used Telerik Reporting for Reports. @if (SourceOptions != null) { <ReportViewer ViewerId="ReportView&...
buddhi chamalka's user avatar
0 votes
1 answer
148 views

I am designing a Telerik report. My data source contains 33 records for a single date (say 01-May-2023). When I choose to select top 20 records, I expect that all 20 records should be of the same date ...
Anil C's user avatar
  • 1,085
0 votes
1 answer
657 views

I have built a Telerik Web Report Designer web api using the dotNetCore and it has an issue of 'ReportServiceConfiguration' does not contain a definition for 'ReportingEngineConfiguration' I have ...
Lasitha Lankajeewa's user avatar
-1 votes
1 answer
47 views

Is there a Telerik control that can create, open, edit, and export Visio files ?
Barry O'Neill's user avatar
0 votes
1 answer
269 views

I want to generate the report using Telerik Reporting, I install Telerik UI for.NET core I want to generate reports through the web application in .NET Core I want to know how to create reports ...
Gunjan Kshirsagar's user avatar
0 votes
1 answer
520 views

I know this should be easier than this, I was reading the Telerik Documentation since hours but without solution. I have Blazor Server Side project. I added Telerik Report Viewer. <ReportViewer ...
Hakan Fıstık's user avatar
1 vote
0 answers
122 views

I have attached the Telerik report design SS, as I have used 2 tables Lease and credit, and from this, I want to subtract the subtotal between lease and credit and show it in the grand total. But I am ...
Pratiksha Pansara's user avatar
0 votes
0 answers
128 views

I am using Telerik Ragdrid in the Modal Box but it is not fetching any values on OnBatchEditCommand in the Radgrid that I populated from jquery. Here's the code from which I populated the Radgrid var ...
Sheheryar Nasir's user avatar
1 vote
1 answer
102 views

From few days I have been trying to use freezing columns headers. I have followed knowledgebase of telerik reporting services. But still unable to get solutions. <Table DataSourceName="...
Sunil Nepali's user avatar
-1 votes
1 answer
775 views

Following the Telerik walkthrough here to create a Telerik Report host. In the .NET CORE 5 project I enable CORS as follows: In Startup.cs public void ConfigureServices(IServiceCollection services)...
kpg's user avatar
  • 671
2 votes
1 answer
491 views

I am creating a web application in which I have Telerik reporting and user can download those reports, My application is created on asp.net mvc using jQuery for front end, below is my code for the ...
Ibrahim shaikh's user avatar
0 votes
1 answer
586 views

toolbar icons are not loading In index.html <link href="https://kendo.cdn.telerik.com/2020.3.1118/styles/kendo.common.min.css" rel="stylesheet" /> <link href="...
Kumar's user avatar
  • 297
0 votes
1 answer
375 views

I'm trying to run a Telerik Reporting (version 15.2.21.1125) sample (official docs) into a Debian container with no luck. Every time the HTTP request for a report is being handled, an error occurs in ...
FZilli's user avatar
  • 1
0 votes
0 answers
416 views

I've been having this problem for a while now, in some parts of my report the columns overlap, no matter what I do on the styling I still can't fix it. Here's how it looks: EDIT: I'd also like to add ...
Jed's user avatar
  • 1,074

1
2 3 4 5
9