示例#1
0
 public static PageNumberHelper AddPageNumbers(this XtraReport report)
 {
     return(new PageNumberHelper(report.AddBottomMarginBand()));
 }