Hi Experts,
I am trying to use OWC11 Pivot table in my project.My requirement is I have
to show the financial data(analytica purpose) on pivot table. This data will
come from another system as an xml stream.

I hard to find out the way to bind the xml stream of data to Pivottable.

First of all I am not getting the way to instantiate the PivotTable object
on my Code behind class. what I am doing is....
1.I added OWC11 reference through VisualStudio.NET 2003 to my project.
2.I added controls to Toolbox using Add\remove items by selection Microsoft
Office PivotTable 11.0 from COM tab.
3.Now I place the PivotTable control on my Web Page.It is generating <OBJECT
Tag...> in aspx page.
How should I get a reference of PivotTable Object in my Code behind file(.cs).

Thanks in Advance.