Question

Is anyone aware of a way to get text in an ActiveReport to wrap around an image similar to floating an image to the right using CSS? I want the text to print in the available space to the left of the image, and when there is enough text, to print the full width of the report under the image as well.

Was it helpful?

Solution

In case you are working with different report items (RichTextBox for displaying text and Picture control for dispalying image), then the requested behavior cannot be implemented. This is due to the reason that a report has a static design and a single control cannot have varying width.

A workaround to implement this is to make use of the RTF file that has both text and image aligned in the desired manner. And load this RTF in the RichTextBox control in report.

Regards, Mohita

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top