Hi,
i want to invoke the menu items in the dictionary from my MDI - Wrapper for the report desinger. Is this possible? I need to invoke the item "new datasource".
Thanks
Invoke menu items in dictionary
Invoke menu items in dictionary
You can use following code:
But you need wait next prereliase build (next week) or request latest version at support [at] stimulsoft [ dot] com
Thank you.
Code: Select all
StiDictionaryPanelService service = StiDictionaryPanelService.GetService(Designer);
service.InvokeDataSourceNew();
Thank you.
Invoke menu items in dictionary
Thanks - great work. It's working with the build from January 10th.