BusinessObject with Property of type DataTable/DataSet problem

Stimulsoft Reports.WPF discussion
Post Reply
stehwn
Posts: 22
Joined: Wed Jul 08, 2009 8:20 am

BusinessObject with Property of type DataTable/DataSet problem

Post by stehwn »

Hi,
we are very impressed by your tool and want to use it in our app.
the problem is that many of our business-objects have DataSets and DataTables as public properties (for lazy binding to fields with no logic).
when trying to add such an object (or collection) as datasource your tool hangs infinitely.
DataViews as properties are working (I assume because they implement IList).
Is there any workaround for this?

best regard
Steffen
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

BusinessObject with Property of type DataTable/DataSet problem

Post by Jan »

Hello Steffen,

Please try to use following code before data binding to report:

Code: Select all

StiOptions.Dictionary.BusinessObjects.MaxLevel = 3;
Thank you.
Post Reply