1
我使用的是stimulsoft webDesigner。當設計reprort,點擊退出不火的服務器端方法不要在stimulsoft中觸發OnExit事件
的.aspx
<cc1:StiWebDesigner ID="StiWebDesigner1" runat="server" OnExit="ExitReport" />
代碼背後
protected void ExitReport(object sender, StiWebDesigner.StiExitEventArgs e)
{
//.....
}
在Web設計器 – HighAley
退出按鈕中沒有退出按鈕在stimulsoft-> file-> exit –