HyperLink for Cross-Tab

Stimulsoft Reports.NET discussion
Post Reply
amator
Posts: 7
Joined: Mon Nov 12, 2007 4:44 pm

HyperLink for Cross-Tab

Post by amator »

Hello!

I have created a report based on Cross-Tab component and I need it to have a databound hyperlink in each row.

I know that there is a property 'HyperLink' for the text control, but there is no such for Cross-Row.

I have tried to encode Cross-Row DisplayValue with the expression:
{" Help "}

But it does HTML encoding instead of using it as literal and it just displays as string like this
Help

Is there any workaround?
Can you change it a little bit so that it does not apply HTML encoding to the Cross-Row DisplayValue or add a HyperLink property similar to the one
that there is for Text component?
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

HyperLink for Cross-Tab

Post by Vital »

We have added property Hyperlink to all CrossFields. Please check build from 27 Nov.

Thank you.
Post Reply