Page 1 of 1

Close Designer Server Side

Posted: Sun Dec 08, 2013 8:56 am
by Wedyan
Is there a way to close the designer when the report is saved on server side ?

Re: Close Designer Server Side

Posted: Mon Dec 09, 2013 6:14 am
by Vladimir
Hello,

Yes, it is possible. For this please set the SaveMode property to Visible:

Code: Select all

<cc2:StiWebDesigner ID="StiWebDesigner1" runat="server" SaveMode="Visible" />
Then in the save event you will be able to redirect to the desired page.

Thank you.