Updating from 2016.1, Menus not working

Stimulsoft Reports.NET discussion
Post Reply
peterparker55
Posts: 1
Joined: Fri Nov 19, 2021 10:13 pm

Updating from 2016.1, Menus not working

Post by peterparker55 »

I am currently using Stimulsoft Reports.net v 2016.1 and would like to update to the most current version. 2 things.

1. I searched around and haven't been able to find any type of guide to show what changes are in the releases. Does anyone know if there is a reference available somewhere?

2. I've found so far my old code for adding menu items into the ribbon bar is no longer working. Has anybody got an example of a working ribbon bar with custom items added?

Here's my old code for reference:

StiRibbonGuiService Ribbon = StiRibbonGuiService.GetService();
Ribbon.AddApplicationMenuItem("Test", delegate { MessageBox.Show("Testing 123!"); });
Ribbon.AddApplicationMenuItem("&Import Layout...", new EventHandler(ImportReportLayout), ImportImage, 5);
image_2021_10_08T21_18_06_068Z.png
image_2021_10_08T21_18_06_068Z.png (55.92 KiB) Viewed 329 times
Max Shamanov
Posts: 768
Joined: Tue Sep 07, 2021 10:11 am

Re: Updating from 2016.1, Menus not working

Post by Max Shamanov »

Hello,

here are the links to:
- our changes (https://www.stimulsoft.com/en/changes/ultimate)
- adding custom component (https://www.stimulsoft.com/en/samples/r ... e-designer)

Thank you.
Post Reply