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:
@@ -36,7 +36,7 @@
|
||||
<!-- Setup link a reporting -->
|
||||
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&rs:Command=Render&rc:Parameters=false&rc:Toolbar=false&IdxObj={3}{4}"/>
|
||||
<!-- NB: "/" == "%2f" -->
|
||||
<add key="reportingServerAddress" value="localhost"/>
|
||||
<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"/>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Binary file not shown.
@@ -36,8 +36,8 @@
|
||||
<!-- Setup link a reporting -->
|
||||
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&rs:Command=Render&rc:Parameters=false&rc:Toolbar=false&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="&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>
|
||||
|
||||
@@ -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}&rs:Command=Render&rc:Parameters=false&rc:Toolbar=false&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="&rs:Format=PDF" />
|
||||
|
||||
@@ -36,8 +36,8 @@
|
||||
<!-- Setup link a reporting -->
|
||||
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&rs:Command=Render&rc:Parameters=false&rc:Toolbar=false&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="&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>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user