RDLC添加链接

 <rsweb:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Verdana" Font-Size="8pt"
                    InteractiveDeviceInfos="(集合)" WaitMessageFont-Names="Verdana" WaitMessageFont-Size="14pt"
                    ShowExportControls="False" Width="100%" Height="100%" ShowToolBar="true" ShowBackButton="False"
                    ShowFindControls="False" ShowRefreshButton="False" HyperlinkTarget="_self">

 

 ReportViewer1.LocalReport.EnableHyperlinks = true;

中文乱码解决:="javascript:display(escape('中华人民共和国'));"

posted @ 2013-06-27 10:50  yuking  阅读(223)  评论(0编辑  收藏  举报