Example #1
0
 public ReportResult AddPageNumber()
 {
     Report = PdfHelper.AddPageNumbers(Report);
     return(this);
 }