Close Designer Server Side

Stimulsoft Reports.WEB discussion
Post Reply
Wedyan
Posts: 2
Joined: Sun Dec 08, 2013 8:51 am

Close Designer Server Side

Post by Wedyan »

Is there a way to close the designer when the report is saved on server side ?
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Close Designer Server Side

Post 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.
Post Reply