Hyperlink in pivot table

A

Animator

you guys have any example where in i could set a pivot table item with
hyper links? im using owc pivot table that is embeded in an aspx file.
 
B

Brian Hman

Are you looking to put the hyperlink into the pivot table? If so I just
figured out you can do that (someone correct me if I'm wrong) and that's why
I'm trying to use the spreadsheet component instead.

Brian Hman
 
A

Alvin Bruney [Microsoft MVP]

The Black Book has an example of this on p. 422. Basically, you would use
the pivothyperlink object to insert a hyperlink into the row axis.

roughly:

ptable.rowaxis.insertfieldset("home",null,false)
pview.fieldset("homelink").fields("home").ishyperlink = true

--
Regards
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available 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