Good evening. I've converted our projects from version 2013.2 to version 2015.2.
Compiling, I see a warning that states that "Stimulsoft.Report.StiSelectGuiHelper.IsRibbonGui is obsolete. Please use StiOptions.Windows.GlobalGuiStyle property".
I see that the StiOptions.Windows.GlobalGuiStyle property has many values (eg. Office 2000, Office 2003 Black,...,Vista,Windows 7).
May you kindly help me on how to correctly convert "Stimulsoft.Report.StiSelectGuiHelper.IsRibbonGui" to "StiOptions.Windows.GlobalGuiStyle"?
Thank you.
Stimulsoft.Report.StiSelectGuiHelper.IsRibbonGui obsolete
- Fabio Pagano
- Posts: 355
- Joined: Mon Apr 16, 2007 12:38 pm
- Location: Bari (Italy)
Re: Stimulsoft.Report.StiSelectGuiHelper.IsRibbonGui obsolet
Hello,
Please try to use the following option:
Thank you.
Please try to use the following option:
Code: Select all
StiOptions.Windows.IsRibbonGuiEnabled()