spostato path report in web.config...
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user