Is this possible to make a MySQL Blob data as value for ReportParameter directly?
Like this:

Code:
rParam[int] = new ReportParameter("PHOTO", blobData);
Or an image from PictureBox as a value for report parameter.

thanks.