Hi,By Using IGR and Service we can able to see the Report in Report Viewer.
var serviceEndpoint= "/samplesbrowser/Services/ReportService.svc/ajaxAddress/";
renderSettings: { definitionUri: "Infragistics.Web.ReportLibrary;component/ReportDesigns/CustomersList.igr", serviceEndpointUri: serviceEndpoint },
Is there any other way to show the Report in Report Viewer without using Service?
Thanks
Tamilmani Mohan
Hi,
No, the serviceEndpointUri is required. The HTML5 ReportViewer needs the backend part (service) because the service code pulls all the data from the various sources.
Hope it helps. Thanks,
Angel
hey
Let me know if you need any additional help. Thanks