79104360

Date: 2024-10-19 06:57:31
Score: 1.5
Natty:
Report link

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

            ReportViewer1.LocalReport.SetParameters(reportParams);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user27880870