log.debug("dsName: [" + dsName + "] " + "dbType: [" + dbType + "] " + "SearchVO: [" + searchVO + "]");
ReportResultsVO distGroupData = new ReportResultsVO();
DistributionGroupDAO dao = (DistributionGroupDAO) DAOFactory.getInstance().getDAO("com.eteam.ems.auth.dao.DistributionGroupDAO");
distGroupData = dao.searchReportResult(dsName, dbType, searchVO, userId, null);
int i=1;
if(searchVO.getSearchBy().equals(IConstants.SEARCH_DIST_GROUP_BY_NAME))
{
distGroupData.addColumnInfo(i++, IConstants.HEADER_KEY_BLANK_SPACE, IConstants.DEFAULT_DATA_KEY_BLANKSPACE);