public void GxDrawText(string text, int left, int top, int right, int bottom, int align, int htmlformat, int border, int valign)
 {
     _pdfReport.GxDrawText(text, left, top, right, bottom, align, htmlformat, border, valign);
 }