public void GxDrawLine(int left, int top, int right, int bottom, int width, int foreRed, int foreGreen, int foreBlue, int style)
 {
     _pdfReport.GxDrawLine(left, top, right, bottom, width, foreRed, foreGreen, foreBlue, style);
 }