Page 1 of 1

BusinessObject with Property of type DataTable/DataSet problem

Posted: Wed Jul 08, 2009 8:59 am
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

BusinessObject with Property of type DataTable/DataSet problem

Posted: Fri Jul 10, 2009 1:35 pm
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.