ReportViewr: Hyperlink to a local file doesn't work
Posted
by
kernelMode
on Stack Overflow
See other posts from Stack Overflow
or by kernelMode
Published on 2012-11-24T17:02:03Z
Indexed on
2012/11/24
17:03 UTC
Read the original article
Hit count: 227
I need to add 2 type of links to existing report with c#. For exapmle:
1) http://www.google.co.il/
2) file:///C:/index.html
I added the links, but only the "http://" works. when I press the link of "file:///" nothing happens.
I've uploaded the full project (very small though) which includes the problem: http://www.filefactory.com/file/452gsoyymalv/n/ObjectReports.zip
btw, The "index.html" is a simple 'helloWorld' which loaded successfully when writing the path on the address bar in the browser.
Do anyone know what additional settings should be set to make the link work?
Thanks!!! KM
*credit for the sample (without my case): http://www.c-sharpcorner.com/uploadfile/mahesh/reportviewerobject04172007111636am/reportviewerobject.aspx
© Stack Overflow or respective owner