HiveBrain v1.2.0
Get Started
← Back to all entries
patternsqlMinor

SSRS View Report: Change View Report Button Text

Submitted by: @import:stackexchange-dba··
0
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 C:\Program Files\Microsoft SQL Server\MSSQL.n\Reporting Services\ReportManager\js\ReportingServices.js

See this blog post

Just define a function using the DOM to replace the button text and add it to the addLoadEvent

Context

StackExchange Database Administrators Q#201702, answer score: 3

Revisions (0)

No revisions yet.