Código PHP:
   $despliegue .= '<tr onMouseOver="this.style.cursor=\'hand\'" onClick="document.frmdatos.id_reporte['.$i.'].checked = true;" title="SELECCIONAR ESTE REPORTE"> 
                  <td align="center" class="CeldaRelleno"><input type="radio" name="id_reporte" value="'.$fila["ReporteId"].'"'.$checa.'></td>
                  <td class="CeldaRelleno">'.$fila["NomReporte"].'</td>
                  <td align="center" class="CeldaRelleno">'.$fila["Restringido"].'</td>
                  <td class="CeldaRelleno">'.$fila["nombre"].' '.$fila["apep"].' '.$fila["apem"].'</td>
                  <td class="CeldaRelleno">'.$fila["nomperio"].'</td>
                  <td class="CeldaRelleno">'.$activo.</td> 
    
 
