public static GridHeaderHelper AddGridHeaders(this XtraReport report)
 {
     return(new GridHeaderHelper(report.AddPageHeaderBand()));
 }