update conf x reports (path locale sotto bin, cont x usare tale percorso base...) - eliminati rdl inutili...
This commit is contained in:
@@ -128,7 +128,7 @@ public class reportExporter
|
||||
switch (tipoReport)
|
||||
{
|
||||
case reportRichiesto.ElencoMacchine:
|
||||
report.ReportPath = string.Format(@".\Reports\{0}\MacchineReparti.rdlc", user_std.UtSn.lingua);
|
||||
report.ReportPath = string.Format(@".\{0}\{1}\MacchineReparti.rdlc", memLayer.ML.CRS("ReportBasePath"), user_std.UtSn.lingua);
|
||||
report.DataSources.Add(new ReportDataSource("WebGim", caricaDati(tipoReport)));
|
||||
deviceInfo = new devInfoParam("PDF", "21cm", "29.7cm", "0.2cm", "0.2cm", "0.2cm", "0.2cm");
|
||||
break;
|
||||
@@ -151,7 +151,7 @@ public class reportExporter
|
||||
switch (tipoReport)
|
||||
{
|
||||
case reportRichiesto.RichiestaIntervento:
|
||||
report.ReportPath = string.Format(@".\Reports\{0}\RichiestaIntervento.rdlc", user_std.UtSn.lingua);
|
||||
report.ReportPath = string.Format(@".\{0}\{1}\RichiestaIntervento.rdlc", memLayer.ML.CRS("ReportBasePath"), user_std.UtSn.lingua);
|
||||
report.DataSources.Add(new ReportDataSource("WebGim", caricaDati(tipoReport, parametro))); // OCCHIO!!! va messa sorgente dati CORRETTA
|
||||
deviceInfo = new devInfoParam("PDF", "29.7cm", "21cm", "0.2cm", "0.2cm", "0.2cm", "0.2cm");
|
||||
break;
|
||||
@@ -176,12 +176,12 @@ public class reportExporter
|
||||
switch (tipoReport)
|
||||
{
|
||||
case reportRichiesto.ElencoInterventi:
|
||||
report.ReportPath = string.Format(@".\Reports\{0}\ReportInterventi.rdlc", user_std.UtSn.lingua);
|
||||
report.ReportPath = string.Format(@".\{0}\{1}\ReportInterventi.rdlc", memLayer.ML.CRS("ReportBasePath"), user_std.UtSn.lingua);
|
||||
report.DataSources.Add(new ReportDataSource("WebGim", caricaDati(tipoReport, periodoAnalizzato, username, soloMacchinaFerma, includiMtzPrev)));
|
||||
deviceInfo = new devInfoParam("PDF", "29.7cm", "21cm", "0.2cm", "0.2cm", "0.2cm", "0.2cm");
|
||||
break;
|
||||
case reportRichiesto.MTBF_MTTR:
|
||||
report.ReportPath = string.Format(@".\Reports\{0}\Report_MTBF_MTTR.rdlc", user_std.UtSn.lingua);
|
||||
report.ReportPath = string.Format(@".\{0}\{1}\Report_MTBF_MTTR.rdlc", memLayer.ML.CRS("ReportBasePath"), user_std.UtSn.lingua);
|
||||
report.DataSources.Add(new ReportDataSource("WebGim", caricaDati(tipoReport, periodoAnalizzato, username, soloMacchinaFerma, includiMtzPrev)));
|
||||
deviceInfo = new devInfoParam("PDF", "29.7cm", "21cm", "0.2cm", "0.2cm", "0.2cm", "0.2cm");
|
||||
// calcolo le ore totali equivalenti...
|
||||
|
||||
@@ -149,12 +149,12 @@ public class reportPrinter
|
||||
switch (tipoReport)
|
||||
{
|
||||
case reportRichiesto.ElencoMacchine:
|
||||
report.ReportPath = @".\Reports\MacchineReparti.rdlc";
|
||||
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;
|
||||
case reportRichiesto.RichiestaIntervento:
|
||||
report.ReportPath = @".\Reports\RichiestaIntervento.rdlc";
|
||||
report.ReportPath = string.Format(@".\{0}\RichiestaIntervento.rdlc", memLayer.ML.CRS("ReportBasePath"));
|
||||
report.DataSources.Add(new ReportDataSource("WebGim", caricaDati(tipoReport, parametro)));
|
||||
deviceInfo = new devInfoParam("EMF", "29.7cm", "21cm", "0.2cm", "0.2cm", "0.2cm", "0.2cm");
|
||||
break;
|
||||
@@ -176,12 +176,12 @@ public class reportPrinter
|
||||
switch (tipoReport)
|
||||
{
|
||||
case reportRichiesto.ElencoInterventi:
|
||||
report.ReportPath = @".\Reports\ReportInterventi.rdlc";
|
||||
report.ReportPath = string.Format(@".\{0}\ReportInterventi.rdlc", memLayer.ML.CRS("ReportBasePath"));
|
||||
report.DataSources.Add(new ReportDataSource("WebGim", caricaDati(tipoReport, periodoAnalizzato, username)));
|
||||
deviceInfo = new devInfoParam("EMF", "29.7cm", "21cm", "0.2cm", "0.2cm", "0.2cm", "0.2cm");
|
||||
break;
|
||||
case reportRichiesto.MTBF_MTTR:
|
||||
report.ReportPath = @".\Reports\Report_MTBF_MTTR.rdlc";
|
||||
report.ReportPath = string.Format(@".\{0}\Report_MTBF_MTTR.rdlc", memLayer.ML.CRS("ReportBasePath"));
|
||||
report.DataSources.Add(new ReportDataSource("WebGim", caricaDati(tipoReport, periodoAnalizzato, username)));
|
||||
deviceInfo = new devInfoParam("EMF", "29.7cm", "21cm", "0.2cm", "0.2cm", "0.2cm", "0.2cm");
|
||||
// calcolo le ore totali equivalenti...
|
||||
|
||||
+69
-59
@@ -757,7 +757,9 @@
|
||||
<Content Include="Properties\PublishProfiles\Ufficio-ITA %28IIS02%29.pubxml.user" />
|
||||
<Content Include="Properties\PublishProfiles\WinLab.pubxml.user" />
|
||||
<Content Include="RegConsumoRic.aspx" />
|
||||
<Content Include="Reports\EN\logo.png" />
|
||||
<None Include="Reports\EN\logo.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<Content Include="Reports\logo.png" />
|
||||
<Content Include="Reports\ZZ_ALUM\logo.png" />
|
||||
<Content Include="Reports\ZZ_SOMA\logo.png" />
|
||||
@@ -1771,18 +1773,22 @@
|
||||
<Content Include="WebUserControls\mod_vocabolario.ascx" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Reports\IT\MacchineReparti.rdlc">
|
||||
<None Include="Reports\IT\MacchineReparti.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Reports\IT\ReportInterventi.rdlc">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="Reports\IT\ReportInterventi.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Reports\IT\Report_MTBF_MTTR.rdlc">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="Reports\IT\Report_MTBF_MTTR.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Reports\IT\RichiestaIntervento.rdlc">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="Reports\IT\RichiestaIntervento.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="images\Thumbs.db" />
|
||||
@@ -1819,102 +1825,106 @@
|
||||
<Folder Include="help\IT\teximg\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Reports\EN\MacchineReparti.rdlc">
|
||||
<None Include="Reports\EN\MacchineReparti.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Reports\EN\Report_MTBF_MTTR.rdlc">
|
||||
<None Include="Reports\EN\Report_MTBF_MTTR.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Reports\EN\ReportInterventi.rdlc">
|
||||
<None Include="Reports\EN\ReportInterventi.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Reports\EN\RichiestaIntervento.rdlc">
|
||||
<None Include="Reports\EN\RichiestaIntervento.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Reports\ZZ_SOMA\IT\MacchineReparti.rdlc">
|
||||
<None Include="Reports\ZZ_SOMA\IT\MacchineReparti.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Reports\ZZ_SOMA\IT\Report_MTBF_MTTR.rdlc">
|
||||
<None Include="Reports\ZZ_SOMA\IT\Report_MTBF_MTTR.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Reports\ZZ_SOMA\IT\ReportInterventi.rdlc">
|
||||
<None Include="Reports\ZZ_SOMA\IT\ReportInterventi.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Reports\ZZ_SOMA\IT\RichiestaIntervento.rdlc">
|
||||
<None Include="Reports\ZZ_SOMA\IT\RichiestaIntervento.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Reports\ZZ_SOMA\EN\RichiestaIntervento.rdlc">
|
||||
<None Include="Reports\ZZ_SOMA\EN\RichiestaIntervento.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Reports\ZZ_SOMA\EN\MacchineReparti.rdlc">
|
||||
<None Include="Reports\ZZ_SOMA\EN\MacchineReparti.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Reports\ZZ_SOMA\EN\Report_MTBF_MTTR.rdlc">
|
||||
<None Include="Reports\ZZ_SOMA\EN\Report_MTBF_MTTR.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Reports\ZZ_SOMA\EN\ReportInterventi.rdlc">
|
||||
<None Include="Reports\ZZ_SOMA\EN\ReportInterventi.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Reports\ZZ_ALUM\EN\MacchineReparti.rdlc">
|
||||
<None Include="Reports\ZZ_ALUM\EN\MacchineReparti.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Reports\ZZ_ALUM\EN\Report_MTBF_MTTR.rdlc">
|
||||
</None>
|
||||
<None Include="Reports\ZZ_ALUM\EN\Report_MTBF_MTTR.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Reports\ZZ_ALUM\EN\ReportInterventi.rdlc">
|
||||
</None>
|
||||
<None Include="Reports\ZZ_ALUM\EN\ReportInterventi.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Reports\ZZ_ALUM\EN\RichiestaIntervento.rdlc">
|
||||
</None>
|
||||
<None Include="Reports\ZZ_ALUM\EN\RichiestaIntervento.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<EmbeddedResource Include="Reports\ZZ_ALUM\IT\MacchineReparti.rdlc" />
|
||||
<EmbeddedResource Include="Reports\ZZ_ALUM\IT\ReportInterventi.rdlc" />
|
||||
<EmbeddedResource Include="Reports\ZZ_ALUM\IT\Report_MTBF_MTTR.rdlc" />
|
||||
<EmbeddedResource Include="Reports\ZZ_ALUM\IT\RichiestaIntervento.rdlc" />
|
||||
<Content Include="Reports\ZZ_STEAM\EN\MacchineReparti.rdlc">
|
||||
</None>
|
||||
<None Include="Reports\ZZ_ALUM\IT\MacchineReparti.rdlc" />
|
||||
<None Include="Reports\ZZ_ALUM\IT\ReportInterventi.rdlc" />
|
||||
<None Include="Reports\ZZ_ALUM\IT\Report_MTBF_MTTR.rdlc" />
|
||||
<None Include="Reports\ZZ_ALUM\IT\RichiestaIntervento.rdlc" />
|
||||
<None Include="Reports\ZZ_STEAM\EN\MacchineReparti.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Reports\ZZ_STEAM\EN\Report_MTBF_MTTR.rdlc">
|
||||
</None>
|
||||
<None Include="Reports\ZZ_STEAM\EN\Report_MTBF_MTTR.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Reports\ZZ_STEAM\EN\ReportInterventi.rdlc">
|
||||
</None>
|
||||
<None Include="Reports\ZZ_STEAM\EN\ReportInterventi.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Reports\ZZ_STEAM\EN\RichiestaIntervento.rdlc">
|
||||
</None>
|
||||
<None Include="Reports\ZZ_STEAM\EN\RichiestaIntervento.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<EmbeddedResource Include="Reports\ZZ_STEAM\IT\MacchineReparti.rdlc" />
|
||||
<EmbeddedResource Include="Reports\ZZ_STEAM\IT\ReportInterventi.rdlc">
|
||||
</None>
|
||||
<None Include="Reports\ZZ_STEAM\IT\MacchineReparti.rdlc" />
|
||||
<None Include="Reports\ZZ_STEAM\IT\ReportInterventi.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Reports\ZZ_STEAM\IT\Report_MTBF_MTTR.rdlc">
|
||||
</None>
|
||||
<None Include="Reports\ZZ_STEAM\IT\Report_MTBF_MTTR.rdlc">
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Reports\ZZ_STEAM\IT\RichiestaIntervento.rdlc" />
|
||||
</None>
|
||||
<None Include="Reports\ZZ_STEAM\IT\RichiestaIntervento.rdlc" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
||||
|
||||
@@ -1,981 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
|
||||
<DataSources>
|
||||
<DataSource Name="WebGim">
|
||||
<rd:DataSourceID>a89e8338-493e-433b-b479-316efbad0009</rd:DataSourceID>
|
||||
<DataSourceReference>WebGim</DataSourceReference>
|
||||
</DataSource>
|
||||
</DataSources>
|
||||
<InteractiveHeight>11in</InteractiveHeight>
|
||||
<ReportParameters>
|
||||
<ReportParameter Name="OreTotali">
|
||||
<DataType>Float</DataType>
|
||||
<AllowBlank>true</AllowBlank>
|
||||
<Prompt>OreTotali</Prompt>
|
||||
</ReportParameter>
|
||||
<ReportParameter Name="nomeSoc">
|
||||
<DataType>String</DataType>
|
||||
<DefaultValue>
|
||||
<Values>
|
||||
<Value>Alumat SRL</Value>
|
||||
</Values>
|
||||
</DefaultValue>
|
||||
<AllowBlank>true</AllowBlank>
|
||||
<Hidden>true</Hidden>
|
||||
</ReportParameter>
|
||||
</ReportParameters>
|
||||
<rd:DrawGrid>true</rd:DrawGrid>
|
||||
<InteractiveWidth>8.5in</InteractiveWidth>
|
||||
<rd:GridSpacing>0.25cm</rd:GridSpacing>
|
||||
<rd:SnapToGrid>true</rd:SnapToGrid>
|
||||
<RightMargin>0.2cm</RightMargin>
|
||||
<LeftMargin>0.2cm</LeftMargin>
|
||||
<PageHeader>
|
||||
<PrintOnFirstPage>true</PrintOnFirstPage>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox29">
|
||||
<Width>20.25cm</Width>
|
||||
<Style>
|
||||
<FontStyle>Italic</FontStyle>
|
||||
<FontSize>8pt</FontSize>
|
||||
<TextAlign>Center</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>Report MTBF MTTR</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
<Height>0.4762cm</Height>
|
||||
<PrintOnLastPage>true</PrintOnLastPage>
|
||||
</PageHeader>
|
||||
<BottomMargin>0.2cm</BottomMargin>
|
||||
<rd:ReportID>0aad9ce8-d201-4dde-aa78-0d9db3569b39</rd:ReportID>
|
||||
<PageWidth>21cm</PageWidth>
|
||||
<DataSets>
|
||||
<DataSet Name="WebGim">
|
||||
<Fields>
|
||||
<Field Name="numInterventi">
|
||||
<DataField>numInterventi</DataField>
|
||||
<rd:TypeName>System.Int32</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="totOreMtz">
|
||||
<DataField>totOreMtz</DataField>
|
||||
<rd:TypeName>System.Double</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="totOreOfficina">
|
||||
<DataField>totOreOfficina</DataField>
|
||||
<rd:TypeName>System.Double</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="codImpianto">
|
||||
<DataField>codImpianto</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="codMacchina">
|
||||
<DataField>codMacchina</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="nomeImpianto">
|
||||
<DataField>nomeImpianto</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="nomeMacchina">
|
||||
<DataField>nomeMacchina</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
</Fields>
|
||||
<Query>
|
||||
<DataSourceName>WebGim</DataSourceName>
|
||||
<CommandText>select * from v_datiMTBFMTTR</CommandText>
|
||||
<rd:UseGenericDesigner>true</rd:UseGenericDesigner>
|
||||
</Query>
|
||||
</DataSet>
|
||||
</DataSets>
|
||||
<Code />
|
||||
<Width>20.5cm</Width>
|
||||
<Body>
|
||||
<ColumnSpacing>1cm</ColumnSpacing>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox37">
|
||||
<CanShrink>true</CanShrink>
|
||||
<Top>2.5cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>10</ZIndex>
|
||||
<Left>10.25cm</Left>
|
||||
<Height>0.5cm</Height>
|
||||
<Value>MTTR_off</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox36">
|
||||
<Top>3cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>9</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>10.25cm</Left>
|
||||
<Height>0.5cm</Height>
|
||||
<Value>riferito al tempo di fermata complessiva della macchina (impianto)</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox35">
|
||||
<Top>3cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>8</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>0.25cm</Left>
|
||||
<Height>0.5cm</Height>
|
||||
<Value>riferito al tempo di pura riparazione della macchina (impianto)
|
||||
</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox34">
|
||||
<Top>1.75cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>7</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>10.25cm</Left>
|
||||
<Height>0.75cm</Height>
|
||||
<Value>(Tempo medio di riparazione) Durata media di un intervento di riparazione alla macchina (impianto)
|
||||
</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox33">
|
||||
<Top>1.75cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>6</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>0.25cm</Left>
|
||||
<Height>0.75cm</Height>
|
||||
<Value>(Tempo medio di guasto) Ore che intercorrono mediamente tra due guasti alla macchina (impianto)
|
||||
</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox32">
|
||||
<Top>2.5cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>5</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>0.25cm</Left>
|
||||
<Height>0.5cm</Height>
|
||||
<Value>MTTR_man</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox31">
|
||||
<Top>1.25cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>4</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>10.25cm</Left>
|
||||
<Height>0.5cm</Height>
|
||||
<Value>MTTR (Mean Time To Repair)
|
||||
</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox30">
|
||||
<rd:DefaultName>textbox30</rd:DefaultName>
|
||||
<Top>1.25cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>3</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>0.25cm</Left>
|
||||
<Height>0.5cm</Height>
|
||||
<Value>MTBF (Mean Time Before Failure)</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox1">
|
||||
<rd:DefaultName>textbox1</rd:DefaultName>
|
||||
<Width>20.31746cm</Width>
|
||||
<Style>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>20pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<TextAlign>Center</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>2</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Height>0.91429cm</Height>
|
||||
<Value>Report MTBF MTTR</Value>
|
||||
</Textbox>
|
||||
<Table Name="table1">
|
||||
<ZIndex>1</ZIndex>
|
||||
<DataSetName>WebGim</DataSetName>
|
||||
<Top>4cm</Top>
|
||||
<TableGroups>
|
||||
<TableGroup>
|
||||
<Grouping Name="table1_nomeImpianto">
|
||||
<GroupExpressions>
|
||||
<GroupExpression>=Fields!nomeImpianto.Value</GroupExpression>
|
||||
</GroupExpressions>
|
||||
</Grouping>
|
||||
<Sorting>
|
||||
<SortBy>
|
||||
<SortExpression>=Fields!nomeImpianto.Value</SortExpression>
|
||||
<Direction>Ascending</Direction>
|
||||
</SortBy>
|
||||
</Sorting>
|
||||
<Header>
|
||||
<TableRows>
|
||||
<TableRow>
|
||||
<TableCells>
|
||||
<TableCell>
|
||||
<ColSpan>4</ColSpan>
|
||||
<ReportItems>
|
||||
<Textbox Name="nomeImpianto">
|
||||
<rd:DefaultName>nomeImpianto</rd:DefaultName>
|
||||
<Style>
|
||||
<Color>White</Color>
|
||||
<BackgroundColor>SteelBlue</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>26</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=(Fields!nomeImpianto.Value)&" "&(Fields!codImpianto.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox15">
|
||||
<rd:DefaultName>textbox15</rd:DefaultName>
|
||||
<Style>
|
||||
<Color>White</Color>
|
||||
<BackgroundColor>SteelBlue</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>25</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>Num. Int. </Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox11">
|
||||
<Style>
|
||||
<Color>White</Color>
|
||||
<BackgroundColor>SteelBlue</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>11pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<TextAlign>Right</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>24</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>MTBF</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox13">
|
||||
<Style>
|
||||
<Color>White</Color>
|
||||
<BackgroundColor>SteelBlue</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>11pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<TextAlign>Right</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>23</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>MTTR_man</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox14">
|
||||
<Style>
|
||||
<Color>White</Color>
|
||||
<BackgroundColor>SteelBlue</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>11pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<TextAlign>Right</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>22</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>MTTR_off</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
</TableCells>
|
||||
<Height>0.5cm</Height>
|
||||
</TableRow>
|
||||
</TableRows>
|
||||
</Header>
|
||||
<Footer>
|
||||
<TableRows>
|
||||
<TableRow>
|
||||
<TableCells>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox21">
|
||||
<rd:DefaultName>textbox21</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>13</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox22">
|
||||
<rd:DefaultName>textbox22</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>12</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox23">
|
||||
<rd:DefaultName>textbox23</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>11</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox24">
|
||||
<rd:DefaultName>textbox24</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>10</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>Tot :</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox25">
|
||||
<rd:DefaultName>textbox25</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>9</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=Sum(Fields!numInterventi.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox26">
|
||||
<rd:DefaultName>textbox26</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<FontWeight>700</FontWeight>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>8</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=(Parameters!OreTotali.Value)/Sum(Fields!numInterventi.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox27">
|
||||
<rd:DefaultName>textbox27</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<FontWeight>700</FontWeight>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>7</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=sum(Fields!totOreMtz.Value)/sum(Fields!numInterventi.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox28">
|
||||
<rd:DefaultName>textbox28</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<FontWeight>700</FontWeight>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>6</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=sum(Fields!totOreOfficina.Value)/sum(Fields!numInterventi.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
</TableCells>
|
||||
<Height>0.63492cm</Height>
|
||||
</TableRow>
|
||||
<TableRow>
|
||||
<TableCells>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox2">
|
||||
<rd:DefaultName>textbox2</rd:DefaultName>
|
||||
<Style>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>21</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox4">
|
||||
<rd:DefaultName>textbox4</rd:DefaultName>
|
||||
<Style>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>20</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox6">
|
||||
<rd:DefaultName>textbox6</rd:DefaultName>
|
||||
<Style>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>19</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox7">
|
||||
<rd:DefaultName>textbox7</rd:DefaultName>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>18</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox8">
|
||||
<rd:DefaultName>textbox8</rd:DefaultName>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>17</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox9">
|
||||
<rd:DefaultName>textbox9</rd:DefaultName>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>16</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox10">
|
||||
<rd:DefaultName>textbox10</rd:DefaultName>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>15</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox12">
|
||||
<rd:DefaultName>textbox12</rd:DefaultName>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>14</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
</TableCells>
|
||||
<Height>0.63492cm</Height>
|
||||
</TableRow>
|
||||
</TableRows>
|
||||
</Footer>
|
||||
</TableGroup>
|
||||
</TableGroups>
|
||||
<Width>20.05716cm</Width>
|
||||
<Details>
|
||||
<TableRows>
|
||||
<TableRow>
|
||||
<TableCells>
|
||||
<TableCell>
|
||||
<ColSpan>3</ColSpan>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox5">
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>5</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=(Fields!nomeMacchina.Value)&" "&(Fields!codMacchina.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox16">
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>4</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox17">
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<TextAlign>Right</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>3</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=Fields!numInterventi.Value</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox18">
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>2</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=(Parameters!OreTotali.Value)/Fields!numInterventi.Value</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox19">
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>1</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=(Fields!totOreMtz.Value)/(Fields!numInterventi.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox20">
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=(Fields!totOreOfficina.Value)/(Fields!numInterventi.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
</TableCells>
|
||||
<Height>0.55588cm</Height>
|
||||
</TableRow>
|
||||
</TableRows>
|
||||
</Details>
|
||||
<TableColumns>
|
||||
<TableColumn>
|
||||
<Width>2.75737cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>2.75737cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>2.75737cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>1.25cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>2.25cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>2.75737cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>2.75737cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>2.77031cm</Width>
|
||||
</TableColumn>
|
||||
</TableColumns>
|
||||
<Height>2.32572cm</Height>
|
||||
</Table>
|
||||
<Rectangle Name="rectangle1">
|
||||
<Left>0.25cm</Left>
|
||||
<Top>1.25cm</Top>
|
||||
<Width>19.7619cm</Width>
|
||||
<Style>
|
||||
<BorderStyle>
|
||||
<Default>Solid</Default>
|
||||
</BorderStyle>
|
||||
</Style>
|
||||
<Height>2.5cm</Height>
|
||||
</Rectangle>
|
||||
</ReportItems>
|
||||
<Height>6.82572cm</Height>
|
||||
</Body>
|
||||
<Language>en-US</Language>
|
||||
<PageFooter>
|
||||
<PrintOnFirstPage>true</PrintOnFirstPage>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox3">
|
||||
<Top>0.1369cm</Top>
|
||||
<Width>10.54762cm</Width>
|
||||
<Style>
|
||||
<FontStyle>Italic</FontStyle>
|
||||
<FontSize>8pt</FontSize>
|
||||
<TextAlign>Center</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>3</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>5.03373cm</Left>
|
||||
<Height>0.4762cm</Height>
|
||||
<Value>=Parameters!nomeSoc.Value & " - SteamWare © 2006-" & Format(Globals.ExecutionTime, "yyyy")</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox61">
|
||||
<Top>0.1369cm</Top>
|
||||
<Width>1.75cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<TextAlign>Right</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>2</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>16.03373cm</Left>
|
||||
<Height>0.4762cm</Height>
|
||||
<Value>Pagina</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox63">
|
||||
<Top>0.1369cm</Top>
|
||||
<Width>2.5cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<TextAlign>Center</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>1</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>17.53373cm</Left>
|
||||
<Height>0.4762cm</Height>
|
||||
<Value>=Globals.PageNumber & " di " & Globals.TotalPages</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox60">
|
||||
<Top>0.1369cm</Top>
|
||||
<Width>4.5cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<TextAlign>Center</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>0.28373cm</Left>
|
||||
<Height>0.4762cm</Height>
|
||||
<Value>= " data " & Format(Globals.ExecutionTime, "yyyy-MM-dd, HH:mm")</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
<Height>0.75cm</Height>
|
||||
<PrintOnLastPage>true</PrintOnLastPage>
|
||||
</PageFooter>
|
||||
<TopMargin>0.2cm</TopMargin>
|
||||
<PageHeight>29.7cm</PageHeight>
|
||||
</Report>
|
||||
@@ -1,981 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
|
||||
<DataSources>
|
||||
<DataSource Name="WebGim">
|
||||
<rd:DataSourceID>a89e8338-493e-433b-b479-316efbad0009</rd:DataSourceID>
|
||||
<DataSourceReference>WebGim</DataSourceReference>
|
||||
</DataSource>
|
||||
</DataSources>
|
||||
<InteractiveHeight>11in</InteractiveHeight>
|
||||
<ReportParameters>
|
||||
<ReportParameter Name="OreTotali">
|
||||
<DataType>Float</DataType>
|
||||
<AllowBlank>true</AllowBlank>
|
||||
<Prompt>OreTotali</Prompt>
|
||||
</ReportParameter>
|
||||
<ReportParameter Name="nomeSoc">
|
||||
<DataType>String</DataType>
|
||||
<DefaultValue>
|
||||
<Values>
|
||||
<Value>Alumat SRL</Value>
|
||||
</Values>
|
||||
</DefaultValue>
|
||||
<AllowBlank>true</AllowBlank>
|
||||
<Hidden>true</Hidden>
|
||||
</ReportParameter>
|
||||
</ReportParameters>
|
||||
<rd:DrawGrid>true</rd:DrawGrid>
|
||||
<InteractiveWidth>8.5in</InteractiveWidth>
|
||||
<rd:GridSpacing>0.25cm</rd:GridSpacing>
|
||||
<rd:SnapToGrid>true</rd:SnapToGrid>
|
||||
<RightMargin>0.2cm</RightMargin>
|
||||
<LeftMargin>0.2cm</LeftMargin>
|
||||
<PageHeader>
|
||||
<PrintOnFirstPage>true</PrintOnFirstPage>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox29">
|
||||
<Width>20.25cm</Width>
|
||||
<Style>
|
||||
<FontStyle>Italic</FontStyle>
|
||||
<FontSize>8pt</FontSize>
|
||||
<TextAlign>Center</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>Report MTBF MTTR</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
<Height>0.4762cm</Height>
|
||||
<PrintOnLastPage>true</PrintOnLastPage>
|
||||
</PageHeader>
|
||||
<BottomMargin>0.2cm</BottomMargin>
|
||||
<rd:ReportID>0aad9ce8-d201-4dde-aa78-0d9db3569b39</rd:ReportID>
|
||||
<PageWidth>21cm</PageWidth>
|
||||
<DataSets>
|
||||
<DataSet Name="WebGim">
|
||||
<Fields>
|
||||
<Field Name="numInterventi">
|
||||
<DataField>numInterventi</DataField>
|
||||
<rd:TypeName>System.Int32</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="totOreMtz">
|
||||
<DataField>totOreMtz</DataField>
|
||||
<rd:TypeName>System.Double</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="totOreOfficina">
|
||||
<DataField>totOreOfficina</DataField>
|
||||
<rd:TypeName>System.Double</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="codImpianto">
|
||||
<DataField>codImpianto</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="codMacchina">
|
||||
<DataField>codMacchina</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="nomeImpianto">
|
||||
<DataField>nomeImpianto</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="nomeMacchina">
|
||||
<DataField>nomeMacchina</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
</Fields>
|
||||
<Query>
|
||||
<DataSourceName>WebGim</DataSourceName>
|
||||
<CommandText>select * from v_datiMTBFMTTR</CommandText>
|
||||
<rd:UseGenericDesigner>true</rd:UseGenericDesigner>
|
||||
</Query>
|
||||
</DataSet>
|
||||
</DataSets>
|
||||
<Code />
|
||||
<Width>20.5cm</Width>
|
||||
<Body>
|
||||
<ColumnSpacing>1cm</ColumnSpacing>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox37">
|
||||
<CanShrink>true</CanShrink>
|
||||
<Top>2.5cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>10</ZIndex>
|
||||
<Left>10.25cm</Left>
|
||||
<Height>0.5cm</Height>
|
||||
<Value>MTTR_off</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox36">
|
||||
<Top>3cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>9</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>10.25cm</Left>
|
||||
<Height>0.5cm</Height>
|
||||
<Value>riferito al tempo di fermata complessiva della macchina (impianto)</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox35">
|
||||
<Top>3cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>8</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>0.25cm</Left>
|
||||
<Height>0.5cm</Height>
|
||||
<Value>riferito al tempo di pura riparazione della macchina (impianto)
|
||||
</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox34">
|
||||
<Top>1.75cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>7</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>10.25cm</Left>
|
||||
<Height>0.75cm</Height>
|
||||
<Value>(Tempo medio di riparazione) Durata media di un intervento di riparazione alla macchina (impianto)
|
||||
</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox33">
|
||||
<Top>1.75cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>6</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>0.25cm</Left>
|
||||
<Height>0.75cm</Height>
|
||||
<Value>(Tempo medio di guasto) Ore che intercorrono mediamente tra due guasti alla macchina (impianto)
|
||||
</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox32">
|
||||
<Top>2.5cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>5</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>0.25cm</Left>
|
||||
<Height>0.5cm</Height>
|
||||
<Value>MTTR_man</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox31">
|
||||
<Top>1.25cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>4</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>10.25cm</Left>
|
||||
<Height>0.5cm</Height>
|
||||
<Value>MTTR (Mean Time To Repair)
|
||||
</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox30">
|
||||
<rd:DefaultName>textbox30</rd:DefaultName>
|
||||
<Top>1.25cm</Top>
|
||||
<Width>9.75cm</Width>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>3</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>0.25cm</Left>
|
||||
<Height>0.5cm</Height>
|
||||
<Value>MTBF (Mean Time Before Failure)</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox1">
|
||||
<rd:DefaultName>textbox1</rd:DefaultName>
|
||||
<Width>20.31746cm</Width>
|
||||
<Style>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>20pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<TextAlign>Center</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>2</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Height>0.91429cm</Height>
|
||||
<Value>Report MTBF MTTR</Value>
|
||||
</Textbox>
|
||||
<Table Name="table1">
|
||||
<ZIndex>1</ZIndex>
|
||||
<DataSetName>WebGim</DataSetName>
|
||||
<Top>4cm</Top>
|
||||
<TableGroups>
|
||||
<TableGroup>
|
||||
<Grouping Name="table1_nomeImpianto">
|
||||
<GroupExpressions>
|
||||
<GroupExpression>=Fields!nomeImpianto.Value</GroupExpression>
|
||||
</GroupExpressions>
|
||||
</Grouping>
|
||||
<Sorting>
|
||||
<SortBy>
|
||||
<SortExpression>=Fields!nomeImpianto.Value</SortExpression>
|
||||
<Direction>Ascending</Direction>
|
||||
</SortBy>
|
||||
</Sorting>
|
||||
<Header>
|
||||
<TableRows>
|
||||
<TableRow>
|
||||
<TableCells>
|
||||
<TableCell>
|
||||
<ColSpan>4</ColSpan>
|
||||
<ReportItems>
|
||||
<Textbox Name="nomeImpianto">
|
||||
<rd:DefaultName>nomeImpianto</rd:DefaultName>
|
||||
<Style>
|
||||
<Color>White</Color>
|
||||
<BackgroundColor>SteelBlue</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>26</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=(Fields!nomeImpianto.Value)&" "&(Fields!codImpianto.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox15">
|
||||
<rd:DefaultName>textbox15</rd:DefaultName>
|
||||
<Style>
|
||||
<Color>White</Color>
|
||||
<BackgroundColor>SteelBlue</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>25</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>Num. Int. </Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox11">
|
||||
<Style>
|
||||
<Color>White</Color>
|
||||
<BackgroundColor>SteelBlue</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>11pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<TextAlign>Right</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>24</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>MTBF</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox13">
|
||||
<Style>
|
||||
<Color>White</Color>
|
||||
<BackgroundColor>SteelBlue</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>11pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<TextAlign>Right</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>23</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>MTTR_man</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox14">
|
||||
<Style>
|
||||
<Color>White</Color>
|
||||
<BackgroundColor>SteelBlue</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>11pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<TextAlign>Right</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>22</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>MTTR_off</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
</TableCells>
|
||||
<Height>0.5cm</Height>
|
||||
</TableRow>
|
||||
</TableRows>
|
||||
</Header>
|
||||
<Footer>
|
||||
<TableRows>
|
||||
<TableRow>
|
||||
<TableCells>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox21">
|
||||
<rd:DefaultName>textbox21</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>13</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox22">
|
||||
<rd:DefaultName>textbox22</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>12</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox23">
|
||||
<rd:DefaultName>textbox23</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>11</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox24">
|
||||
<rd:DefaultName>textbox24</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>10</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>Tot :</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox25">
|
||||
<rd:DefaultName>textbox25</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>9</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=Sum(Fields!numInterventi.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox26">
|
||||
<rd:DefaultName>textbox26</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<FontWeight>700</FontWeight>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>8</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=(Parameters!OreTotali.Value)/Sum(Fields!numInterventi.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox27">
|
||||
<rd:DefaultName>textbox27</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<FontWeight>700</FontWeight>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>7</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=sum(Fields!totOreMtz.Value)/sum(Fields!numInterventi.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox28">
|
||||
<rd:DefaultName>textbox28</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Top>Solid</Top>
|
||||
</BorderStyle>
|
||||
<FontWeight>700</FontWeight>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>6</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=sum(Fields!totOreOfficina.Value)/sum(Fields!numInterventi.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
</TableCells>
|
||||
<Height>0.63492cm</Height>
|
||||
</TableRow>
|
||||
<TableRow>
|
||||
<TableCells>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox2">
|
||||
<rd:DefaultName>textbox2</rd:DefaultName>
|
||||
<Style>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>21</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox4">
|
||||
<rd:DefaultName>textbox4</rd:DefaultName>
|
||||
<Style>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>20</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox6">
|
||||
<rd:DefaultName>textbox6</rd:DefaultName>
|
||||
<Style>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>19</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox7">
|
||||
<rd:DefaultName>textbox7</rd:DefaultName>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>18</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox8">
|
||||
<rd:DefaultName>textbox8</rd:DefaultName>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>17</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox9">
|
||||
<rd:DefaultName>textbox9</rd:DefaultName>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>16</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox10">
|
||||
<rd:DefaultName>textbox10</rd:DefaultName>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>15</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox12">
|
||||
<rd:DefaultName>textbox12</rd:DefaultName>
|
||||
<Style>
|
||||
<FontWeight>700</FontWeight>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>14</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
</TableCells>
|
||||
<Height>0.63492cm</Height>
|
||||
</TableRow>
|
||||
</TableRows>
|
||||
</Footer>
|
||||
</TableGroup>
|
||||
</TableGroups>
|
||||
<Width>20.05716cm</Width>
|
||||
<Details>
|
||||
<TableRows>
|
||||
<TableRow>
|
||||
<TableCells>
|
||||
<TableCell>
|
||||
<ColSpan>3</ColSpan>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox5">
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>5</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=(Fields!nomeMacchina.Value)&" "&(Fields!codMacchina.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox16">
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>4</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value />
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox17">
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<TextAlign>Right</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>3</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=Fields!numInterventi.Value</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox18">
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>2</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=(Parameters!OreTotali.Value)/Fields!numInterventi.Value</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox19">
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>1</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=(Fields!totOreMtz.Value)/(Fields!numInterventi.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox20">
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<Format>#.00 h</Format>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=(Fields!totOreOfficina.Value)/(Fields!numInterventi.Value)</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
</TableCells>
|
||||
<Height>0.55588cm</Height>
|
||||
</TableRow>
|
||||
</TableRows>
|
||||
</Details>
|
||||
<TableColumns>
|
||||
<TableColumn>
|
||||
<Width>2.75737cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>2.75737cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>2.75737cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>1.25cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>2.25cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>2.75737cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>2.75737cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>2.77031cm</Width>
|
||||
</TableColumn>
|
||||
</TableColumns>
|
||||
<Height>2.32572cm</Height>
|
||||
</Table>
|
||||
<Rectangle Name="rectangle1">
|
||||
<Left>0.25cm</Left>
|
||||
<Top>1.25cm</Top>
|
||||
<Width>19.7619cm</Width>
|
||||
<Style>
|
||||
<BorderStyle>
|
||||
<Default>Solid</Default>
|
||||
</BorderStyle>
|
||||
</Style>
|
||||
<Height>2.5cm</Height>
|
||||
</Rectangle>
|
||||
</ReportItems>
|
||||
<Height>6.82572cm</Height>
|
||||
</Body>
|
||||
<Language>en-US</Language>
|
||||
<PageFooter>
|
||||
<PrintOnFirstPage>true</PrintOnFirstPage>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox3">
|
||||
<Top>0.1369cm</Top>
|
||||
<Width>10.54762cm</Width>
|
||||
<Style>
|
||||
<FontStyle>Italic</FontStyle>
|
||||
<FontSize>8pt</FontSize>
|
||||
<TextAlign>Center</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>3</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>5.03373cm</Left>
|
||||
<Height>0.4762cm</Height>
|
||||
<Value>=Parameters!nomeSoc.Value & " - SteamWare © 2006-" & Format(Globals.ExecutionTime, "yyyy")</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox61">
|
||||
<Top>0.1369cm</Top>
|
||||
<Width>1.75cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<TextAlign>Right</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>2</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>16.03373cm</Left>
|
||||
<Height>0.4762cm</Height>
|
||||
<Value>Pagina</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox63">
|
||||
<Top>0.1369cm</Top>
|
||||
<Width>2.5cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<TextAlign>Center</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>1</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>17.53373cm</Left>
|
||||
<Height>0.4762cm</Height>
|
||||
<Value>=Globals.PageNumber & " di " & Globals.TotalPages</Value>
|
||||
</Textbox>
|
||||
<Textbox Name="textbox60">
|
||||
<Top>0.1369cm</Top>
|
||||
<Width>4.5cm</Width>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<TextAlign>Center</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Left>0.28373cm</Left>
|
||||
<Height>0.4762cm</Height>
|
||||
<Value>= " data " & Format(Globals.ExecutionTime, "yyyy-MM-dd, HH:mm")</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
<Height>0.75cm</Height>
|
||||
<PrintOnLastPage>true</PrintOnLastPage>
|
||||
</PageFooter>
|
||||
<TopMargin>0.2cm</TopMargin>
|
||||
<PageHeight>29.7cm</PageHeight>
|
||||
</Report>
|
||||
@@ -130,6 +130,8 @@
|
||||
<!--abilitazione mod-->
|
||||
<add key="showExcelExpRep" value="true" />
|
||||
<add key="remoteExcelMode" value="true" />
|
||||
<!--gestione reports!-->
|
||||
<add key="ReportBasePath" value=".\bin\Reports" />
|
||||
<!--stringhe connessione-->
|
||||
<add key="PermessiConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer" />
|
||||
<add key="UtenteCdcConnectionString" value="Data Source=SQL-STEAM\SQL2012;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer" />
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user