Stimulsoft.Report.StiSelectGuiHelper.IsRibbonGui obsolete

Stimulsoft Reports.NET discussion
Post Reply
User avatar
Fabio Pagano
Posts: 355
Joined: Mon Apr 16, 2007 12:38 pm
Location: Bari (Italy)

Stimulsoft.Report.StiSelectGuiHelper.IsRibbonGui obsolete

Post by Fabio Pagano »

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.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Stimulsoft.Report.StiSelectGuiHelper.IsRibbonGui obsolet

Post by Alex K. »

Hello,

Please try to use the following option:

Code: Select all

StiOptions.Windows.IsRibbonGuiEnabled()
Thank you.
Post Reply