HyperLink Column value is not displaying with the | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

HyperLink Column value is not displaying with the

Hi all,<br />In my Report, I am using column value with (Jump to Report) hyperlink action, while displaying it in the report, it is not displaying with default blue color. After visiting the report or URL site, it has to change back to red color. <br />I have checked my HTMLViewer.css file. <br /><br />And I have created the custom CSS file with set of HYPERLINK color combination, but it is not displaying anything at all. <br /><br /<a target="_blank" href=http://&lt;myReportServer&gt;/ReportServer/Pages/ReportViewer.aspx?rs:Command=Render&rc<img src=’/community/emoticons/emotion-7.gif’ alt=’:S’ />tylesheet=test.css>http://&lt;myReportServer&gt;/ReportServer/Pages/ReportViewer.aspx?rs:Command=Render&rc<img src=’/community/emoticons/emotion-7.gif’ alt=’:S’ />tylesheet=test.css</a><br /><br />and test.css consist of the following<br /><br />.ActiveLink:link<br />{<br /> color: yellow;<br /> text-decoration: none<br />}<br /><br />.ActiveLink:hover<br />{<br /> color: brown;<br /> text-decoration: underline<br />}<br /><br />.ActiveLink:visited<br />{<br /> color: blue;<br /> text-decoration: none<br />}<br /><br />.ActiveLink:visited:hover<br />{<br /> color: red;<br /> text-decoration: underline<br />}<br /><br />.ToolbarFind<br /><br />{<br /> display: none;<br />}<br /><br />.ToolbarExport<br /><br />{<br /> display: none;<br />}<br /><br />.ToolbarZoom<br /><br />{<br /> display: none;<br />}<br /><br />.ToolbarRefresh<br /><br />{<br /> display: inline;<br />}<br />.ToolbarPrint<br /><br />{<br /> display: none;<br />}<br /><br />Where could be the problem? Why it is not displaying hyperlink color as expected. I am using the SQL Server Reporting Services 2005 CTP and Service Pack 1.<br /><br />If anyone knows this answer to this question, reply me soon.<br /><br />Thanks in advance.<br /><br /><br /><br /><br />——————————————————————————–<br />Siva <br />
]]>