C
Chris Cap
We are currently using client reports (.rdlc) to serve up some reports for
our clients. We are trying to make it so that when a user clicks on category
data (ie - order number), it will navigate to a new page that shows the order
details with the order id in the querystring. I tried clicking on the data
point and then chosing action and setting the radio button to "Jump to URL",
but it only works with an absolute path (http://www.google.com) it won't work
with relative links (/orderHistory.aspx).
Does anyone know how I can get this to work. I tried using
Globals!ReportServerUrl to get the absolute path, but that doesn't render
anything in a local report apparently. I was thinking of adding a reference
to a custom assembly that pulled a value from my web.config, however,
references don't seem to work unless the assembly is in the GAC which is not
an option.
I would really prefer not to hardcode the absolute path. I need to be able
to change what server this is hosted on and what domain name it uses very
easily. I don't think the control exposes a Hyperlink_NAvigate event like
the winforms version of this control does. Any help is appreciated.
our clients. We are trying to make it so that when a user clicks on category
data (ie - order number), it will navigate to a new page that shows the order
details with the order id in the querystring. I tried clicking on the data
point and then chosing action and setting the radio button to "Jump to URL",
but it only works with an absolute path (http://www.google.com) it won't work
with relative links (/orderHistory.aspx).
Does anyone know how I can get this to work. I tried using
Globals!ReportServerUrl to get the absolute path, but that doesn't render
anything in a local report apparently. I was thinking of adding a reference
to a custom assembly that pulled a value from my web.config, however,
references don't seem to work unless the assembly is in the GAC which is not
an option.
I would really prefer not to hardcode the absolute path. I need to be able
to change what server this is hosted on and what domain name it uses very
easily. I don't think the control exposes a Hyperlink_NAvigate event like
the winforms version of this control does. Any help is appreciated.