Posted 30 April 2018, 2:02 pm EST
Hi Guys,
I’m using ActiveReport V12 on ASPX page. The Flash Web Viewer work well in IE but I’m not able to get a postback when I click a link on the report.
Here is my set up (useclientapi is set to true):
<%@ Register assembly="GrapeCity.ActiveReports.Web.v12" namespace="GrapeCity.ActiveReports.Web" tagprefix="ActiveReportsWeb" %> <ActiveReportsWeb:WebViewer ID="ARWebViewer" runat="server" height="1150px" width="1004px" ViewerType="FlashViewer" TabIndex="1" SlidingExpirationInterval="00:00:00" FlashViewerOptions-WindowMode="Opaque"> <FlashViewerOptions MultiPageViewColumns="1" MultiPageViewRows="1" useclientapi="True"></FlashViewerOptions> </ActiveReportsWeb:WebViewer>
I added the following code in the header section. The Internet browser tell me that GrapeCity is undefined. Did I missing something (handler, assembly ref,…)? I suppose that this is the reason why I cannot call any javascript function from a link on the report… I set a label like this: label1.Hyperlink = "javascript:alert(‘Test’). When I click the link nothing happen.
Any idea. Thanks you.