RibbonGuiService.ShowMainMenuReportWizardNew obsolete
Posted: Fri Oct 02, 2015 1:17 pm
Good evening. Converting from 2013.2 version to 2015.2 version, in the following code:
the compiler tells me:
'Public Overloads Property ShowMainMenuReportWizardNew As Boolean' is obsolete: 'ShowMainMenuReportWizardNew property is not used more!'
'Public Overloads Property ShowMainMenuPageOpen As Boolean' is obsolete: 'ShowMainMenuPageOpen property is not used more!'.
'Public Overloads Property ShowMainMenuFormNew As Boolean' is obsolete: 'ShowMainMenuFormNew property is not used more!'.
May you kindly tell me how can I convert these statements?
Thank you.
Code: Select all
Dim RibbonGuiService As Stimulsoft.Report.Design.StiRibbonGuiService = Stimulsoft.Report.Design.StiRibbonGuiService.GetService
RibbonGuiService.ShowMainMenuReportWizardNew = False
RibbonGuiService.ShowMainMenuPageOpen = False
RibbonGuiService.ShowMainMenuFormNew = False
'Public Overloads Property ShowMainMenuReportWizardNew As Boolean' is obsolete: 'ShowMainMenuReportWizardNew property is not used more!'
'Public Overloads Property ShowMainMenuPageOpen As Boolean' is obsolete: 'ShowMainMenuPageOpen property is not used more!'.
'Public Overloads Property ShowMainMenuFormNew As Boolean' is obsolete: 'ShowMainMenuFormNew property is not used more!'.
May you kindly tell me how can I convert these statements?
Thank you.