Answered by:
Embedded images in SSRS place holder

Question
-
Is it possible to display embedded images in a ssrs place holder
Many Thanks
Chandra
Tuesday, March 24, 2015 11:17 AM
Answers
-
Hi Chandra,
Per my understanding that you want to add an image by creating the placeholder and using some HTML tags, right?
In Reporting Services, when we import HTML content into a report, the HTML that is shown in the rendered report may differ from the original HTML because only a subset of HTML tags is supported. The following is a complete list of tags that will render as HTML when defined as placeholder text:
- Hyperlinks: <A HREF>
- Fonts: <FONT>
- Header, style and block elements: <H{n}>, <DIV>, <SPAN>,<P>, <DIV>, <LI>, <HN>
- Text format: <B>, <I>, <U>, <S>
- List handling: <OL>, <UL>, <LI>
Any other HTML markup tags will be ignored during report processing. For more information, please see:
http://msdn.microsoft.com/en-us/library/ff519562.aspxSo, we can see the image tag are not supported currently.
I would suggest you submitting a wish at https://connect.microsoft.com/sql.
Connect site is a connection point between you and Microsoft, and ultimately the larger community. Your feedback enables Microsoft to make software and services the best that they can be, and you can learn about and contribute to exciting projects.
I recommend you to use the method Prasad provided to add an embedded image and you can also add some external or database image.
If you still have any problem, please feel free to ask.
Regards,
Vicky Liu
Vicky Liu
TechNet Community Support- Edited by Vicky_Liu Wednesday, March 25, 2015 6:10 AM
- Marked as answer by DataPro2010 Wednesday, March 25, 2015 8:50 AM
Wednesday, March 25, 2015 6:08 AM
All replies
-
Hi Chandra,
In SSRS report under Report Data section you can see Image section, upload the image first there.
It will look like below screen
After that simply drag the image to the SSRS report body, it will open the property where you can mention the source of Image as embeded. Then press ok, it will look like below screen:-
Thanks
Prasad
------------------------------------------------------------
Mark this as Answer if it helps you to proceed on further.- Proposed as answer by Vicky_Liu Wednesday, March 25, 2015 5:41 AM
Tuesday, March 24, 2015 1:05 PM -
Hi Chandra,
Per my understanding that you want to add an image by creating the placeholder and using some HTML tags, right?
In Reporting Services, when we import HTML content into a report, the HTML that is shown in the rendered report may differ from the original HTML because only a subset of HTML tags is supported. The following is a complete list of tags that will render as HTML when defined as placeholder text:
- Hyperlinks: <A HREF>
- Fonts: <FONT>
- Header, style and block elements: <H{n}>, <DIV>, <SPAN>,<P>, <DIV>, <LI>, <HN>
- Text format: <B>, <I>, <U>, <S>
- List handling: <OL>, <UL>, <LI>
Any other HTML markup tags will be ignored during report processing. For more information, please see:
http://msdn.microsoft.com/en-us/library/ff519562.aspxSo, we can see the image tag are not supported currently.
I would suggest you submitting a wish at https://connect.microsoft.com/sql.
Connect site is a connection point between you and Microsoft, and ultimately the larger community. Your feedback enables Microsoft to make software and services the best that they can be, and you can learn about and contribute to exciting projects.
I recommend you to use the method Prasad provided to add an embedded image and you can also add some external or database image.
If you still have any problem, please feel free to ask.
Regards,
Vicky Liu
Vicky Liu
TechNet Community Support- Edited by Vicky_Liu Wednesday, March 25, 2015 6:10 AM
- Marked as answer by DataPro2010 Wednesday, March 25, 2015 8:50 AM
Wednesday, March 25, 2015 6:08 AM