Hi,
We have built a report to generate some notes about a product. Notes are pulled in from a nvarchar field in SQL Server.
This worked fine until we got the request that some of the text needed to be in italics!
Is there a way we can add to the text some identifiers similar to html to mark areas that should be italics e.g.
'The quick fox jumps <i> over the lazy </i> dog'
These markers then get detected by SSRS and the text is turned into italics within the report. Any other suggestions would be very helpful.
Many Thanks for your help, I really dont know if this is possible.
Oliver