ReportParameter[] reportParams = new ReportParameter[] { new ReportParameter("ProductImage", "data:image/png;base64," + productImageBase64) // Prefixing the base64 string with the data URL };
ReportViewer1.LocalReport.SetParameters(reportParams);