Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Add Javascript function in SSRS Report.

$
0
0
Hello Guys,I have a Javascript Function provided by our .NET Developer Team.[code="plain"]"j avascript: return false function showdefinationheadcount() { $("#cont-3").addClass("activeLink"); $("#cont-3-1").addClass("activeLink"); $("#cont-1-1").addClass("hide"); $("#cont-2-1").addClass("hide"); $("#cont-3").removeClass("hide") $("#cont-3-1").removeClass("hide") return false; }"[/code]Note: I am adding a space in Javascript in code provided.This code has to be used in a "Text Box" and in Text Box "Action Property" this will be added in the "Go To URL" section.But Since i have no understanding of Javascript i am not been able to add it.I tried a method of adding this code in the expression section, but it gives error of "End of statement" in Preview section.Please provide some solution to this and let me know if i am able to explain problem or some other information is required .Thanks.

Viewing all articles
Browse latest Browse all 3145

Trending Articles