I have a XML column in SQL Server that is returned in my datasource used by a SSRS report. Is there a way to display a hyperlink in the SSRS report column that displays the XML in a new window when the user clicks on it?
I want a "cleaner" display of the XML data then dumping it out in the report column but I need the user to be able to view the full contents of the XML column if they want to. This would be very similar to how SQL Server displays XML column data in SQL Server Management Studio where you see some of the XML data and it is hyperlinked so you can click on it to view the full XML in a new window.