Page 1 of 1

StiMobileDesigner.Exit() event not fired

Posted: Wed Jul 08, 2015 6:38 am
by FrenkR
Hi,
on a mobile designer, I have defined "Exit()" event as:

Code: Select all

protected void m_RptDesigner_Exit(object sender, Stimulsoft.Report.MobileDesign.StiMobileDesigner.StiExitEventArgs e)
        {
            Response.Redirect("~/pages/ReportViewer.aspx" + Request.Url.Query);
        }
This code is never executed. Also "ReportViewer.onLoad()" event is not fired when switch from designtime back to viewer.

Re: StiMobileDesigner.Exit() event not fired

Posted: Wed Jul 08, 2015 7:47 am
by Alex K.
Hello,

The issue is fixed.
The fix will be available in the next build in this week in the Friday.

Thank you.

Re: StiMobileDesigner.Exit() event not fired

Posted: Wed Jul 08, 2015 9:32 am
by FrenkR
Great, thank you. that is cool :)

Re: StiMobileDesigner.Exit() event not fired

Posted: Wed Jul 08, 2015 10:30 am
by Alex K.
Hello,

We are always glad to help you!
Let us know if you need any additional help.

Thank you.