Telerik Forums
Report Server Forum
1 answer
19 views

Hi,

is there any way to get a report exported as an html-file from the Report Server? Automated with a task would be perfect, but it seems I can't do exporting files with tasks and there is no html-export within the Report Server. I've tried mhtml (web archive), but it lacks of compatibility. I've also tried Rest API via postman, but I only get a result like the following:

("akt" is the user for the request...)

Any ideas?

Thanks,
Andre

Todor
Telerik team
 answered on 05 Mar 2024
1 answer
44 views
I have a Legacy ASP.NET MVC app from 2016. It's hosted on classic Windows Server and has a separate Reporting server app with a 20+ reports that I would like to continue using.

We are currently rewrittig the app to Azure hosted ASP.NET Core api + React for Frontend.

Can you advise how to host the existing reports in a new way?

Ideally we would somehow use the React Report Viewer plugin?

Can Reports REST Api app be made into a separate ASP.NET CORE Api that will provide service for the existing report files?
Dimitar
Telerik team
 answered on 26 Jan 2024
1 answer
78 views

what am i doing wrong,

trying  to post to the UploadReport model report /api/reportserver/v2/reports

 

@{ "ModelState"= @{
                "Name"="rpt1";
                "Description"="uploaded on $(Get-Date -DisplayHint Date)";
                "CategoryId"="$($catId)"; 
                "ReportFile"=@{ 
                    "Name"="rpt1"; 
                    "FileName"="c:\x\rpt1.trdp";
                    "MediaType"="application/x-zip-compressed";
                    "Buffer"="[System.IO.File]::ReadAllBytes( "c:\x\rpt1.trdp" ) )"  }

      }

}

{"Message":"The request is invalid.","ModelState":{"model.Name":["The Name field is required."],"model.CategoryId":["The CategoryId field is
     | required."],"model.ReportFile":["The ReportFile field is required."]}}
Todor
Telerik team
 answered on 10 Aug 2023
1 answer
208 views

Hi Telerik

We have report with database connection string is parameter. We are using Angular + Asp.net core rest api and telerik reporting view.

So when i sending my sensitive parameters to trdp i don't want to send clear text data. Instead of this is it possible to send encrypted data to asp.net core rest api and decrypt these parameters then send them to the trdp reports??

there is no any sample to access and change the parameters on rest api layer

Do you have any suggession ? 

 

Thanks

Dimitar
Telerik team
 answered on 01 Aug 2022
0 answers
267 views

I have an issue on deploy my project on azure. I use a trial license right now and when I run my project on localhost it can work properly but when I publish my project on azure I got an error on javascript show me "Uncaught ReferenceError: telerikReportViewer".

I think it's about "<script src="~/api/reports/resources/js/telerikReportViewer"></script>" 

any suggestion ? and where is the actual location of "api/reports/resources/js/telerikReportViewer" on my local, I don't see any.

Thummawit
Top achievements
Rank 1
 asked on 22 Jul 2021
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?