Closed AlexCuse closed 12 years ago
It would be helpful to have a way to include images in reports. Could probably expose them as a byte array on models, then include them in rendered html using
src="data:image/gif;base64..."
May want to consider making a default set of helper methods available at some time in the future.
It would be helpful to have a way to include images in reports. Could probably expose them as a byte array on models, then include them in rendered html using