Save PivotTable (VB.Net)

N

NECATÝ ARSLAN

Hi,
We want to use OWC 10.0 PivotTable in a VB.Net 2002 project. But have some questions that must solve.
1) How can we save PivotTable (not export)
2) How can we print PivotTable

those are very important for us.
Thanks
Necati Arslan
Senkron Information Technologies
 
D

Dan Ricker

The PivotTable has an XMLData property. This propery returns a string that is the XML representation of the current state of the Pivot. The property is read/write so it can also be used to reset the state of the Pivot. Saving the string returned by this property is how to save the PivotTable

OWC does not directly support printing. For OWC10 and OWC11, it might be possible to get the HTMLData property and somehow send that to the printer. The code would need to deal with pagination and row/column headers. It might be possible via some XML Transform to generate a printable document

Dan
 

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