Hide auto refresh option in preview of designer

Stimulsoft Reports.NET discussion
Post Reply
paullef
Posts: 41
Joined: Thu Jan 17, 2013 5:06 pm

Hide auto refresh option in preview of designer

Post by paullef »

Hello,

Is it possible to remove the auto refresh option in the preview screen of the designer?
Alternative can I remove the complete toolbar for refreshing data from the preview ?

thanks
Paul
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Hide auto refresh option in preview of designer

Post by Alex K. »

Hello,

Unfortunately, it is not possible.
You can set this option to false from code:
StiSettings.Load();
StiSettings.Set("StiDesigner", "AutoRefreshPreview", false);
StiSettings.Save();

Thank you.
paullef
Posts: 41
Joined: Thu Jan 17, 2013 5:06 pm

Re: Hide auto refresh option in preview of designer

Post by paullef »

Setting the value does not remove the option, so this is not a solution.

thanks
Paul
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Hide auto refresh option in preview of designer

Post by Alex K. »

Hello,

Unfortunately, it is not possible.

Thank you.
Post Reply