The best way to register data for report

Stimulsoft Reports.Flex discussion
Locked
vitaliy.urazov
Posts: 47
Joined: Thu Jul 14, 2011 6:09 pm

The best way to register data for report

Post 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
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

The best way to register data for report

Post 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.
vitaliy.urazov
Posts: 47
Joined: Thu Jul 14, 2011 6:09 pm

The best way to register data for report

Post 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.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

The best way to register data for report

Post by Vladimir »

Hello, Vitaliy

Yes, you're right.

Thank you.
vitaliy.urazov
Posts: 47
Joined: Thu Jul 14, 2011 6:09 pm

The best way to register data for report

Post by vitaliy.urazov »

Vladimir wrote:Hello, Vitaliy

Yes, you're right.

Thank you.
Is there any example of creating DataSet by hands?

thanks.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

The best way to register data for report

Post 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.
Locked