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?
HyperLink for Cross-Tab
HyperLink for Cross-Tab
We have added property Hyperlink to all CrossFields. Please check build from 27 Nov.
Thank you.
Thank you.