e.Graphics.DrawString(dtgREPORT.Rows[l].Cells[1].FormattedValue.ToString(), dtgREPORT.Font = new Font("Arial", 10), Brushes.Black, new RectangleF(0, height, dtgREPORT.Columns[2].Width, dtgREPORT.Rows[0].Height));//stock numbr
e.Graphics.DrawImage((Image)dtgREPORT.Rows[l].Cells[2].Value, new RectangleF(125, height, dtgREPORT.Columns[2].Width, dtgREPORT.Rows[0].Height));
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)