completata integrazione reports con selezione fase/lingua...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user