This is a migrated thread and some comments may be shown as answers.

consume ReportServer with Webservice API

1 Answer 177 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
EVERIAL
Top achievements
Rank 1
EVERIAL asked on 02 Aug 2016, 10:36 AM

Hello, 

is there a way to generate and receive Report via Webservice?
I would select a report (on the ReportServer), maybe change the datasource with an other defined datasource and grab the PDF of this report.

 

I find somes docs about WCS ReportService.svc that seems to let us generate report but I'm a bit confused about it and the difference between it and ReportServer.

 

Regards,

1 Answer, 1 is accepted

Sort by
0
Accepted
Nasko
Telerik team
answered on 04 Aug 2016, 02:28 PM
Hello,

The Report Server uses the Telerik Reporting REST Service Web API Implementation to preview reports when you click on them in the Reports view. The preview will be found on a URL in the following format:

://<reportserveraddress>:<port>/Report/View/<CategoryName>/<ReportName>/

You can also access the Telerik Reporting REST Service directly e.g.:

://<reportserveraddress>:<port>/api/reports/formats

For more information about the REST Service API please refer to REST API Reference.

The other service that you mentioned is used by the Report Server for report scheduling. You can schedule reports for rendering and send them over email. More information about this functionality is available in the Scheduled Tasks Management help article.

Also, note that in Report Server R3 2016 we’ll implement a new API to access Report Server assets programmatically. The API will include most actions which a user can do through the web interface of the Report Server, such as category management, scheduling reports and exporting reports stored in the server to one of the supported formats.

Regards,
Nasko
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
EVERIAL
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or