N
Nathan
I'm trying to use a LocalReport in a ReportViewer and make a couple fields
in the report show up as hyperlinks so I can navigate to other pages after
running the report. The hyperlinks themselves are not showing up at all
unless I use something simple like, http://www.msnbc.com. When I use
something more complicated like a relative path with a querystring, they
just simply don't appear as hyperlinks at all, just flat text.
Here's an example of the link I'm trying to use. The querystring values are
concatenated in an expression on the field.
http://localhost:1314/CarDashboard/Pages/CRM/CustomerDashboard.aspx?GlobalCustomerID=1235456
If a relative path would work it would look something like this:
.../../Pages/CRM/CustomerDashboard.aspx?GlobalCustomerID=12354566
Any ideas?
Thanks in advance.
-Nathan
in the report show up as hyperlinks so I can navigate to other pages after
running the report. The hyperlinks themselves are not showing up at all
unless I use something simple like, http://www.msnbc.com. When I use
something more complicated like a relative path with a querystring, they
just simply don't appear as hyperlinks at all, just flat text.
Here's an example of the link I'm trying to use. The querystring values are
concatenated in an expression on the field.
http://localhost:1314/CarDashboard/Pages/CRM/CustomerDashboard.aspx?GlobalCustomerID=1235456
If a relative path would work it would look something like this:
.../../Pages/CRM/CustomerDashboard.aspx?GlobalCustomerID=12354566
Any ideas?
Thanks in advance.
-Nathan