Exiting the designer relaunches the designer

Stimulsoft Reports.WEB discussion
Post Reply
Craig
Posts: 29
Joined: Sat May 10, 2014 4:53 pm

Exiting the designer relaunches the designer

Post by Craig »

I have a Webpage which has the designer as a user control. When the page loads, the designer launches. When I exit the designer, the designer relaunches. Does the designer need to be launched in a special way like from a link click?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Exiting the designer relaunches the designer

Post by Alex K. »

Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?

Thank you.
Craig
Posts: 29
Joined: Sat May 10, 2014 4:53 pm

Re: Exiting the designer relaunches the designer

Post by Craig »

I have the designer control in the page. When the page loads the designer comes up. When I choose exit in the designer, I expect to get the web page but it loads the designer again. This means the designer is always taking the whole web page and I can't see the rest of the page.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Exiting the designer relaunches the designer

Post by Vladimir »

Hello,

You can use the ExitUrl property of WebDesigner component. For example:

Code: Select all

<cc2:StiWebDesigner ID="StiWebDesigner1" runat="server" ExitUrl="Default.aspx" />
Thank you.
Craig
Posts: 29
Joined: Sat May 10, 2014 4:53 pm

Re: Exiting the designer relaunches the designer

Post by Craig »

I think the idea then the designer should not load automatically when the page loads but through a mouse click. The ExitUrl will be the same page hosting the designer. The designer is on a tab and if the tab had focus then it will load the designer automatically in my case.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Exiting the designer relaunches the designer

Post by Alex K. »

Hello,

Sorry, maybe we did not exactly understand your question.
Can you please clarify which page should be open by exit from the designer?

Thank you.
Post Reply