R
RAGHAVAN JAYARAMAN
Hi Alvin,
I need to add an Hyperlink to pivot Field . I can enable the hyperlink by
setting the IsHyperlink = True. But i cannot set or find the address or
subaddress property.Also i tried adding a Calculated Fieldset as suggested by
Microsoft sample. But for some reason it's show as "Error" with Hyperlink
enabled. I believe the syntax to add on the calculated Expression is ( for
ex)
string szTemp = "[" + DetailSet.Fields[0].Name + "]" +
"#http://www.msn.com" ;
I'm adding this to the AddCalculatedField Expression. It is giving me error.
but i can use this string ( szTemp = "[" + DetailSet.Fields[0].Name + "]" ;
). Is there anything wrong on the c# syntax ( i think its
label#address#subaddress). Please let me know what is the right way to add
hyperlink to PivotField. How to use the PivotHyperlink object for
PivotDetailRange or PivotRowmembers.
Appreciate your response.
Thanks!
I need to add an Hyperlink to pivot Field . I can enable the hyperlink by
setting the IsHyperlink = True. But i cannot set or find the address or
subaddress property.Also i tried adding a Calculated Fieldset as suggested by
Microsoft sample. But for some reason it's show as "Error" with Hyperlink
enabled. I believe the syntax to add on the calculated Expression is ( for
ex)
string szTemp = "[" + DetailSet.Fields[0].Name + "]" +
"#http://www.msn.com" ;
I'm adding this to the AddCalculatedField Expression. It is giving me error.
but i can use this string ( szTemp = "[" + DetailSet.Fields[0].Name + "]" ;
). Is there anything wrong on the c# syntax ( i think its
label#address#subaddress). Please let me know what is the right way to add
hyperlink to PivotField. How to use the PivotHyperlink object for
PivotDetailRange or PivotRowmembers.
Appreciate your response.
Thanks!