Select Interface Type

Stimulsoft Reports.NET discussion
Post Reply
johnham
Posts: 98
Joined: Fri Sep 19, 2008 2:27 pm
Location: Richland, WA, USA

Select Interface Type

Post by johnham »

The first time the designer is called up, there is a window titled "Please, select type of interface". Then it prompts for the Ribbon GUI or the Standard GUI. Is there a way to have my code automatically select this for my users?

Thanks,
John Hamilton
Thanks,
John Hamilton
Hamilton & Company, LLC
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Select Interface Type

Post by Vital »

Hello,

Please use following code:

Code: Select all

Stimulsoft.Report.StiSelectGuiHelper.IsRibbonGui = true;
You need add reference to Stimulsoft.Report.Design.dll.

Thank you.
johnham
Posts: 98
Joined: Fri Sep 19, 2008 2:27 pm
Location: Richland, WA, USA

Select Interface Type

Post by johnham »

Is there also a way to remove the GUI selection from the "Options" dialog in the designer?

Thanks,
John Hamilton
Thanks,
John Hamilton
Hamilton & Company, LLC
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Select Interface Type

Post by Vital »

Hello,

12 October 2008 we will update final version of 2008.2. Please download it. After you can use following static property -

Code: Select all

StiOptions.Designer.ShowSelectTypeOfGuiOption
Thank you.
Post Reply