1186 lines
		
	
	
		
			50 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			1186 lines
		
	
	
		
			50 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
 | |
|   <AutoRefresh>0</AutoRefresh>
 | |
|   <DataSources>
 | |
|     <DataSource Name="DSConsumoBobinas">
 | |
|       <ConnectionProperties>
 | |
|         <DataProvider>System.Data.DataSet</DataProvider>
 | |
|         <ConnectString>/* Local Connection */</ConnectString>
 | |
|       </ConnectionProperties>
 | |
|       <rd:DataSourceID>c3588116-f33e-486f-8e77-9edbd5a767af</rd:DataSourceID>
 | |
|     </DataSource>
 | |
|   </DataSources>
 | |
|   <DataSets>
 | |
|     <DataSet Name="DSConsumoBobinasMeses">
 | |
|       <Query>
 | |
|         <DataSourceName>DSConsumoBobinas</DataSourceName>
 | |
|         <CommandText>/* Local Query */</CommandText>
 | |
|       </Query>
 | |
|       <Fields>
 | |
|         <Field Name="TipoBobina">
 | |
|           <DataField>TipoBobina</DataField>
 | |
|           <rd:TypeName>System.String</rd:TypeName>
 | |
|         </Field>
 | |
|         <Field Name="BobinasUtilizadasMesA">
 | |
|           <DataField>BobinasUtilizadasMesA</DataField>
 | |
|           <rd:TypeName>System.Int32</rd:TypeName>
 | |
|         </Field>
 | |
|         <Field Name="BobinasUtilizadasMesB">
 | |
|           <DataField>BobinasUtilizadasMesB</DataField>
 | |
|           <rd:TypeName>System.Int32</rd:TypeName>
 | |
|         </Field>
 | |
|         <Field Name="DiferenciaBobinasUtilizadas">
 | |
|           <DataField>DiferenciaBobinasUtilizadas</DataField>
 | |
|           <rd:TypeName>System.Int32</rd:TypeName>
 | |
|         </Field>
 | |
|         <Field Name="KilosUtilizadosMesA">
 | |
|           <DataField>KilosUtilizadosMesA</DataField>
 | |
|           <rd:TypeName>System.Int32</rd:TypeName>
 | |
|         </Field>
 | |
|         <Field Name="KilosUtilizadosMesB">
 | |
|           <DataField>KilosUtilizadosMesB</DataField>
 | |
|           <rd:TypeName>System.Int32</rd:TypeName>
 | |
|         </Field>
 | |
|         <Field Name="DiferenciaKilosUtilizados">
 | |
|           <DataField>DiferenciaKilosUtilizados</DataField>
 | |
|           <rd:TypeName>System.Int32</rd:TypeName>
 | |
|         </Field>
 | |
|       </Fields>
 | |
|       <rd:DataSetInfo>
 | |
|         <rd:DataSetName>DSConsumoBobinas</rd:DataSetName>
 | |
|         <rd:SchemaPath>C:\Users\dmolinari\source\repos\Cobol-VBNet\Reportes\DSConsumoBobinas.xsd</rd:SchemaPath>
 | |
|         <rd:TableName>SP_CompararConsumoBobinasMeses</rd:TableName>
 | |
|         <rd:TableAdapterFillMethod>Fill</rd:TableAdapterFillMethod>
 | |
|         <rd:TableAdapterGetDataMethod>GetData</rd:TableAdapterGetDataMethod>
 | |
|         <rd:TableAdapterName>SP_CompararConsumoBobinasMesesTableAdapter</rd:TableAdapterName>
 | |
|       </rd:DataSetInfo>
 | |
|     </DataSet>
 | |
|   </DataSets>
 | |
|   <ReportSections>
 | |
|     <ReportSection>
 | |
|       <Body>
 | |
|         <ReportItems>
 | |
|           <Tablix Name="Tablix1">
 | |
|             <TablixBody>
 | |
|               <TablixColumns>
 | |
|                 <TablixColumn>
 | |
|                   <Width>5.8cm</Width>
 | |
|                 </TablixColumn>
 | |
|                 <TablixColumn>
 | |
|                   <Width>2.3cm</Width>
 | |
|                 </TablixColumn>
 | |
|                 <TablixColumn>
 | |
|                   <Width>2.3cm</Width>
 | |
|                 </TablixColumn>
 | |
|                 <TablixColumn>
 | |
|                   <Width>2cm</Width>
 | |
|                 </TablixColumn>
 | |
|                 <TablixColumn>
 | |
|                   <Width>2.3cm</Width>
 | |
|                 </TablixColumn>
 | |
|                 <TablixColumn>
 | |
|                   <Width>2.3cm</Width>
 | |
|                 </TablixColumn>
 | |
|                 <TablixColumn>
 | |
|                   <Width>2cm</Width>
 | |
|                 </TablixColumn>
 | |
|               </TablixColumns>
 | |
|               <TablixRows>
 | |
|                 <TablixRow>
 | |
|                   <Height>0.6cm</Height>
 | |
|                   <TablixCells>
 | |
|                     <TablixCell>
 | |
|                       <CellContents>
 | |
|                         <Textbox Name="Textbox9">
 | |
|                           <CanGrow>true</CanGrow>
 | |
|                           <KeepTogether>true</KeepTogether>
 | |
|                           <Paragraphs>
 | |
|                             <Paragraph>
 | |
|                               <TextRuns>
 | |
|                                 <TextRun>
 | |
|                                   <Value>Tipo Bobina</Value>
 | |
|                                   <Style>
 | |
|                                     <FontFamily>Roboto</FontFamily>
 | |
|                                     <FontWeight>Bold</FontWeight>
 | |
|                                   </Style>
 | |
|                                 </TextRun>
 | |
|                               </TextRuns>
 | |
|                               <Style />
 | |
|                             </Paragraph>
 | |
|                           </Paragraphs>
 | |
|                           <rd:DefaultName>Textbox9</rd:DefaultName>
 | |
|                           <Style>
 | |
|                             <Border>
 | |
|                               <Color>LightGrey</Color>
 | |
|                               <Style>Solid</Style>
 | |
|                             </Border>
 | |
|                             <PaddingLeft>2pt</PaddingLeft>
 | |
|                             <PaddingRight>2pt</PaddingRight>
 | |
|                             <PaddingTop>2pt</PaddingTop>
 | |
|                             <PaddingBottom>2pt</PaddingBottom>
 | |
|                           </Style>
 | |
|                         </Textbox>
 | |
|                       </CellContents>
 | |
|                     </TablixCell>
 | |
|                     <TablixCell>
 | |
|                       <CellContents>
 | |
|                         <Textbox Name="Textbox23">
 | |
|                           <CanGrow>true</CanGrow>
 | |
|                           <KeepTogether>true</KeepTogether>
 | |
|                           <Paragraphs>
 | |
|                             <Paragraph>
 | |
|                               <TextRuns>
 | |
|                                 <TextRun>
 | |
|                                   <Value>Cant. Mes A</Value>
 | |
|                                   <Style>
 | |
|                                     <FontFamily>Roboto</FontFamily>
 | |
|                                     <FontWeight>Bold</FontWeight>
 | |
|                                   </Style>
 | |
|                                 </TextRun>
 | |
|                               </TextRuns>
 | |
|                               <Style />
 | |
|                             </Paragraph>
 | |
|                           </Paragraphs>
 | |
|                           <rd:DefaultName>Textbox23</rd:DefaultName>
 | |
|                           <Style>
 | |
|                             <Border>
 | |
|                               <Color>LightGrey</Color>
 | |
|                               <Style>Solid</Style>
 | |
|                             </Border>
 | |
|                             <PaddingLeft>2pt</PaddingLeft>
 | |
|                             <PaddingRight>2pt</PaddingRight>
 | |
|                             <PaddingTop>2pt</PaddingTop>
 | |
|                             <PaddingBottom>2pt</PaddingBottom>
 | |
|                           </Style>
 | |
|                         </Textbox>
 | |
|                       </CellContents>
 | |
|                     </TablixCell>
 | |
|                     <TablixCell>
 | |
|                       <CellContents>
 | |
|                         <Textbox Name="Textbox13">
 | |
|                           <CanGrow>true</CanGrow>
 | |
|                           <KeepTogether>true</KeepTogether>
 | |
|                           <Paragraphs>
 | |
|                             <Paragraph>
 | |
|                               <TextRuns>
 | |
|                                 <TextRun>
 | |
|                                   <Value>Cant. Mes B</Value>
 | |
|                                   <Style>
 | |
|                                     <FontFamily>Roboto</FontFamily>
 | |
|                                     <FontWeight>Bold</FontWeight>
 | |
|                                   </Style>
 | |
|                                 </TextRun>
 | |
|                               </TextRuns>
 | |
|                               <Style />
 | |
|                             </Paragraph>
 | |
|                           </Paragraphs>
 | |
|                           <rd:DefaultName>Textbox13</rd:DefaultName>
 | |
|                           <Style>
 | |
|                             <Border>
 | |
|                               <Color>LightGrey</Color>
 | |
|                               <Style>Solid</Style>
 | |
|                             </Border>
 | |
|                             <PaddingLeft>2pt</PaddingLeft>
 | |
|                             <PaddingRight>2pt</PaddingRight>
 | |
|                             <PaddingTop>2pt</PaddingTop>
 | |
|                             <PaddingBottom>2pt</PaddingBottom>
 | |
|                           </Style>
 | |
|                         </Textbox>
 | |
|                       </CellContents>
 | |
|                     </TablixCell>
 | |
|                     <TablixCell>
 | |
|                       <CellContents>
 | |
|                         <Textbox Name="Textbox15">
 | |
|                           <CanGrow>true</CanGrow>
 | |
|                           <KeepTogether>true</KeepTogether>
 | |
|                           <Paragraphs>
 | |
|                             <Paragraph>
 | |
|                               <TextRuns>
 | |
|                                 <TextRun>
 | |
|                                   <Value>Diferencia</Value>
 | |
|                                   <Style>
 | |
|                                     <FontFamily>Roboto</FontFamily>
 | |
|                                     <FontWeight>Bold</FontWeight>
 | |
|                                   </Style>
 | |
|                                 </TextRun>
 | |
|                               </TextRuns>
 | |
|                               <Style />
 | |
|                             </Paragraph>
 | |
|                           </Paragraphs>
 | |
|                           <rd:DefaultName>Textbox15</rd:DefaultName>
 | |
|                           <Style>
 | |
|                             <Border>
 | |
|                               <Color>LightGrey</Color>
 | |
|                               <Style>Solid</Style>
 | |
|                             </Border>
 | |
|                             <RightBorder>
 | |
|                               <Color>Black</Color>
 | |
|                               <Width>1.5pt</Width>
 | |
|                             </RightBorder>
 | |
|                             <PaddingLeft>2pt</PaddingLeft>
 | |
|                             <PaddingRight>2pt</PaddingRight>
 | |
|                             <PaddingTop>2pt</PaddingTop>
 | |
|                             <PaddingBottom>2pt</PaddingBottom>
 | |
|                           </Style>
 | |
|                         </Textbox>
 | |
|                       </CellContents>
 | |
|                     </TablixCell>
 | |
|                     <TablixCell>
 | |
|                       <CellContents>
 | |
|                         <Textbox Name="Textbox17">
 | |
|                           <CanGrow>true</CanGrow>
 | |
|                           <KeepTogether>true</KeepTogether>
 | |
|                           <Paragraphs>
 | |
|                             <Paragraph>
 | |
|                               <TextRuns>
 | |
|                                 <TextRun>
 | |
|                                   <Value>Kg Mes A</Value>
 | |
|                                   <Style>
 | |
|                                     <FontFamily>Roboto</FontFamily>
 | |
|                                     <FontWeight>Bold</FontWeight>
 | |
|                                   </Style>
 | |
|                                 </TextRun>
 | |
|                               </TextRuns>
 | |
|                               <Style />
 | |
|                             </Paragraph>
 | |
|                           </Paragraphs>
 | |
|                           <rd:DefaultName>Textbox17</rd:DefaultName>
 | |
|                           <Style>
 | |
|                             <Border>
 | |
|                               <Color>LightGrey</Color>
 | |
|                               <Style>Solid</Style>
 | |
|                             </Border>
 | |
|                             <LeftBorder>
 | |
|                               <Color>Black</Color>
 | |
|                               <Width>1.5pt</Width>
 | |
|                             </LeftBorder>
 | |
|                             <PaddingLeft>2pt</PaddingLeft>
 | |
|                             <PaddingRight>2pt</PaddingRight>
 | |
|                             <PaddingTop>2pt</PaddingTop>
 | |
|                             <PaddingBottom>2pt</PaddingBottom>
 | |
|                           </Style>
 | |
|                         </Textbox>
 | |
|                       </CellContents>
 | |
|                     </TablixCell>
 | |
|                     <TablixCell>
 | |
|                       <CellContents>
 | |
|                         <Textbox Name="Textbox19">
 | |
|                           <CanGrow>true</CanGrow>
 | |
|                           <KeepTogether>true</KeepTogether>
 | |
|                           <Paragraphs>
 | |
|                             <Paragraph>
 | |
|                               <TextRuns>
 | |
|                                 <TextRun>
 | |
|                                   <Value>Kg Mes B</Value>
 | |
|                                   <Style>
 | |
|                                     <FontFamily>Roboto</FontFamily>
 | |
|                                     <FontWeight>Bold</FontWeight>
 | |
|                                   </Style>
 | |
|                                 </TextRun>
 | |
|                               </TextRuns>
 | |
|                               <Style />
 | |
|                             </Paragraph>
 | |
|                           </Paragraphs>
 | |
|                           <rd:DefaultName>Textbox19</rd:DefaultName>
 | |
|                           <Style>
 | |
|                             <Border>
 | |
|                               <Color>LightGrey</Color>
 | |
|                               <Style>Solid</Style>
 | |
|                             </Border>
 | |
|                             <PaddingLeft>2pt</PaddingLeft>
 | |
|                             <PaddingRight>2pt</PaddingRight>
 | |
|                             <PaddingTop>2pt</PaddingTop>
 | |
|                             <PaddingBottom>2pt</PaddingBottom>
 | |
|                           </Style>
 | |
|                         </Textbox>
 | |
|                       </CellContents>
 | |
|                     </TablixCell>
 | |
|                     <TablixCell>
 | |
|                       <CellContents>
 | |
|                         <Textbox Name="Textbox21">
 | |
|                           <CanGrow>true</CanGrow>
 | |
|                           <KeepTogether>true</KeepTogether>
 | |
|                           <Paragraphs>
 | |
|                             <Paragraph>
 | |
|                               <TextRuns>
 | |
|                                 <TextRun>
 | |
|                                   <Value>Diferencia </Value>
 | |
|                                   <Style>
 | |
|                                     <FontFamily>Roboto</FontFamily>
 | |
|                                     <FontWeight>Bold</FontWeight>
 | |
|                                   </Style>
 | |
|                                 </TextRun>
 | |
|                               </TextRuns>
 | |
|                               <Style />
 | |
|                             </Paragraph>
 | |
|                           </Paragraphs>
 | |
|                           <rd:DefaultName>Textbox21</rd:DefaultName>
 | |
|                           <Style>
 | |
|                             <Border>
 | |
|                               <Color>LightGrey</Color>
 | |
|                               <Style>Solid</Style>
 | |
|                             </Border>
 | |
|                             <PaddingLeft>2pt</PaddingLeft>
 | |
|                             <PaddingRight>2pt</PaddingRight>
 | |
|                             <PaddingTop>2pt</PaddingTop>
 | |
|                             <PaddingBottom>2pt</PaddingBottom>
 | |
|                           </Style>
 | |
|                         </Textbox>
 | |
|                       </CellContents>
 | |
|                     </TablixCell>
 | |
|                   </TablixCells>
 | |
|                 </TablixRow>
 | |
|                 <TablixRow>
 | |
|                   <Height>0.6cm</Height>
 | |
|                   <TablixCells>
 | |
|                     <TablixCell>
 | |
|                       <CellContents>
 | |
|                         <Textbox Name="TipoBobina">
 | |
|                           <CanGrow>true</CanGrow>
 | |
|                           <KeepTogether>true</KeepTogether>
 | |
|                           <Paragraphs>
 | |
|                             <Paragraph>
 | |
|                               <TextRuns>
 | |
|                                 <TextRun>
 | |
|                                   <Value>=Fields!TipoBobina.Value</Value>
 | |
|                                   <Style>
 | |
|                                     <FontFamily>Roboto</FontFamily>
 | |
|                                   </Style>
 | |
|                                 </TextRun>
 | |
|                               </TextRuns>
 | |
|                               <Style />
 | |
|                             </Paragraph>
 | |
|                           </Paragraphs>
 | |
|                           <rd:DefaultName>TipoBobina</rd:DefaultName>
 | |
|                           <Style>
 | |
|                             <Border>
 | |
|                               <Color>LightGrey</Color>
 | |
|                               <Style>Solid</Style>
 | |
|                             </Border>
 | |
|                             <PaddingLeft>2pt</PaddingLeft>
 | |
|                             <PaddingRight>2pt</PaddingRight>
 | |
|                             <PaddingTop>2pt</PaddingTop>
 | |
|                             <PaddingBottom>2pt</PaddingBottom>
 | |
|                           </Style>
 | |
|                         </Textbox>
 | |
|                       </CellContents>
 | |
|                     </TablixCell>
 | |
|                     <TablixCell>
 | |
|                       <CellContents>
 | |
|                         <Textbox Name="BobinasUtilizadasMesA">
 | |
|                           <CanGrow>true</CanGrow>
 | |
|                           <KeepTogether>true</KeepTogether>
 | |
|                           <Paragraphs>
 | |
|                             <Paragraph>
 | |
|                               <TextRuns>
 | |
|                                 <TextRun>
 | |
|                                   <Value>=Fields!BobinasUtilizadasMesA.Value</Value>
 | |
|                                   <Style>
 | |
|                                     <FontFamily>Roboto</FontFamily>
 | |
|                                     <Format>#,0</Format>
 | |
|                                   </Style>
 | |
|                                 </TextRun>
 | |
|                               </TextRuns>
 | |
|                               <Style />
 | |
|                             </Paragraph>
 | |
|                           </Paragraphs>
 | |
|                           <rd:DefaultName>BobinasUtilizadasMesA</rd:DefaultName>
 | |
|                           <Style>
 | |
|                             <Border>
 | |
|                               <Color>LightGrey</Color>
 | |
|                               <Style>Solid</Style>
 | |
|                             </Border>
 | |
|                             <PaddingLeft>2pt</PaddingLeft>
 | |
|                             <PaddingRight>2pt</PaddingRight>
 | |
|                             <PaddingTop>2pt</PaddingTop>
 | |
|                             <PaddingBottom>2pt</PaddingBottom>
 | |
|                           </Style>
 | |
|                         </Textbox>
 | |
|                       </CellContents>
 | |
|                     </TablixCell>
 | |
|                     <TablixCell>
 | |
|                       <CellContents>
 | |
|                         <Textbox Name="BobinasUtilizadasMesB">
 | |
|                           <CanGrow>true</CanGrow>
 | |
|                           <KeepTogether>true</KeepTogether>
 | |
|                           <Paragraphs>
 | |
|                             <Paragraph>
 | |
|                               <TextRuns>
 | |
|                                 <TextRun>
 | |
|                                   <Value>=Fields!BobinasUtilizadasMesB.Value</Value>
 | |
|                                   <Style>
 | |
|                                     <FontFamily>Roboto</FontFamily>
 | |
|                                     <Format>#,0</Format>
 | |
|                                   </Style>
 | |
|                                 </TextRun>
 | |
|                               </TextRuns>
 | |
|                               <Style />
 | |
|                             </Paragraph>
 | |
|                           </Paragraphs>
 | |
|                           <rd:DefaultName>BobinasUtilizadasMesB</rd:DefaultName>
 | |
|                           <Style>
 | |
|                             <Border>
 | |
|                               <Color>LightGrey</Color>
 | |
|                               <Style>Solid</Style>
 | |
|                             </Border>
 | |
|                             <PaddingLeft>2pt</PaddingLeft>
 | |
|                             <PaddingRight>2pt</PaddingRight>
 | |
|                             <PaddingTop>2pt</PaddingTop>
 | |
|                             <PaddingBottom>2pt</PaddingBottom>
 | |
|                           </Style>
 | |
|                         </Textbox>
 | |
|                       </CellContents>
 | |
|                     </TablixCell>
 | |
|                     <TablixCell>
 | |
|                       <CellContents>
 | |
|                         <Textbox Name="DiferenciaBobinasUtilizadas">
 | |
|                           <CanGrow>true</CanGrow>
 | |
|                           <KeepTogether>true</KeepTogether>
 | |
|                           <Paragraphs>
 | |
|                             <Paragraph>
 | |
|                               <TextRuns>
 | |
|                                 <TextRun>
 | |
|                                   <Value>=Fields!DiferenciaBobinasUtilizadas.Value</Value>
 | |
|                                   <Style>
 | |
|                                     <FontFamily>Roboto</FontFamily>
 | |
|                                     <Format>#,0</Format>
 | |
|                                   </Style>
 | |
|                                 </TextRun>
 | |
|                               </TextRuns>
 | |
|                               <Style />
 | |
|                             </Paragraph>
 | |
|                           </Paragraphs>
 | |
|                           <rd:DefaultName>DiferenciaBobinasUtilizadas</rd:DefaultName>
 | |
|                           <Style>
 | |
|                             <Border>
 | |
|                               <Color>LightGrey</Color>
 | |
|                               <Style>Solid</Style>
 | |
|                             </Border>
 | |
|                             <RightBorder>
 | |
|                               <Color>Black</Color>
 | |
|                               <Width>1.5pt</Width>
 | |
|                             </RightBorder>
 | |
|                             <PaddingLeft>2pt</PaddingLeft>
 | |
|                             <PaddingRight>2pt</PaddingRight>
 | |
|                             <PaddingTop>2pt</PaddingTop>
 | |
|                             <PaddingBottom>2pt</PaddingBottom>
 | |
|                           </Style>
 | |
|                         </Textbox>
 | |
|                       </CellContents>
 | |
|                     </TablixCell>
 | |
|                     <TablixCell>
 | |
|                       <CellContents>
 | |
|                         <Textbox Name="KilosUtilizadosMesA">
 | |
|                           <CanGrow>true</CanGrow>
 | |
|                           <KeepTogether>true</KeepTogether>
 | |
|                           <Paragraphs>
 | |
|                             <Paragraph>
 | |
|                               <TextRuns>
 | |
|                                 <TextRun>
 | |
|                                   <Value>=Fields!KilosUtilizadosMesA.Value</Value>
 | |
|                                   <Style>
 | |
|                                     <FontFamily>Roboto</FontFamily>
 | |
|                                     <Format>#,0</Format>
 | |
|                                   </Style>
 | |
|                                 </TextRun>
 | |
|                               </TextRuns>
 | |
|                               <Style />
 | |
|                             </Paragraph>
 | |
|                           </Paragraphs>
 | |
|                           <rd:DefaultName>KilosUtilizadosMesA</rd:DefaultName>
 | |
|                           <Style>
 | |
|                             <Border>
 | |
|                               <Color>LightGrey</Color>
 | |
|                               <Style>Solid</Style>
 | |
|                             </Border>
 | |
|                             <LeftBorder>
 | |
|                               <Color>Black</Color>
 | |
|                               <Width>1.5pt</Width>
 | |
|                             </LeftBorder>
 | |
|                             <PaddingLeft>2pt</PaddingLeft>
 | |
|                             <PaddingRight>2pt</PaddingRight>
 | |
|                             <PaddingTop>2pt</PaddingTop>
 | |
|                             <PaddingBottom>2pt</PaddingBottom>
 | |
|                           </Style>
 | |
|                         </Textbox>
 | |
|                       </CellContents>
 | |
|                     </TablixCell>
 | |
|                     <TablixCell>
 | |
|                       <CellContents>
 | |
|                         <Textbox Name="KilosUtilizadosMesB">
 | |
|                           <CanGrow>true</CanGrow>
 | |
|                           <KeepTogether>true</KeepTogether>
 | |
|                           <Paragraphs>
 | |
|                             <Paragraph>
 | |
|                               <TextRuns>
 | |
|                                 <TextRun>
 | |
|                                   <Value>=Fields!KilosUtilizadosMesB.Value</Value>
 | |
|                                   <Style>
 | |
|                                     <FontFamily>Roboto</FontFamily>
 | |
|                                     <Format>#,0</Format>
 | |
|                                   </Style>
 | |
|                                 </TextRun>
 | |
|                               </TextRuns>
 | |
|                               <Style />
 | |
|                             </Paragraph>
 | |
|                           </Paragraphs>
 | |
|                           <rd:DefaultName>KilosUtilizadosMesB</rd:DefaultName>
 | |
|                           <Style>
 | |
|                             <Border>
 | |
|                               <Color>LightGrey</Color>
 | |
|                               <Style>Solid</Style>
 | |
|                             </Border>
 | |
|                             <PaddingLeft>2pt</PaddingLeft>
 | |
|                             <PaddingRight>2pt</PaddingRight>
 | |
|                             <PaddingTop>2pt</PaddingTop>
 | |
|                             <PaddingBottom>2pt</PaddingBottom>
 | |
|                           </Style>
 | |
|                         </Textbox>
 | |
|                       </CellContents>
 | |
|                     </TablixCell>
 | |
|                     <TablixCell>
 | |
|                       <CellContents>
 | |
|                         <Textbox Name="DiferenciaKilosUtilizados">
 | |
|                           <CanGrow>true</CanGrow>
 | |
|                           <KeepTogether>true</KeepTogether>
 | |
|                           <Paragraphs>
 | |
|                             <Paragraph>
 | |
|                               <TextRuns>
 | |
|                                 <TextRun>
 | |
|                                   <Value>=Fields!DiferenciaKilosUtilizados.Value</Value>
 | |
|                                   <Style>
 | |
|                                     <FontFamily>Roboto</FontFamily>
 | |
|                                     <Format>#,0</Format>
 | |
|                                   </Style>
 | |
|                                 </TextRun>
 | |
|                               </TextRuns>
 | |
|                               <Style />
 | |
|                             </Paragraph>
 | |
|                           </Paragraphs>
 | |
|                           <rd:DefaultName>DiferenciaKilosUtilizados</rd:DefaultName>
 | |
|                           <Style>
 | |
|                             <Border>
 | |
|                               <Color>LightGrey</Color>
 | |
|                               <Style>Solid</Style>
 | |
|                             </Border>
 | |
|                             <PaddingLeft>2pt</PaddingLeft>
 | |
|                             <PaddingRight>2pt</PaddingRight>
 | |
|                             <PaddingTop>2pt</PaddingTop>
 | |
|                             <PaddingBottom>2pt</PaddingBottom>
 | |
|                           </Style>
 | |
|                         </Textbox>
 | |
|                       </CellContents>
 | |
|                     </TablixCell>
 | |
|                   </TablixCells>
 | |
|                 </TablixRow>
 | |
|                 <TablixRow>
 | |
|                   <Height>0.6cm</Height>
 | |
|                   <TablixCells>
 | |
|                     <TablixCell>
 | |
|                       <CellContents>
 | |
|                         <Textbox Name="Textbox25">
 | |
|                           <CanGrow>true</CanGrow>
 | |
|                           <KeepTogether>true</KeepTogether>
 | |
|                           <Paragraphs>
 | |
|                             <Paragraph>
 | |
|                               <TextRuns>
 | |
|                                 <TextRun>
 | |
|                                   <Value>Totales</Value>
 | |
|                                   <Style>
 | |
|                                     <FontFamily>Roboto</FontFamily>
 | |
|                                     <FontWeight>Bold</FontWeight>
 | |
|                                   </Style>
 | |
|                                 </TextRun>
 | |
|                               </TextRuns>
 | |
|                               <Style>
 | |
|                                 <TextAlign>Right</TextAlign>
 | |
|                               </Style>
 | |
|                             </Paragraph>
 | |
|                           </Paragraphs>
 | |
|                           <rd:DefaultName>Textbox25</rd:DefaultName>
 | |
|                           <Style>
 | |
|                             <Border>
 | |
|                               <Color>LightGrey</Color>
 | |
|                               <Style>Solid</Style>
 | |
|                             </Border>
 | |
|                             <PaddingLeft>2pt</PaddingLeft>
 | |
|                             <PaddingRight>2pt</PaddingRight>
 | |
|                             <PaddingTop>2pt</PaddingTop>
 | |
|                             <PaddingBottom>2pt</PaddingBottom>
 | |
|                           </Style>
 | |
|                         </Textbox>
 | |
|                       </CellContents>
 | |
|                     </TablixCell>
 | |
|                     <TablixCell>
 | |
|                       <CellContents>
 | |
|                         <Textbox Name="Textbox26">
 | |
|                           <CanGrow>true</CanGrow>
 | |
|                           <KeepTogether>true</KeepTogether>
 | |
|                           <Paragraphs>
 | |
|                             <Paragraph>
 | |
|                               <TextRuns>
 | |
|                                 <TextRun>
 | |
|                                   <Value>=Sum(Fields!BobinasUtilizadasMesA.Value, "DSConsumoBobinasMeses")</Value>
 | |
|                                   <Style>
 | |
|                                     <FontFamily>Roboto</FontFamily>
 | |
|                                     <Format>#,0</Format>
 | |
|                                   </Style>
 | |
|                                 </TextRun>
 | |
|                               </TextRuns>
 | |
|                               <Style />
 | |
|                             </Paragraph>
 | |
|                           </Paragraphs>
 | |
|                           <rd:DefaultName>Textbox26</rd:DefaultName>
 | |
|                           <Style>
 | |
|                             <Border>
 | |
|                               <Color>LightGrey</Color>
 | |
|                               <Style>Solid</Style>
 | |
|                             </Border>
 | |
|                             <PaddingLeft>2pt</PaddingLeft>
 | |
|                             <PaddingRight>2pt</PaddingRight>
 | |
|                             <PaddingTop>2pt</PaddingTop>
 | |
|                             <PaddingBottom>2pt</PaddingBottom>
 | |
|                           </Style>
 | |
|                         </Textbox>
 | |
|                       </CellContents>
 | |
|                     </TablixCell>
 | |
|                     <TablixCell>
 | |
|                       <CellContents>
 | |
|                         <Textbox Name="Textbox27">
 | |
|                           <CanGrow>true</CanGrow>
 | |
|                           <KeepTogether>true</KeepTogether>
 | |
|                           <Paragraphs>
 | |
|                             <Paragraph>
 | |
|                               <TextRuns>
 | |
|                                 <TextRun>
 | |
|                                   <Value>=Sum(Fields!BobinasUtilizadasMesB.Value, "DSConsumoBobinasMeses")</Value>
 | |
|                                   <Style>
 | |
|                                     <FontFamily>Roboto</FontFamily>
 | |
|                                     <Format>#,0</Format>
 | |
|                                   </Style>
 | |
|                                 </TextRun>
 | |
|                               </TextRuns>
 | |
|                               <Style />
 | |
|                             </Paragraph>
 | |
|                           </Paragraphs>
 | |
|                           <rd:DefaultName>Textbox27</rd:DefaultName>
 | |
|                           <Style>
 | |
|                             <Border>
 | |
|                               <Color>LightGrey</Color>
 | |
|                               <Style>Solid</Style>
 | |
|                             </Border>
 | |
|                             <PaddingLeft>2pt</PaddingLeft>
 | |
|                             <PaddingRight>2pt</PaddingRight>
 | |
|                             <PaddingTop>2pt</PaddingTop>
 | |
|                             <PaddingBottom>2pt</PaddingBottom>
 | |
|                           </Style>
 | |
|                         </Textbox>
 | |
|                       </CellContents>
 | |
|                     </TablixCell>
 | |
|                     <TablixCell>
 | |
|                       <CellContents>
 | |
|                         <Textbox Name="Textbox28">
 | |
|                           <CanGrow>true</CanGrow>
 | |
|                           <KeepTogether>true</KeepTogether>
 | |
|                           <Paragraphs>
 | |
|                             <Paragraph>
 | |
|                               <TextRuns>
 | |
|                                 <TextRun>
 | |
|                                   <Value>=Sum(Fields!DiferenciaBobinasUtilizadas.Value, "DSConsumoBobinasMeses")</Value>
 | |
|                                   <Style>
 | |
|                                     <FontFamily>Roboto</FontFamily>
 | |
|                                     <Format>#,0</Format>
 | |
|                                   </Style>
 | |
|                                 </TextRun>
 | |
|                               </TextRuns>
 | |
|                               <Style />
 | |
|                             </Paragraph>
 | |
|                           </Paragraphs>
 | |
|                           <rd:DefaultName>Textbox28</rd:DefaultName>
 | |
|                           <Style>
 | |
|                             <Border>
 | |
|                               <Color>LightGrey</Color>
 | |
|                               <Style>Solid</Style>
 | |
|                             </Border>
 | |
|                             <RightBorder>
 | |
|                               <Color>Black</Color>
 | |
|                               <Width>1.5pt</Width>
 | |
|                             </RightBorder>
 | |
|                             <PaddingLeft>2pt</PaddingLeft>
 | |
|                             <PaddingRight>2pt</PaddingRight>
 | |
|                             <PaddingTop>2pt</PaddingTop>
 | |
|                             <PaddingBottom>2pt</PaddingBottom>
 | |
|                           </Style>
 | |
|                         </Textbox>
 | |
|                       </CellContents>
 | |
|                     </TablixCell>
 | |
|                     <TablixCell>
 | |
|                       <CellContents>
 | |
|                         <Textbox Name="Textbox29">
 | |
|                           <CanGrow>true</CanGrow>
 | |
|                           <KeepTogether>true</KeepTogether>
 | |
|                           <Paragraphs>
 | |
|                             <Paragraph>
 | |
|                               <TextRuns>
 | |
|                                 <TextRun>
 | |
|                                   <Value>=Sum(Fields!KilosUtilizadosMesA.Value, "DSConsumoBobinasMeses")</Value>
 | |
|                                   <Style>
 | |
|                                     <FontFamily>Roboto</FontFamily>
 | |
|                                     <Format>#,0</Format>
 | |
|                                   </Style>
 | |
|                                 </TextRun>
 | |
|                               </TextRuns>
 | |
|                               <Style />
 | |
|                             </Paragraph>
 | |
|                           </Paragraphs>
 | |
|                           <rd:DefaultName>Textbox29</rd:DefaultName>
 | |
|                           <Style>
 | |
|                             <Border>
 | |
|                               <Color>LightGrey</Color>
 | |
|                               <Style>Solid</Style>
 | |
|                             </Border>
 | |
|                             <LeftBorder>
 | |
|                               <Color>Black</Color>
 | |
|                               <Width>1.5pt</Width>
 | |
|                             </LeftBorder>
 | |
|                             <PaddingLeft>2pt</PaddingLeft>
 | |
|                             <PaddingRight>2pt</PaddingRight>
 | |
|                             <PaddingTop>2pt</PaddingTop>
 | |
|                             <PaddingBottom>2pt</PaddingBottom>
 | |
|                           </Style>
 | |
|                         </Textbox>
 | |
|                       </CellContents>
 | |
|                     </TablixCell>
 | |
|                     <TablixCell>
 | |
|                       <CellContents>
 | |
|                         <Textbox Name="Textbox30">
 | |
|                           <CanGrow>true</CanGrow>
 | |
|                           <KeepTogether>true</KeepTogether>
 | |
|                           <Paragraphs>
 | |
|                             <Paragraph>
 | |
|                               <TextRuns>
 | |
|                                 <TextRun>
 | |
|                                   <Value>=Sum(Fields!KilosUtilizadosMesB.Value, "DSConsumoBobinasMeses")</Value>
 | |
|                                   <Style>
 | |
|                                     <FontFamily>Roboto</FontFamily>
 | |
|                                     <Format>#,0</Format>
 | |
|                                   </Style>
 | |
|                                 </TextRun>
 | |
|                               </TextRuns>
 | |
|                               <Style />
 | |
|                             </Paragraph>
 | |
|                           </Paragraphs>
 | |
|                           <rd:DefaultName>Textbox30</rd:DefaultName>
 | |
|                           <Style>
 | |
|                             <Border>
 | |
|                               <Color>LightGrey</Color>
 | |
|                               <Style>Solid</Style>
 | |
|                             </Border>
 | |
|                             <PaddingLeft>2pt</PaddingLeft>
 | |
|                             <PaddingRight>2pt</PaddingRight>
 | |
|                             <PaddingTop>2pt</PaddingTop>
 | |
|                             <PaddingBottom>2pt</PaddingBottom>
 | |
|                           </Style>
 | |
|                         </Textbox>
 | |
|                       </CellContents>
 | |
|                     </TablixCell>
 | |
|                     <TablixCell>
 | |
|                       <CellContents>
 | |
|                         <Textbox Name="Textbox31">
 | |
|                           <CanGrow>true</CanGrow>
 | |
|                           <KeepTogether>true</KeepTogether>
 | |
|                           <Paragraphs>
 | |
|                             <Paragraph>
 | |
|                               <TextRuns>
 | |
|                                 <TextRun>
 | |
|                                   <Value>=Sum(Fields!DiferenciaKilosUtilizados.Value, "DSConsumoBobinasMeses")</Value>
 | |
|                                   <Style>
 | |
|                                     <FontFamily>Roboto</FontFamily>
 | |
|                                     <Format>#,0</Format>
 | |
|                                   </Style>
 | |
|                                 </TextRun>
 | |
|                               </TextRuns>
 | |
|                               <Style />
 | |
|                             </Paragraph>
 | |
|                           </Paragraphs>
 | |
|                           <rd:DefaultName>Textbox31</rd:DefaultName>
 | |
|                           <Style>
 | |
|                             <Border>
 | |
|                               <Color>LightGrey</Color>
 | |
|                               <Style>Solid</Style>
 | |
|                             </Border>
 | |
|                             <PaddingLeft>2pt</PaddingLeft>
 | |
|                             <PaddingRight>2pt</PaddingRight>
 | |
|                             <PaddingTop>2pt</PaddingTop>
 | |
|                             <PaddingBottom>2pt</PaddingBottom>
 | |
|                           </Style>
 | |
|                         </Textbox>
 | |
|                       </CellContents>
 | |
|                     </TablixCell>
 | |
|                   </TablixCells>
 | |
|                 </TablixRow>
 | |
|               </TablixRows>
 | |
|             </TablixBody>
 | |
|             <TablixColumnHierarchy>
 | |
|               <TablixMembers>
 | |
|                 <TablixMember />
 | |
|                 <TablixMember />
 | |
|                 <TablixMember />
 | |
|                 <TablixMember />
 | |
|                 <TablixMember />
 | |
|                 <TablixMember />
 | |
|                 <TablixMember />
 | |
|               </TablixMembers>
 | |
|             </TablixColumnHierarchy>
 | |
|             <TablixRowHierarchy>
 | |
|               <TablixMembers>
 | |
|                 <TablixMember>
 | |
|                   <KeepWithGroup>After</KeepWithGroup>
 | |
|                 </TablixMember>
 | |
|                 <TablixMember>
 | |
|                   <Group Name="Detalles" />
 | |
|                 </TablixMember>
 | |
|                 <TablixMember>
 | |
|                   <KeepWithGroup>Before</KeepWithGroup>
 | |
|                 </TablixMember>
 | |
|               </TablixMembers>
 | |
|             </TablixRowHierarchy>
 | |
|             <DataSetName>DSConsumoBobinasMeses</DataSetName>
 | |
|             <Top>0.14111cm</Top>
 | |
|             <Left>0.619cm</Left>
 | |
|             <Height>1.8cm</Height>
 | |
|             <Width>19cm</Width>
 | |
|             <Style>
 | |
|               <Border>
 | |
|                 <Style>None</Style>
 | |
|               </Border>
 | |
|             </Style>
 | |
|           </Tablix>
 | |
|         </ReportItems>
 | |
|         <Height>0.84039in</Height>
 | |
|         <Style />
 | |
|       </Body>
 | |
|       <Width>21cm</Width>
 | |
|       <Page>
 | |
|         <PageHeader>
 | |
|           <Height>2.55474cm</Height>
 | |
|           <PrintOnFirstPage>true</PrintOnFirstPage>
 | |
|           <PrintOnLastPage>true</PrintOnLastPage>
 | |
|           <ReportItems>
 | |
|             <Textbox Name="Textbox41">
 | |
|               <CanGrow>true</CanGrow>
 | |
|               <KeepTogether>true</KeepTogether>
 | |
|               <Paragraphs>
 | |
|                 <Paragraph>
 | |
|                   <TextRuns>
 | |
|                     <TextRun>
 | |
|                       <Value>Reporte de Consumo de Bobinas - Comparativa Mensual</Value>
 | |
|                       <Style>
 | |
|                         <FontSize>14pt</FontSize>
 | |
|                       </Style>
 | |
|                     </TextRun>
 | |
|                   </TextRuns>
 | |
|                   <Style>
 | |
|                     <TextAlign>Center</TextAlign>
 | |
|                   </Style>
 | |
|                 </Paragraph>
 | |
|               </Paragraphs>
 | |
|               <rd:DefaultName>Textbox41</rd:DefaultName>
 | |
|               <Top>0.28998cm</Top>
 | |
|               <Left>0.619cm</Left>
 | |
|               <Height>0.72912cm</Height>
 | |
|               <Width>19cm</Width>
 | |
|               <Style>
 | |
|                 <Border>
 | |
|                   <Style>None</Style>
 | |
|                 </Border>
 | |
|                 <PaddingLeft>2pt</PaddingLeft>
 | |
|                 <PaddingRight>2pt</PaddingRight>
 | |
|                 <PaddingTop>2pt</PaddingTop>
 | |
|                 <PaddingBottom>2pt</PaddingBottom>
 | |
|               </Style>
 | |
|             </Textbox>
 | |
|             <Textbox Name="Textbox42">
 | |
|               <CanGrow>true</CanGrow>
 | |
|               <KeepTogether>true</KeepTogether>
 | |
|               <Paragraphs>
 | |
|                 <Paragraph>
 | |
|                   <TextRuns>
 | |
|                     <TextRun>
 | |
|                       <Value>="Planta: " & Parameters!NomPlanta.Value</Value>
 | |
|                       <Style>
 | |
|                         <FontSize>12pt</FontSize>
 | |
|                       </Style>
 | |
|                     </TextRun>
 | |
|                   </TextRuns>
 | |
|                   <Style>
 | |
|                     <TextAlign>Center</TextAlign>
 | |
|                   </Style>
 | |
|                 </Paragraph>
 | |
|               </Paragraphs>
 | |
|               <rd:DefaultName>Textbox41</rd:DefaultName>
 | |
|               <Top>1.08874cm</Top>
 | |
|               <Left>0.619cm</Left>
 | |
|               <Height>0.64975cm</Height>
 | |
|               <Width>19cm</Width>
 | |
|               <ZIndex>1</ZIndex>
 | |
|               <Style>
 | |
|                 <Border>
 | |
|                   <Style>None</Style>
 | |
|                 </Border>
 | |
|                 <PaddingLeft>2pt</PaddingLeft>
 | |
|                 <PaddingRight>2pt</PaddingRight>
 | |
|                 <PaddingTop>2pt</PaddingTop>
 | |
|                 <PaddingBottom>2pt</PaddingBottom>
 | |
|               </Style>
 | |
|             </Textbox>
 | |
|             <Textbox Name="Textbox43">
 | |
|               <CanGrow>true</CanGrow>
 | |
|               <KeepTogether>true</KeepTogether>
 | |
|               <Paragraphs>
 | |
|                 <Paragraph>
 | |
|                   <TextRuns>
 | |
|                     <TextRun>
 | |
|                       <Value>Fecha del Reporte</Value>
 | |
|                       <Style>
 | |
|                         <FontWeight>Bold</FontWeight>
 | |
|                       </Style>
 | |
|                     </TextRun>
 | |
|                   </TextRuns>
 | |
|                   <Style>
 | |
|                     <TextAlign>Left</TextAlign>
 | |
|                   </Style>
 | |
|                 </Paragraph>
 | |
|               </Paragraphs>
 | |
|               <rd:DefaultName>Textbox41</rd:DefaultName>
 | |
|               <Top>1.80192cm</Top>
 | |
|               <Left>0.619cm</Left>
 | |
|               <Height>0.64974cm</Height>
 | |
|               <Width>3.43896cm</Width>
 | |
|               <ZIndex>2</ZIndex>
 | |
|               <Style>
 | |
|                 <Border>
 | |
|                   <Style>None</Style>
 | |
|                 </Border>
 | |
|                 <PaddingLeft>2pt</PaddingLeft>
 | |
|                 <PaddingRight>2pt</PaddingRight>
 | |
|                 <PaddingTop>2pt</PaddingTop>
 | |
|                 <PaddingBottom>2pt</PaddingBottom>
 | |
|               </Style>
 | |
|             </Textbox>
 | |
|             <Textbox Name="Textbox49">
 | |
|               <CanGrow>true</CanGrow>
 | |
|               <KeepTogether>true</KeepTogether>
 | |
|               <Paragraphs>
 | |
|                 <Paragraph>
 | |
|                   <TextRuns>
 | |
|                     <TextRun>
 | |
|                       <Value>=CDate(Globals!ExecutionTime).ToString("dd/MM/yyyy")</Value>
 | |
|                       <Style />
 | |
|                     </TextRun>
 | |
|                   </TextRuns>
 | |
|                   <Style />
 | |
|                 </Paragraph>
 | |
|               </Paragraphs>
 | |
|               <rd:DefaultName>Textbox49</rd:DefaultName>
 | |
|               <Top>1.80192cm</Top>
 | |
|               <Left>4.00151cm</Left>
 | |
|               <Height>0.6cm</Height>
 | |
|               <Width>2.26011cm</Width>
 | |
|               <ZIndex>3</ZIndex>
 | |
|               <Style>
 | |
|                 <Border>
 | |
|                   <Style>None</Style>
 | |
|                 </Border>
 | |
|                 <PaddingLeft>2pt</PaddingLeft>
 | |
|                 <PaddingRight>2pt</PaddingRight>
 | |
|                 <PaddingTop>2pt</PaddingTop>
 | |
|                 <PaddingBottom>2pt</PaddingBottom>
 | |
|               </Style>
 | |
|             </Textbox>
 | |
|             <Textbox Name="Textbox71">
 | |
|               <CanGrow>true</CanGrow>
 | |
|               <KeepTogether>true</KeepTogether>
 | |
|               <Paragraphs>
 | |
|                 <Paragraph>
 | |
|                   <TextRuns>
 | |
|                     <TextRun>
 | |
|                       <Value>Meses Consultados:</Value>
 | |
|                       <Style>
 | |
|                         <FontWeight>Bold</FontWeight>
 | |
|                       </Style>
 | |
|                     </TextRun>
 | |
|                   </TextRuns>
 | |
|                   <Style>
 | |
|                     <TextAlign>Left</TextAlign>
 | |
|                   </Style>
 | |
|                 </Paragraph>
 | |
|               </Paragraphs>
 | |
|               <rd:DefaultName>Textbox41</rd:DefaultName>
 | |
|               <Top>1.83727cm</Top>
 | |
|               <Left>6.33218cm</Left>
 | |
|               <Height>0.64974cm</Height>
 | |
|               <Width>3.65333cm</Width>
 | |
|               <ZIndex>4</ZIndex>
 | |
|               <Style>
 | |
|                 <Border>
 | |
|                   <Style>None</Style>
 | |
|                 </Border>
 | |
|                 <PaddingLeft>2pt</PaddingLeft>
 | |
|                 <PaddingRight>2pt</PaddingRight>
 | |
|                 <PaddingTop>2pt</PaddingTop>
 | |
|                 <PaddingBottom>2pt</PaddingBottom>
 | |
|               </Style>
 | |
|             </Textbox>
 | |
|             <Textbox Name="Textbox72">
 | |
|               <CanGrow>true</CanGrow>
 | |
|               <KeepTogether>true</KeepTogether>
 | |
|               <Paragraphs>
 | |
|                 <Paragraph>
 | |
|                   <TextRuns>
 | |
|                     <TextRun>
 | |
|                       <Value>=Parameters!MesA.Value & "(Mes A)"</Value>
 | |
|                       <Style />
 | |
|                     </TextRun>
 | |
|                   </TextRuns>
 | |
|                   <Style />
 | |
|                 </Paragraph>
 | |
|               </Paragraphs>
 | |
|               <rd:DefaultName>Textbox49</rd:DefaultName>
 | |
|               <Top>1.8408cm</Top>
 | |
|               <Left>9.89285cm</Left>
 | |
|               <Height>0.6cm</Height>
 | |
|               <Width>4.3cm</Width>
 | |
|               <ZIndex>5</ZIndex>
 | |
|               <Style>
 | |
|                 <Border>
 | |
|                   <Style>None</Style>
 | |
|                 </Border>
 | |
|                 <PaddingLeft>2pt</PaddingLeft>
 | |
|                 <PaddingRight>2pt</PaddingRight>
 | |
|                 <PaddingTop>2pt</PaddingTop>
 | |
|                 <PaddingBottom>2pt</PaddingBottom>
 | |
|               </Style>
 | |
|             </Textbox>
 | |
|             <Textbox Name="Textbox76">
 | |
|               <CanGrow>true</CanGrow>
 | |
|               <KeepTogether>true</KeepTogether>
 | |
|               <Paragraphs>
 | |
|                 <Paragraph>
 | |
|                   <TextRuns>
 | |
|                     <TextRun>
 | |
|                       <Value>Contra</Value>
 | |
|                       <Style>
 | |
|                         <FontWeight>Bold</FontWeight>
 | |
|                       </Style>
 | |
|                     </TextRun>
 | |
|                   </TextRuns>
 | |
|                   <Style>
 | |
|                     <TextAlign>Left</TextAlign>
 | |
|                   </Style>
 | |
|                 </Paragraph>
 | |
|               </Paragraphs>
 | |
|               <rd:DefaultName>Textbox41</rd:DefaultName>
 | |
|               <Top>1.83727cm</Top>
 | |
|               <Left>14.0562cm</Left>
 | |
|               <Height>0.64974cm</Height>
 | |
|               <Width>1.29584cm</Width>
 | |
|               <ZIndex>6</ZIndex>
 | |
|               <Style>
 | |
|                 <Border>
 | |
|                   <Style>None</Style>
 | |
|                 </Border>
 | |
|                 <PaddingLeft>2pt</PaddingLeft>
 | |
|                 <PaddingRight>2pt</PaddingRight>
 | |
|                 <PaddingTop>2pt</PaddingTop>
 | |
|                 <PaddingBottom>2pt</PaddingBottom>
 | |
|               </Style>
 | |
|             </Textbox>
 | |
|             <Textbox Name="Textbox77">
 | |
|               <CanGrow>true</CanGrow>
 | |
|               <KeepTogether>true</KeepTogether>
 | |
|               <Paragraphs>
 | |
|                 <Paragraph>
 | |
|                   <TextRuns>
 | |
|                     <TextRun>
 | |
|                       <Value>=Parameters!MesB.Value & "(Mes B)"</Value>
 | |
|                       <Style />
 | |
|                     </TextRun>
 | |
|                   </TextRuns>
 | |
|                   <Style />
 | |
|                 </Paragraph>
 | |
|               </Paragraphs>
 | |
|               <rd:DefaultName>Textbox49</rd:DefaultName>
 | |
|               <Top>1.8408cm</Top>
 | |
|               <Left>15.30618cm</Left>
 | |
|               <Height>0.6cm</Height>
 | |
|               <Width>4.31282cm</Width>
 | |
|               <ZIndex>7</ZIndex>
 | |
|               <Style>
 | |
|                 <Border>
 | |
|                   <Style>None</Style>
 | |
|                 </Border>
 | |
|                 <PaddingLeft>2pt</PaddingLeft>
 | |
|                 <PaddingRight>2pt</PaddingRight>
 | |
|                 <PaddingTop>2pt</PaddingTop>
 | |
|                 <PaddingBottom>2pt</PaddingBottom>
 | |
|               </Style>
 | |
|             </Textbox>
 | |
|           </ReportItems>
 | |
|           <Style>
 | |
|             <Border>
 | |
|               <Style>None</Style>
 | |
|             </Border>
 | |
|           </Style>
 | |
|         </PageHeader>
 | |
|         <PageHeight>29.7cm</PageHeight>
 | |
|         <PageWidth>21cm</PageWidth>
 | |
|         <LeftMargin>0cm</LeftMargin>
 | |
|         <RightMargin>0cm</RightMargin>
 | |
|         <TopMargin>0.5cm</TopMargin>
 | |
|         <BottomMargin>0.5cm</BottomMargin>
 | |
|         <ColumnSpacing>0.13cm</ColumnSpacing>
 | |
|         <Style />
 | |
|       </Page>
 | |
|     </ReportSection>
 | |
|   </ReportSections>
 | |
|   <ReportParameters>
 | |
|     <ReportParameter Name="NomPlanta">
 | |
|       <DataType>String</DataType>
 | |
|       <Prompt>ReportParameter1</Prompt>
 | |
|     </ReportParameter>
 | |
|     <ReportParameter Name="MesA">
 | |
|       <DataType>String</DataType>
 | |
|       <Prompt>ReportParameter1</Prompt>
 | |
|     </ReportParameter>
 | |
|     <ReportParameter Name="MesB">
 | |
|       <DataType>String</DataType>
 | |
|       <Prompt>ReportParameter1</Prompt>
 | |
|     </ReportParameter>
 | |
|   </ReportParameters>
 | |
|   <ReportParametersLayout>
 | |
|     <GridLayoutDefinition>
 | |
|       <NumberOfColumns>4</NumberOfColumns>
 | |
|       <NumberOfRows>2</NumberOfRows>
 | |
|       <CellDefinitions>
 | |
|         <CellDefinition>
 | |
|           <ColumnIndex>0</ColumnIndex>
 | |
|           <RowIndex>0</RowIndex>
 | |
|           <ParameterName>NomPlanta</ParameterName>
 | |
|         </CellDefinition>
 | |
|         <CellDefinition>
 | |
|           <ColumnIndex>1</ColumnIndex>
 | |
|           <RowIndex>0</RowIndex>
 | |
|           <ParameterName>MesA</ParameterName>
 | |
|         </CellDefinition>
 | |
|         <CellDefinition>
 | |
|           <ColumnIndex>2</ColumnIndex>
 | |
|           <RowIndex>0</RowIndex>
 | |
|           <ParameterName>MesB</ParameterName>
 | |
|         </CellDefinition>
 | |
|       </CellDefinitions>
 | |
|     </GridLayoutDefinition>
 | |
|   </ReportParametersLayout>
 | |
|   <rd:ReportUnitType>Cm</rd:ReportUnitType>
 | |
|   <rd:ReportID>047bc866-20bc-4afb-999d-93d11dad8fb9</rd:ReportID>
 | |
| </Report> |