Page 1 of 1

Invoke menu items in dictionary

Posted: Fri Jan 05, 2007 8:34 am
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

Invoke menu items in dictionary

Posted: Fri Jan 05, 2007 10:09 am
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.

Invoke menu items in dictionary

Posted: Thu Jan 11, 2007 8:26 am
by Markus Weiß
Thanks - great work. It's working with the build from January 10th.