Hello all,
I'm a DBA creating a functional report for our team, just so you know that I'm not a true report dev.
I have a RTF string that I need to display in a report:
From this:
{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0 Microsoft Sans Serif;}{\f1\fnil Microsoft Sans Serif;}} \viewkind4\uc1\pard\f0\fs17 http://sharepoint.what.net/sites/it/Web/WebDev/Change%20Notices1/June%202009%20month%20releases/yes.xml\f1\par \par \f0 Pleash push the files located at this location to production.\par }
To this:
http://sharepoint.what.net/sites/it/Web/WebDev/Change%20Notices1/June%202009%20month%20releases/yes.xml
Pleash push the files located at this location to production.
How can I accomplish this? Is this doable at the SSRS level?
Thanks in advance for the help!
I'm a DBA creating a functional report for our team, just so you know that I'm not a true report dev.
I have a RTF string that I need to display in a report:
From this:
{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0 Microsoft Sans Serif;}{\f1\fnil Microsoft Sans Serif;}} \viewkind4\uc1\pard\f0\fs17 http://sharepoint.what.net/sites/it/Web/WebDev/Change%20Notices1/June%202009%20month%20releases/yes.xml\f1\par \par \f0 Pleash push the files located at this location to production.\par }
To this:
http://sharepoint.what.net/sites/it/Web/WebDev/Change%20Notices1/June%202009%20month%20releases/yes.xml
Pleash push the files located at this location to production.
How can I accomplish this? Is this doable at the SSRS level?
Thanks in advance for the help!