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

HTML5 Report Viewer Widget

1 Answer 44 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Nick
Top achievements
Rank 1
Nick asked on 04 Jun 2015, 02:53 PM

Hi,

 I'm trying to use the HTML5 Report View Widget with the Report Server in Eclipse.  

 Below is my configuration of the widget. When the page is run, it gets the client id, but fails on trying to get the parameters. I get the error: Unable to get report parameters:
Report 'ReportTemplate.trdx' cannot be resolved.

How should I specify the report source so that I can access it outside of the telerikreportserver application?

 I think my problem boils down to I need to use a report template from ReportServer for the report parameter in reportSource.  I have a template successfully loaded into the ReportServer that I can view, I just want to access it with the javascript in my Report Viewer widget.  Could it simply be a problem with the file path I'm using or are there more steps involved? 

serviceUrl: "http://localhost/telerikreportserver/api/reports/",

templateUrl: 'telerikReportViewerTemplate-9.0.15.324.html',
reportSource: {
}

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 04 Jun 2015, 03:37 PM
Hi Nick,

Please check my last post in the HTML5 Report Viewer Widget forum thread.

The Reporting Server is still CTP and does not support such integration - to use the server from various clients. Please use the recommended approach with own application including the HTML5 viewer and Reporting REST service. The above linked thread contains detailed description of how the viewer-service pair works.

Regards,
Stef
Telerik
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
Nick
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or