OWC11 PivotTable - possible work in background ?

S

Sùawomir Ýurek

Hi,
I'm developing WinForms application (C# .Net 2.0) and i'm using
OWC11 PivotTable to generate report from OLAP database. OWC Objects
are embeded in WebBrowser Control.
When OWC report goes more complicated it take some time to refresh
its data, and whole application is not responding. I supopose that I
can't do anything when I'm working on pivot table (adding
dimension,measures to pivottable), but I wonder if initializing
report, which is done by setting XMLData with full report definitoin)
could be done in background thread ?

My goal is to give user possibility to run 2-3 reports and do some
other stuff in application, an go back to processed reports after some
time....

Greetings
S³awomir ¯urek

PS: sorry for my English - i'm working to make it better... ;-)
 
A

Alvin Bruney [ASP.NET MVP]

Async processing will work with the background thread. However, you have to
remember to use control.invoke to update the user interface thread that has
the pivot table.

--
Regards,
Alvin Bruney

Want a free copy of VS 2008 w/ MSDN premium subscription?
Details at http://msmvps.com/blogs/alvin/Default.aspx

Auther Plug
OWC Blackbook now on download at www.lulu.com/owc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top