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.Code:rParam[int] = new ReportParameter("PHOTO", blobData);
thanks.
Printable View
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.Code:rParam[int] = new ReportParameter("PHOTO", blobData);
thanks.