Hello Mirzodaler,
The error indicates that the REST Service cannot find the specified report definition. This may be due to an invalid path to the report.
The REST Service is hosting the Reporting engine, hence it should have access to the reports to be rendered.
Check whether the path to the report when the
Telerik Repirting REST Service is located in different domain (i.e. other than localhost) is correctly specified in the
ReportsController. The type that by default is responsible for resolving
UriReportSources (.trdp/x reports) is the
ReportFileResolver class, and its parameter should specify the location of the
.trdp/x reports.
When the provided path to reports is relative, it would be resolved with respect to the starting point of the application. Hence, it may be necessary to either adjust the relative path, or create a sub folder in the application according to the specified relative path and copy the reports there.
Regards,
Todor
Progress 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