Returning an image from an SSAS stored procedure
I just played with a simple way to return an image from a stored procedure by returning a base 64 encoded string of the image in a certain image format (e.g. PNG or JPEG).
Our sample stored procedure looks like this...
Read more...Tags: amo, stored procedure