pivot table inside c# windows form

A

Alvin Taliman

Hi,
Is it okay if I put pivot table inside winform?
I can't load the form when the table is inside.
The error message:
A first chance exception of type
'System.Runtime.InteropServices.COMException' occurred in
system.windows.forms.dll

Anyone can point the problem? Thank you.
 
M

Mark A Gregory

Hi Alvin,

Cannot be used from a WinForm, they are Web Components.

cheers
mark
 
A

Alvin Bruney

That's not entirely correct.

The owc can be used on winforms. ex if you drop a chartspace on a windows
form, the handle to it is axChartSpace1, and then you proceed as normal
because they work just like ordinary components.

However, I would recommend proceeding with caution because they weren't
built to target the stresses of the winform environment so i suspect it may
choke under heavy loads, intense processing and multi-threading.
 

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