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,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>
|
||||
|
||||
Reference in New Issue
Block a user