Page 1 of 1
Select Interface Type
Posted: Wed Oct 08, 2008 2:18 pm
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
Select Interface Type
Posted: Wed Oct 08, 2008 4:38 pm
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.
Select Interface Type
Posted: Wed Oct 08, 2008 5:50 pm
by johnham
Is there also a way to remove the GUI selection from the "Options" dialog in the designer?
Thanks,
John Hamilton
Select Interface Type
Posted: Sat Oct 11, 2008 4:15 am
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.