Invoke menu items in dictionary

Stimulsoft Reports.NET discussion
Post Reply
Markus Weiß

Invoke menu items in dictionary

Post by Markus Weiß »

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
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Invoke menu items in dictionary

Post by Vital »

You can use following code:

Code: Select all

StiDictionaryPanelService service = StiDictionaryPanelService.GetService(Designer);
service.InvokeDataSourceNew();
But you need wait next prereliase build (next week) or request latest version at support [at] stimulsoft [ dot] com

Thank you.
Markus Weiß

Invoke menu items in dictionary

Post by Markus Weiß »

Thanks - great work. It's working with the build from January 10th.

Post Reply