public static PageNumberHelper AddPageNumbers(this XtraReport report) { return(new PageNumberHelper(report.AddBottomMarginBand())); }