Page 1 of 1
The best way to register data for report
Posted: Thu Jul 21, 2011 10:18 am
by vitaliy.urazov
Hello!
What would be the best way to register data for report in runtime if I want viewer to work faster and take less memory: using as datasource XML or making DataSet?
Does engine convers XML into DataSet objects internally?
Thanks
The best way to register data for report
Posted: Fri Jul 22, 2011 12:39 am
by Vladimir
Hello, Vitaliy
XML data is converted into a DataSet during registration, then the objects are not used XML and Flash Player must clear the memory.
Thank you.
The best way to register data for report
Posted: Wed Jul 27, 2011 12:04 pm
by vitaliy.urazov
Vladimir wrote:Hello, Vitaliy
XML data is converted into a DataSet during registration, then the objects are not used XML and Flash Player must clear the memory.
Thank you.
Ok. That means if I don't have my data in XML format it would be faster to make DataSet.
Thanks.
The best way to register data for report
Posted: Thu Jul 28, 2011 5:24 am
by Vladimir
Hello, Vitaliy
Yes, you're right.
Thank you.
The best way to register data for report
Posted: Fri Jul 29, 2011 8:36 am
by vitaliy.urazov
Vladimir wrote:Hello, Vitaliy
Yes, you're right.
Thank you.
Is there any example of creating DataSet by hands?
thanks.
The best way to register data for report
Posted: Mon Aug 01, 2011 6:01 am
by Vladimir
Hello,
[quote="vitaliy".urazov]Is there any example of creating DataSet by hands?[/quote]
Example of building DataSet class:
http://stimulsoft.helpserve.com/index.p ... =354&nav=0
Thank you.