Hi Experts,
I want to disable or remove hyperlink from Excel report while exporting it from RDLC Report in Visual Studio 2010.
I tried following code but its not working in VS 2010
=IIF(Globals!RenderFormat.Name="Excel","Test","<a href=""http://www.test.com/"">Test</a>")
Please help
Thanks,
Rahul