designer.SendCommandExitDesigner() will not work

Stimulsoft Reports.JS discussion
Post Reply
peda
Posts: 41
Joined: Fri Feb 12, 2016 9:24 am

designer.SendCommandExitDesigner() will not work

Post by peda »

Hello

designer.SendCommandExitDesigner() will not work.

Thanks Peter
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: designer.SendCommandExitDesigner() will not work

Post by HighAley »

Hello.

Here is a right code that runs the function:

Code: Select all

designer.jsObject.SendCommandExitDesigner();
We should notice that this is an internal function. And in could stop working in future.

Thank you
Post Reply