Page 1 of 1

Derived sources when using classes as a data source

Posted: Thu Dec 03, 2009 6:59 am
by JohnBot
Hi

Is there any way to control the number of derived "sources" generated from collection properties of a class used as the Data SOurce for a report?

Many thanks

John

Derived sources when using classes as a data source

Posted: Thu Dec 03, 2009 8:12 am
by Edward
Hi

Yes, there is a way to control a nesting level for Business Objects:

There is a static property for that:

Stimulsoft.Report.StiOptions.Dictionary.BusinessObjects.MaxLevel = 3

Thank you.