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
Select Interface Type
Thanks,
John Hamilton
Hamilton & Company, LLC
John Hamilton
Hamilton & Company, LLC
Select Interface Type
Hello,
Please use following code:
You need add reference to Stimulsoft.Report.Design.dll.
Thank you.
Please use following code:
Code: Select all
Stimulsoft.Report.StiSelectGuiHelper.IsRibbonGui = true;
Thank you.
Select Interface Type
Is there also a way to remove the GUI selection from the "Options" dialog in the designer?
Thanks,
John Hamilton
Thanks,
John Hamilton
Thanks,
John Hamilton
Hamilton & Company, LLC
John Hamilton
Hamilton & Company, LLC
Select Interface Type
Hello,
12 October 2008 we will update final version of 2008.2. Please download it. After you can use following static property -
Thank you.
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