Hi,

I have another problem in SQL Reporting Services.
I have a hyperlink in one of the textboxes and on clicking it should take me to
"http://itreports.teamfreeze.com/errors/detail.aspx?id =" + Fields!ErrorID.Value .So in the jumptourl of the textbox in the navigation tab I set the expression = "http://itreports.teamfreeze.com/errors/detail.aspx?id =" & Fields!ErrorID.Value

But it does not work. More over it does not act like a hyperlink that is on clciking there is no action at all.


PLZZZZ help me out.