completata integrazione reports con selezione fase/lingua...

This commit is contained in:
Samuele E. Locatelli
2015-06-22 09:52:51 +02:00
parent e98abe8e17
commit 91bc9e44f9
31 changed files with 10305 additions and 121 deletions
@@ -61,11 +61,14 @@ namespace CMS_SC.WebUserControls
// 2) caricamento tab dati
DataTable tabDati = new DataTable();
tabDati = (DataTable)DtProxy.man.taRep.GetData(IdxDossier, Fase, Lingua, TipoReport);
DataTable tabVoc = new DataTable();
tabDati = (DataTable)DtProxy.man.taRep.GetData(IdxDossier, Fase);
tabVoc = (DataTable)DtProxy.man.taVoc.getByLinguaLemmaLike(Lingua,"SC_PRT");
// 3) inserimento dataset nel report
localReport.DataSources.Clear();
localReport.DataSources.Add(new ReportDataSource("dsValue", tabDati));
localReport.DataSources.Add(new ReportDataSource("dsSchedaCollaudo", tabDati));
localReport.DataSources.Add(new ReportDataSource("dsVocabolario", tabVoc));
#if false
// 4) aggiungo parametro