StiMobileDesigner.Exit() event not fired

Stimulsoft Reports.WEB discussion
Post Reply
FrenkR
Posts: 131
Joined: Mon Jan 05, 2015 12:15 am

StiMobileDesigner.Exit() event not fired

Post 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.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: StiMobileDesigner.Exit() event not fired

Post 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.
FrenkR
Posts: 131
Joined: Mon Jan 05, 2015 12:15 am

Re: StiMobileDesigner.Exit() event not fired

Post by FrenkR »

Great, thank you. that is cool :)
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: StiMobileDesigner.Exit() event not fired

Post by Alex K. »

Hello,

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

Thank you.
Post Reply