How to reference PivotTable control in asp.net code-behind?
To use the code-behind, you will need to create an instance of the pivot
table in-memory object
PivotTable myTable. This is not the same as the pivot table with the user
interface, it only relates to in-memory usage - suitable for things like
file preparation etc.
--
Regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ http://www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------
|