Fix anche indirizzo report server

git-svn-id: https://keyhammer.ath.cx/svn/XPS/trunk@94 43c8e981-f90d-406c-a89a-24a2c4268d51
This commit is contained in:
samuele
2008-11-26 16:40:09 +00:00
parent 7a5010c6bb
commit fde2891c19
9 changed files with 10 additions and 10 deletions
Binary file not shown.
@@ -36,8 +36,8 @@
<!-- Setup link a reporting -->
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&amp;rs:Command=Render&amp;rc:Parameters=false&amp;rc:Toolbar=false&amp;IdxObj={3}{4}"/>
<!-- NB: "/" == "%2f" -->
<add key="reportingServerAddress" value="localhost"/>
<add key="reportDir" value="ReportEqua"/>
<add key="reportingServerAddress" value="192.168.0.2"/>
<add key="reportDir" value="Equa"/>
<add key="reportName_mod" value="ReportSchedaIdentificazione"/>
<add key="reportName_lbl" value="LabelEqua"/>
<add key="reportOpzPdf" value="&amp;rs:Format=PDF"/>
@@ -1,3 +1,3 @@
<%@ control language="C#" autoeventwireup="true" inherits="mod_menuBottom, XPS" %>
<asp:Label runat="server" ID="lblApp" Text="."></asp:Label><asp:Label ID="lblrev" runat="server">88 - </asp:Label>
<asp:Label runat="server" ID="lblApp" Text="."></asp:Label><asp:Label ID="lblrev" runat="server">93 - </asp:Label>
<asp:Label runat="server" ID="lblCopyRight" Text="..."></asp:Label>
+2 -2
View File
@@ -105,8 +105,8 @@
<add key="UtenteCdcConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_Anagrafica;Persist Security Info=True;User id=equa;Password=steamware" />
<add key="VocabolarioConnectionString" value="Data Source=localhost;Initial Catalog=SteamWare_Vocabolario;Persist Security Info=True;User id=equa;Password=steamware" />
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&amp;rs:Command=Render&amp;rc:Parameters=false&amp;rc:Toolbar=false&amp;IdxObj={3}{4}" />
<add key="reportingServerAddress" value="localhost" />
<add key="reportDir" value="ReportEqua" />
<add key="reportingServerAddress" value="192.168.0.2" />
<add key="reportDir" value="Equa" />
<add key="reportName_mod" value="ReportSchedaIdentificazione" />
<add key="reportName_lbl" value="LabelEqua" />
<add key="reportOpzPdf" value="&amp;rs:Format=PDF" />
@@ -36,8 +36,8 @@
<!-- Setup link a reporting -->
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&amp;rs:Command=Render&amp;rc:Parameters=false&amp;rc:Toolbar=false&amp;IdxObj={3}{4}"/>
<!-- NB: "/" == "%2f" -->
<add key="reportingServerAddress" value="localhost"/>
<add key="reportDir" value="ReportEqua"/>
<add key="reportingServerAddress" value="192.168.0.2"/>
<add key="reportDir" value="Equa"/>
<add key="reportName_mod" value="ReportSchedaIdentificazione"/>
<add key="reportName_lbl" value="LabelEqua"/>
<add key="reportOpzPdf" value="&amp;rs:Format=PDF"/>
@@ -1,4 +1,4 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="mod_menuBottom.ascx.cs"
Inherits="mod_menuBottom" %>
<asp:Label runat="server" ID="lblApp" Text="."></asp:Label><asp:Label ID="lblrev" runat="server">88 - </asp:Label>
<asp:Label runat="server" ID="lblApp" Text="."></asp:Label><asp:Label ID="lblrev" runat="server">93 - </asp:Label>
<asp:Label runat="server" ID="lblCopyRight" Text="..."></asp:Label>