patternsqlMinor
SSRS View Report: Change View Report Button Text
Viewed 0 times
ssrstextviewreportbuttonchange
Problem
Is there anyway to change the View Report Button in SSRS to say something else. Such as "Hello", or "See Data". Is there a place in the SSRS XML RDL, I can edit?
Solution
You could modify the button text through javascript if you edit
See this blog post
Just define a function using the DOM to replace the button text and add it to the
C:\Program Files\Microsoft SQL Server\MSSQL.n\Reporting Services\ReportManager\js\ReportingServices.jsSee this blog post
Just define a function using the DOM to replace the button text and add it to the
addLoadEventContext
StackExchange Database Administrators Q#201702, answer score: 3
Revisions (0)
No revisions yet.