spostato path report in web.config...

This commit is contained in:
Samuele E. Locatelli
2017-01-24 12:37:54 +01:00
parent f39201523c
commit 60cf738ed5
8 changed files with 12 additions and 5 deletions
@@ -40,7 +40,8 @@ namespace ScheMe.WebUserControls
{ }
// 1) impostazione file report
localReport.ReportPath = @".\Reports\ReportVisita.rdlc";
localReport.ReportPath = string.Format(@"{0}\ReportVisita.rdlc", memLayer.ML.CRS("ReportBasePath"));
//localReport.ReportPath = @".\Reports\ReportVisita.rdlc";
// 2) caricamento tab dati
DataTable tabRepVis = new DataTable();