Microsoft
Software
Hardware
Network
Question : Microsoft Reporting: setting Action property on textbox
Hi experts,
I have a report which contains a subreport. The subreport has a textbox. When the user clicks this textbox, I would like a relative URL to open. I realize this may be a pipe dream but need to at least make progress in that direction.
At present, the HyperLinkTarget property for the ReportViewer is set to "_Self". If I try a straightforward Action expression for the textbox, such as (Jump to URL) expression ="
http://www.experts-excha
nge.com
", the subreport does not render at all, but instead displays the all-too-familiar "Error: The Subreport Could Not Be Showm" message. If I set the Action to "None" instead of "Jump to URL", the subreport displays.
I see many people having issues getting this behavior to their specifications, but nobody I've encountered is having this much trouble simply getting a hyperlink to render at all Is there something obvious that I might be missing, or any action I can take to obtain more useful diagnostic information?
In case it has any bearing, the ReportViewer control is dynamically added to a PlaceHolder at runtime.
Thanks in advance.
Answer : Microsoft Reporting: setting Action property on textbox
ReportViewer.LocalReport.E
nableHyper
links had the default value False. Setting this property True corrected the issue.
Random Solutions
how to use 2 webservers behind firewall
Excel & mouse peoblems
aspnet_regiis.exe failed to initialize properly
how to stop a stored procedure
Fan races computer will not Boot
MS Excel: is there a way to highlight the row you've clicked in
Reporting Services dynamic columns
cursor position in textbox
Run Excell 2007 via C++
Copy Excel and Paste Special into Outlook E-mail Message Body