|
-
Jun 25th, 2016, 09:37 AM
#1
Thread Starter
Frenzied Member
Any reporting tool that will display images imbedded within RTF or HTML?
It seems from everything I've found so far that both MS Report Viewer and Crystal Reports don't support any image or table tags contained within RTF or HTML. My problem is I currently have a Winforms RTB which can contain formatted text, images and tables. Reading it back from the database works as desired. However, trying to print what's in that RTB (among other related fields as well) onto a report doesn't. The only potential workaround seems to be converting that RTB to an image. Not sure how well that would work print quality wise or the fact that the RTB could contain several printed pages worth of content (can an image span multiple pages?).
The only practical solution I can think of is parsing out the non-supported tags and creating the RDL needed for the image or table dynamically. Any other alternatives?
Last edited by topshot; Jun 25th, 2016 at 10:12 AM.
-
Jun 27th, 2016, 03:51 PM
#2
New Member
Re: Any reporting tool that will display images imbedded within RTF or HTML?
-
Jun 27th, 2016, 09:51 PM
#3
Thread Starter
Frenzied Member
Re: Any reporting tool that will display images imbedded within RTF or HTML?
 Originally Posted by BadNiiw
Thanks, but having it display properly in the winform isn't the issue. Displaying properly in a report is.
-
Jun 27th, 2016, 11:35 PM
#4
Lively Member
Re: Any reporting tool that will display images imbedded within RTF or HTML?
The only ones I have found are paid ones, and even then it's only Html. Telerik reporting does it. but it has limitations I think. It's been awhile so maybe there is something else out there. It would be very nice if there was something that did rtf
-
Jun 28th, 2016, 03:40 PM
#5
Thread Starter
Frenzied Member
Re: Any reporting tool that will display images imbedded within RTF or HTML?
 Originally Posted by PatnLongBeach
Telerik reporting does it. but it has limitations I think.
Yes, the same as Crystal pretty much. I wouldn't have thought this need would be so rare. Looks like either custom coding or just leaving those items out of the actual report since it won't be critical for what the reports are used for. I just don't like having an "incomplete" solution.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|