// actions
/*
* An excel report of the list
*/
public WOComponent reportListAction() {
ERD2WListPage excelListPage = (ERD2WListPage) D2W.factory().pageForConfigurationNamed("ListExcel" + entityName(), session());
excelListPage.setDataSource(dataSource());
return excelListPage;
}