Aggiunto selezione tipo report ANCHE x i dati (F-C-S)

This commit is contained in:
Samuele E. Locatelli
2018-03-19 11:34:29 +01:00
parent b92439ad06
commit 5414dbee8f
8 changed files with 22 additions and 9 deletions
@@ -62,7 +62,7 @@ namespace CMS_SC.WebUserControls
// 2) caricamento tab dati
DataTable tabDati = new DataTable();
DataTable tabVoc = new DataTable();
tabDati = (DataTable)DtProxy.man.taRep.GetData(IdxDossier, Fase, Rev, Lingua);
tabDati = (DataTable)DtProxy.man.taRep.GetData(IdxDossier, Fase, Rev, Lingua, TipoReport);
tabVoc = (DataTable)DtProxy.man.taVoc.getByLinguaLemmaLike(Lingua, "SC_PRT");
// 3) inserimento dataset nel report