How to start with Telerik reporting Rest service R3 2022?

1 Answer 61 Views
Report Book Report Viewer - ASP.NET
WoorimartDEV
Top achievements
Rank 1
Iron
Iron
WoorimartDEV asked on 03 Nov 2022, 09:47 AM

Hi, I make a TestProject with Telerik reporting Rest service R3 2022,

But it shows just Telerik Reporting REST Service is up and running.

I think I need to modify that part to call the report file, what should I do? And if I called the file, how do I set the report parameter in the file?


        $(document).ready(function () {
            const url = '/api/reports/formats';

            $.getJSON(url, function () {
                $("#content").text("Telerik Reporting REST Service is up and running.");
            })
                .fail(function (data) {
                    $("#content").html("Telerik Reporting REST Service is NOT running: <br />" + data.responseText);
                });
        });

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 08 Nov 2022, 09:10 AM

Hello Doyeong,

The Telerik Reporting REST Service R3 2022 project template will create a project that consists only of an implementation of the Reporting REST Service. Generally, the template is meant to be used when you wish to create a separate project for the service but it is also possible to be extended to include a report viewer.

I recommend following the How to Use HTML5 Report Viewer in an ASP.NET Core in .NET 5 application - Telerik Reporting article for details on how to integrate the HTML5 Report Viewer into this project.

Please let me know if you have any further questions.

Regards,
Dimitar
Progress Telerik

Brand new Telerik Reporting course in Virtual Classroom - the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products. Check it out at https://learn.telerik.com/.
WoorimartDEV
Top achievements
Rank 1
Iron
Iron
commented on 10 Nov 2022, 08:01 AM | edited

Thank you for your answer.
I will refer to the data you gave me for now.
Tags
Report Book Report Viewer - ASP.NET
Asked by
WoorimartDEV
Top achievements
Rank 1
Iron
Iron
Answers by
Dimitar
Telerik team
Share this question
or