Hi, what's the proper way to wrap textblock/fields around an image field?
What I want to achieve is having multiple lines on the right or left of the image, instead of
just one line.
Currently I put a 'two column' onto the report, put image field in one of the column, then start dropping inline textblock/fields onto the other fields, and make their css class to be 'row', this works to some extend. But I feel there might be easier or a proper way to do the layout? Is it available in the report designer or its better to just go with writing some code ?
Thanks.