2014-05-08 34 views
1

我使用的是stimulsoft webDesigner。當設計reprort,點擊退出不火的服務器端方法不要在stimulsoft中觸發OnExit事件

的.aspx

<cc1:StiWebDesigner ID="StiWebDesigner1" runat="server" OnExit="ExitReport" /> 

代碼背後

protected void ExitReport(object sender, StiWebDesigner.StiExitEventArgs e) 
    { 
     //..... 
    } 
+0

在Web設計器 – HighAley

+0

退出按鈕中沒有退出按鈕在stimulsoft-> file-> exit –

回答

0

您應該處理在服務器上的OnExit事件側。