Hi,
I am trying to develop an add-in for SharePoint Online to render SSRS reports from an onpremise SQL reporting server. After some research I found that we could use a prebuilt control from a nuget package when developing an ASP.Net site.
Link: https://www.nuget.org/packages/Microsoft.ReportingServices.ReportViewerControl.WebForms
Can I use this / Is there an equivalent to use when developing for a SharePoint Online add-in?
I did find this example below but Im not sure if this can be used for the SharePoint Online add-in.
https://github.com/tycomo/ngx-ssrs-reportviewer
Thanks in advance