﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<StiSerializer version="1.02" type="Net" application="StiReport">
  <Dictionary Ref="1" type="Dictionary" isKey="true">
    <BusinessObjects isList="true" count="0" />
    <Databases isList="true" count="1">
      <TECNOLOGICO Ref="2" type="Stimulsoft.Report.Dictionary.StiOleDbDatabase" isKey="true">
        <Alias>TECNOLOGICO</Alias>
        <ConnectionStringEncrypted>4BaVz1ZZShl9GX298lwlu9/S9QnZTBN5+Wr9hU7EIhv8dvsuTXtRAUZbuVh0jOs/71T1icVtS4HiTaDMYkTrL4TIs4nFCcKFclrozGQ9ZQ/fYGVDVkqT7Wx8vP3l7OgTwjjbiUxUegVNTLkQZ4Tg85BwzWjMfcO8ywjVDGkQtT+QyK0rTV1L8WJbzaXEHCVj41hxwlcKWnlhFbVAZA==</ConnectionStringEncrypted>
        <Name>TECNOLOGICO</Name>
      </TECNOLOGICO>
    </Databases>
    <DataSources isList="true" count="1">
      <DataSource1 Ref="3" type="Stimulsoft.Report.Dictionary.StiOleDbSource" isKey="true">
        <Alias>DataSource1</Alias>
        <Columns isList="true" count="7">
          <value>NRO_ORDEM,System.Decimal</value>
          <value>VERSAO,System.Decimal</value>
          <value>FCK,System.Decimal</value>
          <value>AC_REAL,System.Decimal</value>
          <value>AC_LAB,System.Decimal</value>
          <value>AC_TEORICO,System.Decimal</value>
          <value>COD_CENTRAL,System.Decimal</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Key>88660b553c5a4417abacffdf8e46a633</Key>
        <Name>DataSource1</Name>
        <NameInSource>TECNOLOGICO</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>SELECT VW.NRO_ORDEM,
	VW.VERSAO,
	VW.FCK,
	VW.AC_REAL,
	VW.AC_LAB,
	VW.AC_TEORICO,
	VW.COD_CENTRAL
	FROM (
	
SELECT REMESSA.COD_CENTRAL,
	REMESSA.NRO_ORDEM,
	REMESSA.VERSAO,
	REMESSA.SEQ_TRACO,
	REMESSA.COD_REMESSA,
	CARACTERISTICAS_TRACO.VALOR_INICIAL FCK,
		   TBL_ABATIMENTO.DESCR_CURTA_ABATIMENTO ABATIMENTO,
		   TBL_DIMENSAO_MAX.DESCR_CURTA_DIM_MAX DIM_BRITA,
		   MISTURA.DESCRICAO_MISTURA,
		  --  CASE WHEN REMESSA.CONS_CIMENTO_KG IS NOT 	            NULL AND REMESSA.CONS_CIMENTO_KG &gt; 0 THEN
		  --  (REMESSA.AGUA_CARGA + REMESSA.AGUA_FORCA + REMESSA.AGUA_OBRA) / REMESSA.CONS_CIMENTO_KG
		  --  END
		  (CT.VALOR_INICIAL + 0.225) AC_REAL,
		   REMESSA.VOLUME VOLUME_TRACO,


(SELECT COUNT(TBL_NUMERO_CP.COD_REMESSA)
	FROM TBL_NUMERO_CP
	WHERE TBL_NUMERO_CP.COD_CENTRAL = REMESSA.COD_CENTRAL
	AND TBL_NUMERO_CP.COD_REMESSA = REMESSA.COD_REMESSA
	AND TBL_NUMERO_CP.SERIE_REMESSA = REMESSA.SERIE_REMESSA
	AND TBL_NUMERO_CP.COD_CENTRAL_TRACO = REMESSA.COD_CENTRAL_TRACO
	AND TBL_NUMERO_CP.NRO_ORDEM = REMESSA.NRO_ORDEM
	AND TBL_NUMERO_CP.VERSAO = REMESSA.VERSAO
	AND TBL_NUMERO_CP.SEQ_TRACO = REMESSA.SEQ_TRACO
	AND TBL_NUMERO_CP.NUMERO_CONTRATO = REMESSA.NUMERO_CONTRATO
	AND TBL_NUMERO_CP.SERIE_CONTRATO = REMESSA.SERIE_CONTRATO
	AND TBL_NUMERO_CP.COD_CENTRAL_CONTRATO = REMESSA.COD_CENTRAL_CONTRATO
	AND TBL_NUMERO_CP.STA_CP = 'L'
	AND TBL_NUMERO_CP.IDADE &gt;= 26

			   ) NUM_MOLDAGENS ,

(SELECT MAX(CARACTERISTICAS_DESEMP_TRACO.RESULTADO) 
	FROM TBL_NUMERO_CP
	inner join CARACTERISTICAS_DESEMP_TRACO
			   on  CARACTERISTICAS_DESEMP_TRACO.COD_CENTRAL = TBL_NUMERO_CP.COD_CENTRAL
			   AND CARACTERISTICAS_DESEMP_TRACO.COD_REMESSA = TBL_NUMERO_CP.COD_REMESSA
			   AND CARACTERISTICAS_DESEMP_TRACO.SERIE_REMESSA = TBL_NUMERO_CP.SERIE_REMESSA
			   AND CARACTERISTICAS_DESEMP_TRACO.COD_CENTRAL_TRACO =  TBL_NUMERO_CP.COD_CENTRAL_TRACO
			   AND CARACTERISTICAS_DESEMP_TRACO.NRO_ORDEM = TBL_NUMERO_CP.NRO_ORDEM
			   AND CARACTERISTICAS_DESEMP_TRACO.VERSAO = TBL_NUMERO_CP.VERSAO
			   AND CARACTERISTICAS_DESEMP_TRACO.SEQ_TRACO = TBL_NUMERO_CP.SEQ_TRACO
			   AND CARACTERISTICAS_DESEMP_TRACO.NUMERO_CONTRATO =TBL_NUMERO_CP.NUMERO_CONTRATO
			   AND CARACTERISTICAS_DESEMP_TRACO.SERIE_CONTRATO = TBL_NUMERO_CP.SERIE_CONTRATO
			   AND CARACTERISTICAS_DESEMP_TRACO.COD_CENTRAL_CONTRATO = TBL_NUMERO_CP.COD_CENTRAL_CONTRATO
			   AND CARACTERISTICAS_DESEMP_TRACO.ID_NUMEROCP = TBL_NUMERO_CP.ID_NUMEROCP
			 WHERE TBL_NUMERO_CP.COD_CENTRAL = REMESSA.COD_CENTRAL
			   AND TBL_NUMERO_CP.COD_REMESSA = REMESSA.COD_REMESSA
			   AND TBL_NUMERO_CP.SERIE_REMESSA = REMESSA.SERIE_REMESSA
			   AND TBL_NUMERO_CP.COD_CENTRAL_TRACO = REMESSA.COD_CENTRAL_TRACO
			   AND TBL_NUMERO_CP.NRO_ORDEM = REMESSA.NRO_ORDEM
			   AND TBL_NUMERO_CP.VERSAO = REMESSA.VERSAO
			   AND TBL_NUMERO_CP.SEQ_TRACO = REMESSA.SEQ_TRACO
			   AND TBL_NUMERO_CP.NUMERO_CONTRATO = REMESSA.NUMERO_CONTRATO
			   AND TBL_NUMERO_CP.SERIE_CONTRATO = REMESSA.SERIE_CONTRATO
			   AND TBL_NUMERO_CP.COD_CENTRAL_CONTRATO = REMESSA.COD_CENTRAL_CONTRATO
			   AND TBL_NUMERO_CP.STA_CP = 'L'
			   AND TBL_NUMERO_CP.IDADE &gt;= 26
			
	) RESISTENCIA_28_REAL,
	CT.VALOR_INICIAL AC_LAB,
	(CT.VALOR_INICIAL + 0.125) AC_TEORICO
	FROM REMESSA
	INNER JOIN TABELA
	ON TABELA.COD_CENTRAL = REMESSA.COD_CENTRAL
	AND TABELA.NRO_ORDEM = REMESSA.NRO_ORDEM
	AND TABELA.VERSAO = REMESSA.VERSAO
	INNER JOIN TBL_NUMERO_CP 
	ON TBL_NUMERO_CP.COD_CENTRAL = REMESSA.COD_CENTRAL
	AND TBL_NUMERO_CP.COD_REMESSA = REMESSA.COD_REMESSA
	AND TBL_NUMERO_CP.SERIE_REMESSA = REMESSA.SERIE_REMESSA
	AND TBL_NUMERO_CP.COD_CENTRAL_TRACO = REMESSA.COD_CENTRAL_TRACO
	AND TBL_NUMERO_CP.NRO_ORDEM = REMESSA.NRO_ORDEM
	AND TBL_NUMERO_CP.VERSAO = REMESSA.VERSAO
	AND TBL_NUMERO_CP.SEQ_TRACO = REMESSA.SEQ_TRACO
	AND TBL_NUMERO_CP.NUMERO_CONTRATO = REMESSA.NUMERO_CONTRATO
	AND TBL_NUMERO_CP.SERIE_CONTRATO = REMESSA.SERIE_CONTRATO
	AND TBL_NUMERO_CP.COD_CENTRAL_CONTRATO = REMESSA.COD_CENTRAL_CONTRATO
	LEFT JOIN TBL_DIMENSAO_MAX
	ON TBL_DIMENSAO_MAX.ID_DIM_MAX = TABELA.ID_DIM_MAX
	INNER JOIN RESPONSABILIDADE_TABELA
	ON RESPONSABILIDADE_TABELA.COD_CENTRAL = TABELA.COD_CENTRAL
	AND RESPONSABILIDADE_TABELA.NRO_ORDEM = TABELA.NRO_ORDEM
	AND RESPONSABILIDADE_TABELA.VERSAO = TABELA.VERSAO
	INNER JOIN TIPO_CONCRETO_TABELA 
    ON TIPO_CONCRETO_TABELA.COD_CENTRAL = TABELA.COD_CENTRAL 
    AND TIPO_CONCRETO_TABELA.NRO_ORDEM = TABELA.NRO_ORDEM 
    AND TIPO_CONCRETO_TABELA.VERSAO = TABELA.VERSAO 
	INNER JOIN CARACTERISTICAS_TRACO
	ON  CARACTERISTICAS_TRACO.COD_CENTRAL = REMESSA.COD_CENTRAL
	AND CARACTERISTICAS_TRACO.NRO_ORDEM = REMESSA.NRO_ORDEM
	AND CARACTERISTICAS_TRACO.VERSAO = REMESSA.VERSAO
	AND CARACTERISTICAS_TRACO.SEQ_TRACO = REMESSA.SEQ_TRACO
	AND CARACTERISTICAS_TRACO.COD_CARACTERISTICAS_CONCRETO = RESPONSABILIDADE_TABELA.COD_CARACTERISTICAS_CONCRETO
	INNER JOIN CARACTERISTICAS_TRACO CT
	ON  CT.COD_CENTRAL = REMESSA.COD_CENTRAL
	AND CT.NRO_ORDEM = REMESSA.NRO_ORDEM
	AND CT.VERSAO = REMESSA.VERSAO
	AND CT.SEQ_TRACO = REMESSA.SEQ_TRACO
	LEFT JOIN MISTURA
	ON MISTURA.COD_CENTRAL = TABELA.COD_CENTRAL
	AND MISTURA.ID_MISTURA = TABELA.ID_MISTURA
	AND MISTURA.VERSAO = TABELA.VERSAO_MISTURA
	LEFT JOIN TBL_ABATIMENTO
	ON TBL_ABATIMENTO.ID_ABATIMENTO = TABELA.ID_ABATIMENTO
	WHERE
	--REMESSA.COD_CENTRAL = ?   AND 
	RESPONSABILIDADE_TABELA.RESP_PRINCIPAL = 'S' 
    AND TIPO_CONCRETO_TABELA.TIPO_CONCRETO_PRINCIPAL = 'S' 
	AND CT.COD_CARACTERISTICAS_CONCRETO = 2
	AND TBL_NUMERO_CP.STA_CP = 'L'
	AND TBL_NUMERO_CP.IDADE &gt;= 26

	AND REMESSA.NRO_ORDEM = 1155
	AND REMESSA.VERSAO = 01
  	GROUP BY REMESSA.COD_CENTRAL,
		   REMESSA.COD_REMESSA,
		   REMESSA.SERIE_REMESSA,
		   REMESSA.COD_CENTRAL_TRACO,
		   REMESSA.NRO_ORDEM,
		   REMESSA.VERSAO,
		   REMESSA.SEQ_TRACO,
		   REMESSA.COD_CENTRAL_CONTRATO,
		   REMESSA.NUMERO_CONTRATO,
		   REMESSA.SERIE_CONTRATO,
		   CARACTERISTICAS_TRACO.VALOR_INICIAL,
		   TBL_ABATIMENTO.DESCR_CURTA_ABATIMENTO,
		   TBL_DIMENSAO_MAX.DESCR_CURTA_DIM_MAX,
		   MISTURA.DESCRICAO_MISTURA,
		   REMESSA.CONS_CIMENTO_KG,
		   REMESSA.AGUA_CARGA,
		   REMESSA.AGUA_FORCA,
		   REMESSA.AGUA_OBRA,
		   REMESSA.VOLUME,
		   CT.VALOR_INICIAL
		  ) VW

	GROUP BY 
	   VW.NRO_ORDEM,
	   VW.VERSAO,
	   VW.FCK,
	   VW.AC_REAL,
	   VW.AC_LAB,
	   VW.COD_CENTRAL,
	   VW.AC_TEORICO</SqlCommand>
      </DataSource1>
    </DataSources>
    <Relations isList="true" count="0" />
    <Report isRef="0" />
    <Resources isList="true" count="0" />
    <Variables isList="true" count="0" />
  </Dictionary>
  <EngineVersion>EngineV2</EngineVersion>
  <GlobalizationStrings isList="true" count="0" />
  <Key>747172cb9cb348cdab1097ba1618cab1</Key>
  <MetaTags isList="true" count="0" />
  <Pages isList="true" count="1">
    <Page1 Ref="4" type="Page" isKey="true">
      <Border>None;Black;2;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <Components isList="true" count="1">
        <Chart1 Ref="5" type="Stimulsoft.Report.Chart.StiChart" isKey="true">
          <Area Ref="6" type="Stimulsoft.Report.Chart.StiClusteredColumnArea" isKey="true">
            <BorderColor>88, 86, 75</BorderColor>
            <Brush>GradientBrush,[255:255:255],[255:255:255],90</Brush>
            <Chart isRef="5" />
            <GridLinesHor Ref="7" type="Stimulsoft.Report.Chart.StiGridLinesHor" isKey="true">
              <Area isRef="6" />
              <Color>100, 88, 86, 75</Color>
              <MinorColor>100, 88, 86, 75</MinorColor>
            </GridLinesHor>
            <GridLinesHorRight Ref="8" type="Stimulsoft.Report.Chart.StiGridLinesHor" isKey="true">
              <Area isRef="6" />
              <Color>Silver</Color>
              <MinorColor>Gainsboro</MinorColor>
              <Visible>False</Visible>
            </GridLinesHorRight>
            <GridLinesVert Ref="9" type="Stimulsoft.Report.Chart.StiGridLinesVert" isKey="true">
              <Area isRef="6" />
              <Color>100, 88, 86, 75</Color>
              <MinorColor>100, 88, 86, 75</MinorColor>
            </GridLinesVert>
            <InterlacingHor Ref="10" type="Stimulsoft.Report.Chart.StiInterlacingHor" isKey="true">
              <Area isRef="6" />
              <InterlacedBrush>[10:138:136:125]</InterlacedBrush>
            </InterlacingHor>
            <InterlacingVert Ref="11" type="Stimulsoft.Report.Chart.StiInterlacingVert" isKey="true">
              <Area isRef="6" />
              <InterlacedBrush>[10:138:136:125]</InterlacedBrush>
            </InterlacingVert>
            <XAxis Ref="12" type="Stimulsoft.Report.Chart.StiXBottomAxis" isKey="true">
              <Area isRef="6" />
              <DateTimeStep Ref="13" type="Stimulsoft.Report.Chart.StiAxisDateTimeStep" isKey="true">
                <Interpolation>True</Interpolation>
              </DateTimeStep>
              <Interaction Ref="14" type="Stimulsoft.Report.Chart.StiAxisInteraction" isKey="true" />
              <Labels Ref="15" type="Stimulsoft.Report.Chart.StiAxisLabels" isKey="true">
                <Color>88, 86, 75</Color>
                <Font>Tahoma,8</Font>
              </Labels>
              <LineColor>88, 86, 75</LineColor>
              <Range Ref="16" type="Stimulsoft.Report.Chart.StiAxisRange" isKey="true" />
              <Ticks Ref="17" type="Stimulsoft.Report.Chart.StiAxisTicks" isKey="true" />
              <Title Ref="18" type="Stimulsoft.Report.Chart.StiAxisTitle" isKey="true">
                <Color>88, 86, 75</Color>
                <Font>Tahoma,12,Bold</Font>
              </Title>
            </XAxis>
            <XTopAxis Ref="19" type="Stimulsoft.Report.Chart.StiXTopAxis" isKey="true">
              <Area isRef="6" />
              <Interaction Ref="20" type="Stimulsoft.Report.Chart.StiAxisInteraction" isKey="true" />
              <Labels Ref="21" type="Stimulsoft.Report.Chart.StiAxisLabels" isKey="true">
                <Color>88, 86, 75</Color>
                <Font>Tahoma,8</Font>
              </Labels>
              <LineColor>88, 86, 75</LineColor>
              <Ticks Ref="22" type="Stimulsoft.Report.Chart.StiAxisTicks" isKey="true" />
              <Title Ref="23" type="Stimulsoft.Report.Chart.StiAxisTitle" isKey="true">
                <Color>88, 86, 75</Color>
                <Font>Tahoma,12,Bold</Font>
              </Title>
            </XTopAxis>
            <YAxis Ref="24" type="Stimulsoft.Report.Chart.StiYLeftAxis" isKey="true">
              <Area isRef="6" />
              <Interaction Ref="25" type="Stimulsoft.Report.Chart.StiAxisInteraction" isKey="true" />
              <Labels Ref="26" type="Stimulsoft.Report.Chart.StiAxisLabels" isKey="true">
                <Color>88, 86, 75</Color>
                <Font>Tahoma,8</Font>
              </Labels>
              <LineColor>88, 86, 75</LineColor>
              <Range Ref="27" type="Stimulsoft.Report.Chart.StiAxisRange" isKey="true" />
              <Ticks Ref="28" type="Stimulsoft.Report.Chart.StiAxisTicks" isKey="true" />
              <Title Ref="29" type="Stimulsoft.Report.Chart.StiAxisTitle" isKey="true">
                <Color>88, 86, 75</Color>
                <Direction>BottomToTop</Direction>
                <Font>Tahoma,12,Bold</Font>
              </Title>
            </YAxis>
            <YRightAxis Ref="30" type="Stimulsoft.Report.Chart.StiYRightAxis" isKey="true">
              <Area isRef="6" />
              <Interaction Ref="31" type="Stimulsoft.Report.Chart.StiAxisInteraction" isKey="true" />
              <Labels Ref="32" type="Stimulsoft.Report.Chart.StiAxisLabels" isKey="true">
                <Color>88, 86, 75</Color>
                <Font>Tahoma,8</Font>
                <TextAlignment>Left</TextAlignment>
              </Labels>
              <LineColor>88, 86, 75</LineColor>
              <Range Ref="33" type="Stimulsoft.Report.Chart.StiAxisRange" isKey="true" />
              <Ticks Ref="34" type="Stimulsoft.Report.Chart.StiAxisTicks" isKey="true" />
              <Title Ref="35" type="Stimulsoft.Report.Chart.StiAxisTitle" isKey="true">
                <Color>88, 86, 75</Color>
                <Direction>TopToBottom</Direction>
                <Font>Tahoma,12,Bold</Font>
              </Title>
            </YRightAxis>
          </Area>
          <Brush>[255:255:255]</Brush>
          <ClientRectangle>2,5.4,14,7.8</ClientRectangle>
          <Conditions isList="true" count="0" />
          <ConstantLines isList="true" count="0" />
          <CustomStyleName />
          <Filters isList="true" count="0" />
          <Guid>5b3d4e28d82940b0aa957513f1cf948d</Guid>
          <Legend Ref="36" type="Stimulsoft.Report.Chart.StiLegend" isKey="true">
            <BorderColor>138, 136, 125</BorderColor>
            <Brush>GradientBrush,[255:255:255],[255:255:245],90</Brush>
            <Chart isRef="5" />
            <Font>Arial,8</Font>
            <LabelsColor>88, 86, 75</LabelsColor>
            <MarkerSize>10, 10</MarkerSize>
            <ShowShadow>False</ShowShadow>
            <TitleColor>88, 86, 75</TitleColor>
            <TitleFont>Arial,14,Bold</TitleFont>
          </Legend>
          <Name>Chart1</Name>
          <Page isRef="4" />
          <Parent isRef="4" />
          <Series isList="true" count="3">
            <Item5 Ref="37" type="Stimulsoft.Report.Chart.StiLineSeries" isKey="true">
              <Chart isRef="5" />
              <Conditions isList="true" count="0" />
              <Filters isList="true" count="0" />
              <LineColor>79, 129, 189</LineColor>
              <LineColorNegative>Firebrick</LineColorNegative>
              <LineMarker Ref="38" type="Stimulsoft.Report.Chart.StiLineMarker" isKey="true">
                <BorderColor>0, 0, 39</BorderColor>
                <Brush>[129:179:239]</Brush>
              </LineMarker>
              <LineWidth>1</LineWidth>
              <ListOfArguments>0,974;0,89;0,818;0,758</ListOfArguments>
              <ListOfValues>20;25;30;35</ListOfValues>
              <Marker Ref="39" type="Stimulsoft.Report.Chart.StiMarker" isKey="true">
                <BorderColor>0, 29, 89</BorderColor>
                <Brush>[179:229:255]</Brush>
              </Marker>
              <SeriesLabels Ref="40" type="Stimulsoft.Report.Chart.StiOutsideEndAxisLabels" isKey="true">
                <BorderColor>88, 86, 75</BorderColor>
                <Brush>[238:238:236:225]</Brush>
                <Chart isRef="5" />
                <Font>Arial,7</Font>
                <LabelColor>88, 86, 75</LabelColor>
                <MarkerSize>8, 6</MarkerSize>
                <ValueTypeSeparator>-</ValueTypeSeparator>
                <Width>0</Width>
              </SeriesLabels>
              <ShowShadow>False</ShowShadow>
              <SortBy>Value</SortBy>
              <SortDirection>Descending</SortDirection>
              <Title>A/C Lab</Title>
              <TopN Ref="41" type="Stimulsoft.Report.Chart.StiSeriesTopN" isKey="true" />
              <TrendLine Ref="42" type="Stimulsoft.Report.Chart.StiTrendLineNone" isKey="true">
                <Font>Arial,7</Font>
                <LineColor>88, 86, 75</LineColor>
                <Position>LeftBottom</Position>
                <ShowShadow>False</ShowShadow>
              </TrendLine>
            </Item5>
            <Item6 Ref="43" type="Stimulsoft.Report.Chart.StiLineSeries" isKey="true">
              <Chart isRef="5" />
              <Conditions isList="true" count="0" />
              <Filters isList="true" count="0" />
              <LineColor>192, 80, 77</LineColor>
              <LineColorNegative>Firebrick</LineColorNegative>
              <LineMarker Ref="44" type="Stimulsoft.Report.Chart.StiLineMarker" isKey="true">
                <BorderColor>42, 0, 0</BorderColor>
                <Brush>[242:130:127]</Brush>
              </LineMarker>
              <LineWidth>1</LineWidth>
              <ListOfArguments>0,749;0,664;0,593;0,533</ListOfArguments>
              <ListOfValues>20;25;30;35</ListOfValues>
              <Marker Ref="45" type="Stimulsoft.Report.Chart.StiMarker" isKey="true">
                <BorderColor>92, 0, 0</BorderColor>
                <Brush>[255:180:177]</Brush>
              </Marker>
              <SeriesLabels Ref="46" type="Stimulsoft.Report.Chart.StiOutsideEndAxisLabels" isKey="true">
                <BorderColor>88, 86, 75</BorderColor>
                <Brush>[238:238:236:225]</Brush>
                <Chart isRef="5" />
                <Font>Arial,7</Font>
                <LabelColor>88, 86, 75</LabelColor>
                <MarkerSize>8, 6</MarkerSize>
                <ValueTypeSeparator>-</ValueTypeSeparator>
                <Width>0</Width>
              </SeriesLabels>
              <ShowShadow>False</ShowShadow>
              <SortBy>Value</SortBy>
              <SortDirection>Descending</SortDirection>
              <Title>A/C Real</Title>
              <TopN Ref="47" type="Stimulsoft.Report.Chart.StiSeriesTopN" isKey="true" />
              <TrendLine Ref="48" type="Stimulsoft.Report.Chart.StiTrendLineNone" isKey="true">
                <Font>Arial,7</Font>
                <LineColor>88, 86, 75</LineColor>
                <Position>LeftBottom</Position>
                <ShowShadow>False</ShowShadow>
              </TrendLine>
            </Item6>
            <Item7 Ref="49" type="Stimulsoft.Report.Chart.StiLineSeries" isKey="true">
              <Chart isRef="5" />
              <Conditions isList="true" count="0" />
              <Filters isList="true" count="0" />
              <LineColor>155, 187, 89</LineColor>
              <LineColorNegative>Firebrick</LineColorNegative>
              <LineMarker Ref="50" type="Stimulsoft.Report.Chart.StiLineMarker" isKey="true">
                <BorderColor>5, 37, 0</BorderColor>
                <Brush>[205:237:139]</Brush>
              </LineMarker>
              <LineWidth>1</LineWidth>
              <ListOfArguments>0,874;0,789;0,718;0,658</ListOfArguments>
              <ListOfValues>20;25;30;35</ListOfValues>
              <Marker Ref="51" type="Stimulsoft.Report.Chart.StiMarker" isKey="true">
                <BorderColor>55, 87, 0</BorderColor>
                <Brush>[255:255:189]</Brush>
              </Marker>
              <SeriesLabels Ref="52" type="Stimulsoft.Report.Chart.StiOutsideEndAxisLabels" isKey="true">
                <BorderColor>88, 86, 75</BorderColor>
                <Brush>[238:238:236:225]</Brush>
                <Chart isRef="5" />
                <Font>Arial,7</Font>
                <LabelColor>88, 86, 75</LabelColor>
                <MarkerSize>8, 6</MarkerSize>
                <ValueTypeSeparator>-</ValueTypeSeparator>
                <Width>0</Width>
              </SeriesLabels>
              <ShowShadow>False</ShowShadow>
              <SortBy>Value</SortBy>
              <SortDirection>Descending</SortDirection>
              <Title>A/C Teórico</Title>
              <TopN Ref="53" type="Stimulsoft.Report.Chart.StiSeriesTopN" isKey="true" />
              <TrendLine Ref="54" type="Stimulsoft.Report.Chart.StiTrendLineNone" isKey="true">
                <Font>Arial,7</Font>
                <LineColor>88, 86, 75</LineColor>
                <Position>LeftBottom</Position>
                <ShowShadow>False</ShowShadow>
              </TrendLine>
            </Item7>
          </Series>
          <SeriesLabels Ref="55" type="Stimulsoft.Report.Chart.StiNoneLabels" isKey="true">
            <Chart isRef="5" />
            <MarkerSize>8, 6</MarkerSize>
            <ValueTypeSeparator>-</ValueTypeSeparator>
            <Width>0</Width>
          </SeriesLabels>
          <SeriesLabelsConditions isList="true" count="0" />
          <Sort isList="true" count="0" />
          <Strips isList="true" count="0" />
          <Style Ref="56" type="Stimulsoft.Report.Chart.StiStyle09" isKey="true">
            <Conditions isList="true" count="0" />
            <Name />
          </Style>
          <Table Ref="57" type="Stimulsoft.Report.Chart.StiChartTable" isKey="true">
            <DataCells Ref="58" type="Stimulsoft.Report.Chart.StiChartTableDataCells" isKey="true">
              <Font>Arial,8</Font>
              <ShrinkFontToFit>False</ShrinkFontToFit>
              <TextColor>88, 86, 75</TextColor>
            </DataCells>
            <GridLineColor>138, 136, 125</GridLineColor>
            <Header Ref="59" type="Stimulsoft.Report.Chart.StiChartTableHeader" isKey="true">
              <Brush>White</Brush>
              <Font>Arial,8</Font>
              <TextColor>DarkGray</TextColor>
            </Header>
          </Table>
          <Title Ref="60" type="Stimulsoft.Report.Chart.StiChartTitle" isKey="true">
            <Brush>[88:86:75]</Brush>
            <Font>Tahoma,12,Bold</Font>
          </Title>
        </Chart1>
      </Components>
      <Conditions isList="true" count="0" />
      <Guid>90e38f443a1943aebe48458683ba7d8e</Guid>
      <Margins>1,1,1,1</Margins>
      <Name>Page1</Name>
      <PageHeight>29.7</PageHeight>
      <PageWidth>21</PageWidth>
      <Report isRef="0" />
    </Page1>
  </Pages>
  <ReferencedAssemblies isList="true" count="8">
    <value>System.Dll</value>
    <value>System.Drawing.Dll</value>
    <value>System.Windows.Forms.Dll</value>
    <value>System.Data.Dll</value>
    <value>System.Xml.Dll</value>
    <value>Stimulsoft.Controls.Dll</value>
    <value>Stimulsoft.Base.Dll</value>
    <value>Stimulsoft.Report.Dll</value>
  </ReferencedAssemblies>
  <ReportAlias>Report</ReportAlias>
  <ReportChanged>7/23/2019 5:22:55 PM</ReportChanged>
  <ReportCreated>7/23/2019 10:43:15 AM</ReportCreated>
  <ReportFile>C:\Users\jzaupa\Desktop\Graphteste.mrt</ReportFile>
  <ReportGuid>5eaadcd0461c48e2a353a6e13b6cb23b</ReportGuid>
  <ReportName>Report</ReportName>
  <ReportUnit>Centimeters</ReportUnit>
  <ReportVersion>2019.3.1.0</ReportVersion>
  <Script>using System;
using System.Drawing;
using System.Windows.Forms;
using System.Data;
using Stimulsoft.Controls;
using Stimulsoft.Base.Drawing;
using Stimulsoft.Report;
using Stimulsoft.Report.Dialogs;
using Stimulsoft.Report.Components;

namespace Reports
{
    public class Report : Stimulsoft.Report.StiReport
    {
        public Report()        {
            this.InitializeComponent();
        }

        #region StiReport Designer generated code - do not modify
		#endregion StiReport Designer generated code - do not modify
    }
}
</Script>
  <ScriptLanguage>CSharp</ScriptLanguage>
  <Styles isList="true" count="0" />
</StiSerializer>