Performance DataSource

Stimulsoft Reports.NET discussion
Post Reply
gpiccin
Posts: 2
Joined: Tue Oct 16, 2007 9:24 am
Location: Brazil

Performance DataSource

Post by gpiccin »

Hi,

Exist very diferences from performance between DataSource Business Object and Xml Schema using DataSet ?

When utilize DataSource Business Object i have that call method Dictionary.RegData again and again for each collection business object, it affect the performance ?

Great and excuse me my english.
Brazil
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Performance DataSource

Post by Edward »

Of course registration of the xml DataSource is much easier than registration of the Business Objects. Time of the registration of the complex business objects depends of the level of hierarchy of the Business Objects. Maximum level of nesting of the Business Objects is regulated with the following option:

StiOptions.Dictionary.BusinessObjects.MaxLevel

If you can use DataSet as a source for the RegData method, then please use DataSet, because any BusinessObjects in the end of the parsing is recreated as DataSet.

Thank you.
Post Reply