BusinessObjects, Dictionary, and Synchronization

Stimulsoft Reports.WPF discussion
Post Reply
Jalmaria
Posts: 7
Joined: Thu May 03, 2018 9:03 am

BusinessObjects, Dictionary, and Synchronization

Post by Jalmaria »

Hi,

Is there a way to create dictionary programmatically and prevent Synchronization to create columns based on the business object?
I would like to include only a subset of the properties in the dictionary.

Thanks
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Re: BusinessObjects, Dictionary, and Synchronization

Post by Edward »

Hi Jalmaria,

As a workaround here I would suggest to delete the not required columns after registering them the usual way in the dictionary, something similar to the approach that was explained here:

viewtopic.php?&t=4041

A good starting point to play with Business Objects also is our sample project here:
https://github.com/stimulsoft/Samples-W ... %20Objects

Thank you,
Edward
Post Reply