Close Designer Server Side
Close Designer Server Side
Is there a way to close the designer when the report is saved on server side ?
Re: Close Designer Server Side
Hello,
Yes, it is possible. For this please set the SaveMode property to Visible:
Then in the save event you will be able to redirect to the desired page.
Thank you.
Yes, it is possible. For this please set the SaveMode property to Visible:
Code: Select all
<cc2:StiWebDesigner ID="StiWebDesigner1" runat="server" SaveMode="Visible" />
Thank you.