fix errore base path...
This commit is contained in:
+4
-1
@@ -18,7 +18,10 @@
|
||||
</configSections>
|
||||
|
||||
|
||||
<appSettings/>
|
||||
<appSettings>
|
||||
<!--gestione reports!-->
|
||||
<add key="ReportBasePath" value=".\bin\Reports" />
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
<add name="GIMConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer;"
|
||||
providerName="System.Data.SqlClient" />
|
||||
|
||||
Binary file not shown.
@@ -18,7 +18,10 @@
|
||||
</configSections>
|
||||
|
||||
|
||||
<appSettings/>
|
||||
<appSettings>
|
||||
<!--gestione reports!-->
|
||||
<add key="ReportBasePath" value=".\bin\Reports" />
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
<add name="GIMConnectionString" connectionString="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User ID=sa;Password=keyhammer;"
|
||||
providerName="System.Data.SqlClient" />
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -149,7 +149,7 @@ public class reportPrinter
|
||||
switch (tipoReport)
|
||||
{
|
||||
case reportRichiesto.ElencoMacchine:
|
||||
report.ReportPath = string.Format(@".\{0}\MacchineReparti.rdlc",, memLayer.ML.CRS("ReportBasePath"));
|
||||
report.ReportPath = string.Format(@".\{0}\MacchineReparti.rdlc", memLayer.ML.CRS("ReportBasePath"));
|
||||
report.DataSources.Add(new ReportDataSource("WebGim", caricaDati(tipoReport, parametro)));
|
||||
deviceInfo = new devInfoParam("EMF", "21cm", "29.7cm", "0.2cm", "0.2cm", "0.2cm", "0.2cm");
|
||||
break;
|
||||
|
||||
Binary file not shown.
@@ -1,6 +1,4 @@
|
||||
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\obj\Debug\GIM_site.csprojResolveAssemblyReference.cache
|
||||
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\obj\Debug\RdlCompile.cache
|
||||
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\obj\Debug\RdlCompile.compiled
|
||||
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\NLog.config
|
||||
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\GIM_site.dll.config
|
||||
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\GIM_site.dll
|
||||
@@ -90,3 +88,12 @@ C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_s
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\obj\Debug\RdlCompile.compiled
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\obj\Debug\GIM_site.dll
|
||||
C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\obj\Debug\GIM_site.pdb
|
||||
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Reports\EN\logo.png
|
||||
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Reports\IT\MacchineReparti.rdlc
|
||||
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Reports\IT\ReportInterventi.rdlc
|
||||
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Reports\IT\Report_MTBF_MTTR.rdlc
|
||||
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Reports\IT\RichiestaIntervento.rdlc
|
||||
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Reports\EN\MacchineReparti.rdlc
|
||||
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Reports\EN\Report_MTBF_MTTR.rdlc
|
||||
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Reports\EN\ReportInterventi.rdlc
|
||||
C:\Users\samuele\Documents\VisualStudioProjects\WebGIM\WebGIM\GIM_site\bin\Reports\EN\RichiestaIntervento.rdlc
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user