The best way to register data for report
-
- Posts: 47
- Joined: Thu Jul 14, 2011 6:09 pm
The best way to register data for report
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
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
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.
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.
-
- Posts: 47
- Joined: Thu Jul 14, 2011 6:09 pm
The best way to register data for report
Ok. That means if I don't have my data in XML format it would be faster to make DataSet.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.
Thanks.
The best way to register data for report
Hello, Vitaliy
Yes, you're right.
Thank you.
Yes, you're right.
Thank you.
-
- Posts: 47
- Joined: Thu Jul 14, 2011 6:09 pm
The best way to register data for report
Is there any example of creating DataSet by hands?Vladimir wrote:Hello, Vitaliy
Yes, you're right.
Thank you.
thanks.
The best way to register data for report
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.
[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.