Customize "New Business Object" Dialog

Stimulsoft Reports.Silverlight discussion
Locked
LeleDiEdo
Posts: 5
Joined: Fri Jan 31, 2014 10:42 am

Customize "New Business Object" Dialog

Post by LeleDiEdo »

Hi,

Out of the box, when a user select "New Business Object" menu item from the designer, a dialog appears. It is possibile to customize this dialog or display a custom dialog so the users can select a business object structure from other sources such as file or calling a web service?

Thanks
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Customize "New Business Object" Dialog

Post by Alex K. »

Hello,

Unfortunately, it is not possible.
As a way, you can implement it in your application and register a selected business object for report..

Thank you.
LeleDiEdo
Posts: 5
Joined: Fri Jan 31, 2014 10:42 am

Re: Customize "New Business Object" Dialog

Post by LeleDiEdo »

Thank you for replay.

Anyway, it is possible to disable the "new business object" menu item?

thanks again
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Customize "New Business Object" Dialog

Post by Alex K. »

Hello,

You can use the following code:

Code: Select all

var service = StiSLDictionaryPanelService.GetService();
service.ShowBusinessObjectNewMenuItem = false;
Thank you.
LeleDiEdo
Posts: 5
Joined: Fri Jan 31, 2014 10:42 am

Re: Customize "New Business Object" Dialog

Post by LeleDiEdo »

Thanks you!
Andrew
Posts: 4104
Joined: Fri Jun 09, 2006 3:58 am

Re: Customize "New Business Object" Dialog

Post by Andrew »

Hello,

We are glad to help you!

Have a nice weekend.
Thank you.
Locked