Loading a report async from file
jose525
Deutschland
Hi @ all,
is there a posibility to load a huge report (aproximatly 9 mb) async?
or
to load faster then 1min. ???
Thank you for any help.
is there a posibility to load a huge report (aproximatly 9 mb) async?
or
to load faster then 1min. ???
Thank you for any help.
Comments
not the loading of a report takes so much time. It's the deserialization of containing objects.
So my solution could be to load and deserialize once and then copy the report every time.
BUT: For copy the report I use AssignAll method. This one don't copy the names of the objects.
Did anyone has some compareable tasks?
Please help, I've my back to the wall.
Thanks for any help.