Hi, Team,
This is how we integrated Grape City Active report WebViewer when it was year 2018:
Public Class CActiveReport
Inherits Wisej.Web.Ext.AspNetControl.AspNetWrapper(Of GrapeCity.ActiveReports.Web.WebViewer)
Public Sub New()
Me.Dock = Wisej.Web.DockStyle.Fill
End Sub
End Class
How we should integrate it now?
Kind regards!
Hi Frank,
It took me some time, but I found that you for sure have ASP.NET controls’ wrapper.
The solution is: https://docs.wisej.com/extensions/extensions/aspnetcontrol
Kind regards,
Mariyan
Hi,
you might consider trying ActiveReportsJS but I don’t have a ready made sample for you.
We can do it as a custom integration for you.
Please contact salesATwisej.com if you’re interested.
Best regards
Frank