Could be a rather trivial question, but how does one put an E-mail Symbol next to the email address in the footer of an SSRS 2016 Report please? I've tried HTML Code like ✉ (✉) but it doesn't work ( in reporting services) .. it just shows it as ✉ even when the markup type is HTML.
Asked
Active
Viewed 150 times
1 Answers
3
You could use a placeholder and then use an asterisk *
in Wingdings
font which will give you an envelope symbol.
- Create text box
- Click to select it, then click again to set the cursor inside the text box
- Type your
*
and format as WingDings - Add some spaces if required then
- Right-Click in the text box and choose
create placeholder
- Set the placeholder expression to whatever you like (an email address I assume)
- Format the placeholder as you wish (different font etc)
Alternatively, you could just the the @
symbol... but where's the fun in that? :)

Alan Schofield
- 19,839
- 3
- 22
- 35
-
Thanks @Alan .. should have given the full story. The footer is a text box that has information that relates to a company (a separate DataSet. It has only one expression.. as such, I don't want to break it up into separate text boxes and make it messy. Any chance of a character set that would achieve the same? .. yes, already have @.. but where ya.. where is the fun / challenge in that! – Harry Aug 25 '17 at 00:08
-
1It won;t be separate text boxes, it will be two bits of text in the the same text box. I chose wingdings because it's pretty common. – Alan Schofield Aug 25 '17 at 00:15