Is this possible to make a MySQL Blob data as value for ReportParameter directly?
Like this:
Or an image from PictureBox as a value for report parameter.
thanks.
Like this:
Code:
rParam[int] = new ReportParameter("PHOTO", blobData);
thanks.