I know i'm well beyond the intended use of Telerik Reporting, but i keep thinking there should be some creative and interesting way to do this.
What i want to do is use Telerik Reporting to generate some printed handouts. There are about a dozen different ones, with the same template but different text/images. The trick i'm running into is, any one handout may have X images, where X is between 0 and 5. Additionally, i want text to either flow around them, or at least be broken by them (text above and below). It would look like this
Blah blah blah blah blah
blah blah blah blah blah
<IMAGE1>
blah blah blah blah blah
blah blah <IMAGE2
blah blah IMAGE2>
blah blah blah blah blah
(example attached)
In a perfect world, the HTML textbox would accept all HTML, and i could use <img src...> and floats to solve this, but i understand the HTML text box is limited in function. Does anyone have a brilliant notion on how to do this? or should i just save each side of my handout as an image and forget about my pipe dream here?
What i want to do is use Telerik Reporting to generate some printed handouts. There are about a dozen different ones, with the same template but different text/images. The trick i'm running into is, any one handout may have X images, where X is between 0 and 5. Additionally, i want text to either flow around them, or at least be broken by them (text above and below). It would look like this
Blah blah blah blah blah
blah blah blah blah blah
<IMAGE1>
blah blah blah blah blah
blah blah <IMAGE2
blah blah IMAGE2>
blah blah blah blah blah
(example attached)
In a perfect world, the HTML textbox would accept all HTML, and i could use <img src...> and floats to solve this, but i understand the HTML text box is limited in function. Does anyone have a brilliant notion on how to do this? or should i just save each side of my handout as an image and forget about my pipe dream here?