<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<StiSerializer type="Flex" version="1.02" application="StiReport">
  <Dictionary type="Dictionary" isKey="true" Ref="1">
    <Databases isList="true" count="1">
      <Supremo type="Stimulsoft.Report.Dictionary.StiMySqlDatabase" isKey="true" Ref="2">
        <Alias>Supremo</Alias>
        <ConnectionStringEncrypted>w9r1a2Jno4HjXLSEyOxlY71S14NNXVHNwVqhjckBdxeGbPMJ6FURqGFdvZhhEbU7w3pxS2JdS/3M
SdXYTUwlP43IaWA=</ConnectionStringEncrypted>
        <Name>Supremo</Name>
      </Supremo>
    </Databases>
    <DataSources isList="true" count="2">
      <grau type="Stimulsoft.Report.Dictionary.StiMySqlSource" isKey="true" Ref="3">
        <Alias>grau</Alias>
        <Columns isList="true" count="8">
          <value>HEV_Grau,System.Int32</value>
          <value>TPF_tipoLoja,System.String</value>
          <value>LOJ_Nome,System.String</value>
          <value>HEV_DataDiplomacao,System.DateTime</value>
          <value>HEV_Patente,System.Int32</value>
          <value>HEV_Placet,System.Int32</value>
          <value>HEV_DataPedido,System.DateTime</value>
          <value>OBR_CIF,System.Int32</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1"/>
        <Name>grau</Name>
        <NameInSource>Supremo</NameInSource>
        <Parameters isList="true" count="1">
          <value>obreiro,_x007B_Obreiro_x002E_OBR_CIF_x007D_,600,0</value>
        </Parameters>
        <ReconnectOnEachRow>True</ReconnectOnEachRow>
        <SqlCommand>select HEV_Obreiro as OBR_CIF,
       HEV_Grau,
       TPF_tipoLoja,
       LOJ_Nome,
       HEV_DataDiplomacao,
       HEV_Patente,
HEV_Placet,
HEV_DataPedido
from sup01005 a, sup01002, sys01001

where 
       a.HEV_TipoLoja = LOJ_Tipo_Loja
       and a.HEV_Loja =LOJ_Carta_Loja
        and a.HEV_TipoLoja = TPL_id
       AND a.HEV_Obreiro = @obreiro</SqlCommand>
      </grau>
      <Obreiro type="Stimulsoft.Report.Dictionary.StiMySqlSource" isKey="true" Ref="4">
        <Alias>Obreiro</Alias>
        <Columns isList="true" count="16">
          <value>OBR_CIF,System.Int32</value>
          <value>OBR_Nome,System.String</value>
          <value>OBR_UltimoGrau,System.Int32</value>
          <value>grau3,System.String</value>
          <value>grau4,System.String</value>
          <value>grau9,System.String</value>
          <value>grau14,System.String</value>
          <value>grau15,System.String</value>
          <value>grau18,System.String</value>
          <value>grau19,System.String</value>
          <value>grau22,System.String</value>
          <value>grau29,System.String</value>
          <value>grau30,System.String</value>
          <value>grau31,System.String</value>
          <value>grau32,System.String</value>
          <value>grau33,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1"/>
        <Name>Obreiro</Name>
        <NameInSource>Supremo</NameInSource>
        <Parameters isList="true" count="0"/>
        <SqlCommand>select *from(
       select 
       *,
       (case WHEN OBR_UltimoGrau = 3 then
           (select case when sum(HEV_Grau) = 6 then 'true' end from sup01005 where HEV_Obreiro = t.OBR_CIF )
       else
           null
       end) as grau3,
       (case WHEN OBR_UltimoGrau = 4 then
           (select case when sum(HEV_Grau) = 10 then 'true' end from sup01005 where HEV_Obreiro = t.OBR_CIF )
       else
           null
       end) as grau4,
       (case WHEN OBR_UltimoGrau = 9 then
           (select case when sum(HEV_Grau) = 19 then 'true' end from sup01005 where HEV_Obreiro = t.OBR_CIF )
       else
           null
       end) as grau9,
       (case WHEN OBR_UltimoGrau = 14 then
           (select case when sum(HEV_Grau) &gt;= 33 then 'true' end from sup01005 where HEV_Obreiro = t.OBR_CIF )
       else
           null
       end) as grau14,
       (case WHEN OBR_UltimoGrau = 15 then
           (select case when sum(HEV_Grau) &gt;= 48 then 'true' end from sup01005 where HEV_Obreiro = t.OBR_CIF )
       else
           null
       end) as grau15,
       (case WHEN OBR_UltimoGrau = 18 then
           (select case when sum(HEV_Grau) &gt;= 66 then 'true' end from sup01005 where HEV_Obreiro = t.OBR_CIF )
       else
           null
       end) as grau18,
       (case WHEN OBR_UltimoGrau = 19 then
           (select case when sum(HEV_Grau) &gt;= 85 then 'true' end from sup01005 where HEV_Obreiro = t.OBR_CIF )
       else
           null
       end) as grau19,
       (case WHEN OBR_UltimoGrau = 22 then
           (select case when sum(HEV_Grau) &gt;= 107 then 'true' end from sup01005 where HEV_Obreiro = t.OBR_CIF )
       else
           null
       end) as grau22,
       (case WHEN OBR_UltimoGrau = 29 then
           (select case when sum(HEV_Grau) &gt;= 136 then 'true' end from sup01005 where HEV_Obreiro = t.OBR_CIF )
       else
           null
       end) as grau29,
       (case WHEN OBR_UltimoGrau = 30 then
           (select case when sum(HEV_Grau) &gt;= 166 then 'true' end from sup01005 where HEV_Obreiro = t.OBR_CIF )
       else
           null
       end) as grau30,
       (case WHEN OBR_UltimoGrau = 31 then
           (select case when sum(HEV_Grau) &gt;= 197 then 'true' end from sup01005 where HEV_Obreiro = t.OBR_CIF )
       else
           null
       end) as grau31,
       (case WHEN OBR_UltimoGrau = 32 then
           (select case when sum(HEV_Grau) &gt;= 229 then 'true' end from sup01005 where HEV_Obreiro = t.OBR_CIF )
       else
           null
       end) as grau32,
       (case WHEN OBR_UltimoGrau = 33 then
           (select case when sum(HEV_Grau) &gt;= 262 then 'true' end from sup01005 where HEV_Obreiro = t.OBR_CIF )
       else
           null
       end) as grau33
       
       
from (
 
    select OBR_CIF,
           OBR_Nome,
           (select max(HEV_Grau) from sup01005 where HEV_Obreiro = OBR_CIF) as OBR_UltimoGrau
    from 
           sup01003
) as t
) as y where OBR_UltimoGrau =19 and grau19 is null
LIMIT 3</SqlCommand>
      </Obreiro>
    </DataSources>
    <Relations isList="true" count="0"/>
    <Report isRef="0"/>
    <Variables isList="true" count="5">
      <value>,grauObreiro,grauObreiro,grauObreiro,System.Int32,_x0033_3,False,False,False</value>
      <value>,loja,loja,loja,System.Int32,_x0031_,False,False,False</value>
      <value>,tipo,tipo,tipo,System.Int32,_x0036_,False,False,False</value>
      <value>,periodo1,periodo1,periodo1,System.String,_x0031_900_x002D_01_x002D_01,False,False,False</value>
      <value>,periodo2,periodo2,periodo2,System.String,_x0032_060_x002D_01_x002D_01,False,False,False</value>
    </Variables>
  </Dictionary>
  <EngineVersion>EngineV2</EngineVersion>
  <GlobalizationStrings isList="true" count="0"/>
  <MetaTags isList="true" count="0"/>
  <Pages isList="true" count="2">
    <Page1 type="Page" isKey="true" Ref="5">
      <Border>None;Black;2;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <Components isList="true" count="6">
        <PageHeaderBand1 type="PageHeaderBand" isKey="true" Ref="6">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,0.4,19,2.8</ClientRectangle>
          <Components isList="true" count="6">
            <Text20 type="Text" isKey="true" Ref="7">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0,19,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,10,Bold</Font>
              <Guid>68868d4c50aaecbb57692a4a2d8b0120</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text20</Name>
              <Page isRef="5"/>
              <Parent isRef="6"/>
              <Text>AD UNIVERSI TERRARUM ORBIS SUMMI ARCHITECTI GLORIAM</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text20>
            <Text21 type="Text" isKey="true" Ref="8">
              <Brush>Transparent</Brush>
              <ClientRectangle>3.2,0.8,13.2,1</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,10,Bold</Font>
              <Guid>b97ed0ccae89ec5ae64a2a4abfc4ddcf</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text21</Name>
              <Page isRef="5"/>
              <Parent isRef="6"/>
              <Text>SUPREMO CONSELHO DO GRAU 33 PARA A REPÚBLICA FEDERATIVA DO BRASIL
RITO ESCOCÊS ANTIGO E ACEITO</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text21>
            <Text7 type="Text" isKey="true" Ref="9">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,2,19,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,12,Bold</Font>
              <Guid>41bc6a9ee6757260088a7e6b486b257b</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text7</Name>
              <Page isRef="5"/>
              <Parent isRef="6"/>
              <Text>Obreiro por Grau</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text7>
            <StartPointPrimitive3 type="Stimulsoft.Report.Components.StiStartPointPrimitive" isKey="true" Ref="10">
              <ClientRectangle>0,0,0,0</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Name>StartPointPrimitive3</Name>
              <Page isRef="5"/>
              <Parent isRef="6"/>
              <ReferenceToGuid>6f15a8832a54f1f7bf1e2a4e43974f14</ReferenceToGuid>
            </StartPointPrimitive3>
            <StartPointPrimitive5 type="Stimulsoft.Report.Components.StiStartPointPrimitive" isKey="true" Ref="11">
              <ClientRectangle>0,0.2,0,0</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Name>StartPointPrimitive5</Name>
              <Page isRef="5"/>
              <Parent isRef="6"/>
              <ReferenceToGuid>a7de204da3796659dff92a511c03b552</ReferenceToGuid>
            </StartPointPrimitive5>
            <StartPointPrimitive8 type="Stimulsoft.Report.Components.StiStartPointPrimitive" isKey="true" Ref="12">
              <ClientRectangle>0,0,0,0</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Name>StartPointPrimitive8</Name>
              <Page isRef="5"/>
              <Parent isRef="6"/>
              <ReferenceToGuid>89b36e4a9ed9772f0a0c2a9881df7f23</ReferenceToGuid>
            </StartPointPrimitive8>
          </Components>
          <Conditions isList="true" count="0"/>
          <Name>PageHeaderBand1</Name>
          <Page isRef="5"/>
          <Parent isRef="5"/>
        </PageHeaderBand1>
        <DataBand2 type="DataBand" isKey="true" Ref="13">
          <Border>All;Black;1;Solid;False;4;Black</Border>
          <Brush>Transparent</Brush>
          <ClientRectangle>0,4,19,1.6</ClientRectangle>
          <Components isList="true" count="7">
            <Text14 type="Text" isKey="true" Ref="14">
              <Border>Left;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0,1.2,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,9,Bold</Font>
              <Guid>ee514a8de2006906d0a0ef9109229529</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text14</Name>
              <Page isRef="5"/>
              <Parent isRef="13"/>
              <Text>CIF</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text14>
            <Text15 type="Text" isKey="true" Ref="15">
              <Border>Left;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>1.2,0,1.2,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,9</Font>
              <Guid>a6ea5d54f1440a681ad0ef9131388202</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text15</Name>
              <Page isRef="5"/>
              <Parent isRef="13"/>
              <Text>{Obreiro.OBR_CIF}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text15>
            <Text16 type="Text" isKey="true" Ref="16">
              <Border>Left;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>2.4,0,1.2,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,9,Bold</Font>
              <Guid>37019c5e45abd5142823ef91e94452c8</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text16</Name>
              <Page isRef="5"/>
              <Parent isRef="13"/>
              <Text>Nome</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text16>
            <Text17 type="Text" isKey="true" Ref="17">
              <Border>Left;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>3.6,0,11.6,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,9</Font>
              <Guid>1cdd47787b90a32f22f0ef92214c8ad2</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text17</Name>
              <Page isRef="5"/>
              <Parent isRef="13"/>
              <Text>{Obreiro.OBR_Nome}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text17>
            <Text18 type="Text" isKey="true" Ref="18">
              <Border>Left;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>15.2,0,2,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,9,Bold</Font>
              <Guid>c32cc0cb8e05c0d1345bef9245a20122</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text18</Name>
              <Page isRef="5"/>
              <Parent isRef="13"/>
              <Text>Ultimo Grau:</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text18>
            <Text22 type="Text" isKey="true" Ref="19">
              <Border>Left;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>17.2,0,1.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,9</Font>
              <Guid>a7ba84bb2b96bf4d4069ef927e10730a</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text22</Name>
              <Page isRef="5"/>
              <Parent isRef="13"/>
              <Text>{Obreiro.OBR_UltimoGrau}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text22>
            <SubReport1 type="SubReport" isKey="true" Ref="20">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0.6,19,1</ClientRectangle>
              <Components isList="true" count="0"/>
              <Conditions isList="true" count="0"/>
              <Name>SubReport1</Name>
              <Page isRef="5"/>
              <Parent isRef="13"/>
              <SubReportPageGuid>62d0e480d99155cfaceeefa9184a3347</SubReportPageGuid>
            </SubReport1>
          </Components>
          <Conditions isList="true" count="0"/>
          <DataSourceName>Obreiro</DataSourceName>
          <FilterOn>False</FilterOn>
          <Filters isList="true" count="0"/>
          <Name>DataBand2</Name>
          <Page isRef="5"/>
          <Parent isRef="5"/>
          <Sort isList="true" count="0"/>
        </DataBand2>
        <FooterBand1 type="FooterBand" isKey="true" Ref="21">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,6.4,19,0.8</ClientRectangle>
          <Components isList="true" count="4">
            <Text4 type="Text" isKey="true" Ref="22">
              <Brush>Transparent</Brush>
              <ClientRectangle>0.2,0.2,7.6,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,10,Bold</Font>
              <Guid>b209757a176b916575417e665c8b2eb6</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text4</Name>
              <Page isRef="5"/>
              <Parent isRef="21"/>
              <Text>Total de Obreiros : {Count(DataBand2)}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text4>
            <StartPointPrimitive1 type="Stimulsoft.Report.Components.StiStartPointPrimitive" isKey="true" Ref="23">
              <ClientRectangle>0,0.4,0,0</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Name>StartPointPrimitive1</Name>
              <Page isRef="5"/>
              <Parent isRef="21"/>
              <ReferenceToGuid>5ebdd7f6f6c43d21ae042a79849c7028</ReferenceToGuid>
            </StartPointPrimitive1>
            <EndPointPrimitive2 type="Stimulsoft.Report.Components.StiEndPointPrimitive" isKey="true" Ref="24">
              <ClientRectangle>19,0,0,0</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Name>EndPointPrimitive2</Name>
              <Page isRef="5"/>
              <Parent isRef="21"/>
              <ReferenceToGuid>5ebdd7f6f6c43d21ae042a79849c7028</ReferenceToGuid>
            </EndPointPrimitive2>
            <EndPointPrimitive6 type="Stimulsoft.Report.Components.StiEndPointPrimitive" isKey="true" Ref="25">
              <ClientRectangle>19,0,0,0</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Name>EndPointPrimitive6</Name>
              <Page isRef="5"/>
              <Parent isRef="21"/>
              <ReferenceToGuid>a96923fe9d165481a0e72a80d373c0b1</ReferenceToGuid>
            </EndPointPrimitive6>
          </Components>
          <Conditions isList="true" count="0"/>
          <Name>FooterBand1</Name>
          <Page isRef="5"/>
          <Parent isRef="5"/>
        </FooterBand1>
        <EndPointPrimitive1 type="Stimulsoft.Report.Components.StiEndPointPrimitive" isKey="true" Ref="26">
          <ClientRectangle>19,27.8,0,0</ClientRectangle>
          <Conditions isList="true" count="0"/>
          <Name>EndPointPrimitive1</Name>
          <Page isRef="5"/>
          <Parent isRef="5"/>
          <ReferenceToGuid>f179543753d191ec5e43f240d10a548e</ReferenceToGuid>
        </EndPointPrimitive1>
        <RectanglePrimitive2 type="RectanglePrimitive" isKey="true" Ref="27">
          <ClientRectangle>0,0.4,19.01,27.2</ClientRectangle>
          <Color>Black</Color>
          <Conditions isList="true" count="0"/>
          <Guid>89b36e4a9ed9772f0a0c2a9881df7f23</Guid>
          <Name>RectanglePrimitive2</Name>
          <Page isRef="5"/>
          <Parent isRef="5"/>
        </RectanglePrimitive2>
        <EndPointPrimitive7 type="Stimulsoft.Report.Components.StiEndPointPrimitive" isKey="true" Ref="28">
          <ClientRectangle>19.01,27.6,0,0</ClientRectangle>
          <Conditions isList="true" count="0"/>
          <Name>EndPointPrimitive7</Name>
          <Page isRef="5"/>
          <Parent isRef="5"/>
          <ReferenceToGuid>89b36e4a9ed9772f0a0c2a9881df7f23</ReferenceToGuid>
        </EndPointPrimitive7>
      </Components>
      <Conditions isList="true" count="0"/>
      <Guid>ac1e38a94b40728a27a7f2128b1b6932</Guid>
      <Margins>1,1,1,1</Margins>
      <Name>Page1</Name>
      <PageHeight>29.7</PageHeight>
      <PageWidth>21</PageWidth>
      <Report isRef="0"/>
      <Watermark type="Stimulsoft.Report.Components.StiWatermark" isKey="true" Ref="29">
        <Font>Arial,100</Font>
        <Image/>
        <ImageStretch>True</ImageStretch>
        <TextBrush>[50:0:0:0]</TextBrush>
      </Watermark>
    </Page1>
    <Page2 type="Page" isKey="true" Ref="30">
      <Border>None;Black;2;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <Components isList="true" count="2">
        <HeaderBand3 type="HeaderBand" isKey="true" Ref="31">
          <Border>Top, Left, Bottom;Black;1;Solid;False;4;Black</Border>
          <Brush>Transparent</Brush>
          <ClientRectangle>0,0.4,19,0.6</ClientRectangle>
          <Components isList="true" count="8">
            <Text43 type="Text" isKey="true" Ref="32">
              <Border>Left;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0,1.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,9,Bold</Font>
              <Guid>14e1ef883dae73c45ab4efa94017b860</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text43</Name>
              <Page isRef="30"/>
              <Parent isRef="31"/>
              <Text>Obreiro</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text43>
            <Text24 type="Text" isKey="true" Ref="33">
              <Border>Left;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>1.8,0,2.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,9,Bold</Font>
              <Guid>bf2d183177e31ec1c6c0efa94017d333</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text24</Name>
              <Page isRef="30"/>
              <Parent isRef="31"/>
              <Text>Tipo de Loja</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text24>
            <Text28 type="Text" isKey="true" Ref="34">
              <Border>Left;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>4.6,0,6.2,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,9,Bold</Font>
              <Guid>e5e1ba0b2a4b1d2c59a5efa9401717f2</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text28</Name>
              <Page isRef="30"/>
              <Parent isRef="31"/>
              <Text>Loja</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text28>
            <Text29 type="Text" isKey="true" Ref="35">
              <Border>Left;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>11.8,0,1.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,9,Bold</Font>
              <Guid>8998f3e0bb95cfb2a01fefa94017e67a</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text29</Name>
              <Page isRef="30"/>
              <Parent isRef="31"/>
              <Text>Data Diplo.</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text29>
            <Text30 type="Text" isKey="true" Ref="36">
              <Border>Left;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>13.6,0,1.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,9,Bold</Font>
              <Guid>b618bf8aa556ccdc6d65efa940177a97</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text30</Name>
              <Page isRef="30"/>
              <Parent isRef="31"/>
              <Text>Patente</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text30>
            <Text31 type="Text" isKey="true" Ref="37">
              <Border>Left;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>15.4,0,1.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,9,Bold</Font>
              <Guid>43c09c2c800e8d7ed05aefa94017d4d6</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text31</Name>
              <Page isRef="30"/>
              <Parent isRef="31"/>
              <Text>Placet</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text31>
            <Text32 type="Text" isKey="true" Ref="38">
              <Border>Left;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>17.2,0,1.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,9,Bold</Font>
              <Guid>802858059f7472f8705fefa94017a533</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text32</Name>
              <Page isRef="30"/>
              <Parent isRef="31"/>
              <Text>Data Pedi.</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text32>
            <Text33 type="Text" isKey="true" Ref="39">
              <Border>Left;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>10.8,0,1,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,9,Bold</Font>
              <Guid>48e564e3ed9ad0c1b5afefa940175728</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text33</Name>
              <Page isRef="30"/>
              <Parent isRef="31"/>
              <Text>Grau</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text33>
          </Components>
          <Conditions isList="true" count="0"/>
          <Guid>3ac98ab0d385238632dcefa9401777ae</Guid>
          <Name>HeaderBand3</Name>
          <Page isRef="30"/>
          <Parent isRef="30"/>
        </HeaderBand3>
        <DataBand4 type="DataBand" isKey="true" Ref="40">
          <Border>Top, Left, Bottom;[70:70:70];1;Solid;False;4;Black</Border>
          <Brush>White</Brush>
          <CanGrow>False</CanGrow>
          <ClientRectangle>0,1.8,19,0.6</ClientRectangle>
          <Components isList="true" count="10">
            <Text34 type="Text" isKey="true" Ref="41">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>1.8,0,2.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,8</Font>
              <Guid>816c75eae232b6ca9bedefa940173505</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text34</Name>
              <Page isRef="30"/>
              <Parent isRef="40"/>
              <Text>{grau.TPF_tipoLoja}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
              <VertAlignment>Bottom</VertAlignment>
            </Text34>
            <Text35 type="Text" isKey="true" Ref="42">
              <Border>Top, Left, Bottom;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>4.6,0,6.2,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,8</Font>
              <Guid>537dbd0908c2f9a5b028efa940170cfb</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text35</Name>
              <Page isRef="30"/>
              <Parent isRef="40"/>
              <Text>{grau.LOJ_Nome}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
              <VertAlignment>Bottom</VertAlignment>
            </Text35>
            <Text36 type="Text" isKey="true" Ref="43">
              <Border>Top, Left, Bottom;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>11.8,0,1.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,8</Font>
              <Guid>a4bea6273d0e38253ec7efa94017ebe7</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text36</Name>
              <Page isRef="30"/>
              <Parent isRef="40"/>
              <Text>{grau.HEV_DataDiplomacao}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat type="DateFormat" isKey="true" Ref="44">
                <StringFormat>dd/MM/yyyy</StringFormat>
              </TextFormat>
              <Type>DataColumn</Type>
              <VertAlignment>Bottom</VertAlignment>
            </Text36>
            <Text37 type="Text" isKey="true" Ref="45">
              <Border>Top, Left, Bottom;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>13.6,0,1.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,8</Font>
              <Guid>4734f1fee58b12e27b8cefa94017ff12</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text37</Name>
              <Page isRef="30"/>
              <Parent isRef="40"/>
              <Text>{grau.HEV_Patente}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Bottom</VertAlignment>
            </Text37>
            <Text38 type="Text" isKey="true" Ref="46">
              <Border>Top, Left, Bottom;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>15.4,0,1.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,8</Font>
              <Guid>d594b4c8fabfd8803fdbefa94017080f</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text38</Name>
              <Page isRef="30"/>
              <Parent isRef="40"/>
              <Text>{grau.HEV_Placet}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Bottom</VertAlignment>
            </Text38>
            <Text39 type="Text" isKey="true" Ref="47">
              <Border>Top, Left, Bottom;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>17.2,0,1.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,8</Font>
              <Guid>9e67372233ca56063856efa940178cee</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text39</Name>
              <Page isRef="30"/>
              <Parent isRef="40"/>
              <Text>{grau.HEV_DataPedido}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat type="DateFormat" isKey="true" Ref="48">
                <StringFormat>dd/MM/yyyy</StringFormat>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Bottom</VertAlignment>
            </Text39>
            <Text40 type="Text" isKey="true" Ref="49">
              <Border>Top, Left, Bottom;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>10.8,0,1,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,8</Font>
              <Guid>8d19e1e489dd56c4a18cefa940178637</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text40</Name>
              <Page isRef="30"/>
              <Parent isRef="40"/>
              <Text>{grau.HEV_Grau}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat type="DateFormat" isKey="true" Ref="50">
                <StringFormat>dd/MM/yyyy</StringFormat>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Bottom</VertAlignment>
            </Text40>
            <Text41 type="Text" isKey="true" Ref="51">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0,1.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Font>Arial,8</Font>
              <Guid>eb02767913de39a898faefa94017a0cc</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text41</Name>
              <Page isRef="30"/>
              <Parent isRef="40"/>
              <Text>{grau.HEV_Obreiro}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
              <VertAlignment>Bottom</VertAlignment>
            </Text41>
            <StartPointPrimitive9 type="Stimulsoft.Report.Components.StiStartPointPrimitive" isKey="true" Ref="52">
              <ClientRectangle>0,0.2,0,0</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Guid>68b05777541f32731f97efa94017c251</Guid>
              <Name>StartPointPrimitive9</Name>
              <Page isRef="30"/>
              <Parent isRef="40"/>
              <ReferenceToGuid>7999e838a5e1189deb5e2a7d4bbe60da</ReferenceToGuid>
            </StartPointPrimitive9>
            <StartPointPrimitive6 type="Stimulsoft.Report.Components.StiStartPointPrimitive" isKey="true" Ref="53">
              <ClientRectangle>0,0.2,0,0</ClientRectangle>
              <Conditions isList="true" count="0"/>
              <Guid>3a10a6cdf9d4a46b2647efa940175f18</Guid>
              <Name>StartPointPrimitive6</Name>
              <Page isRef="30"/>
              <Parent isRef="40"/>
              <ReferenceToGuid>8b808330e1caf5446dfb2a97de5558d9</ReferenceToGuid>
            </StartPointPrimitive6>
          </Components>
          <Conditions isList="true" count="0"/>
          <DataSourceName>grau</DataSourceName>
          <EvenStyle>Coleção_Cabeçalho2</EvenStyle>
          <Filters isList="true" count="0"/>
          <Guid>624080ee7aea6dddbbfbefa94017cf35</Guid>
          <MasterComponent isRef="13"/>
          <Name>DataBand4</Name>
          <Page isRef="30"/>
          <Parent isRef="30"/>
          <Sort isList="true" count="0"/>
        </DataBand4>
      </Components>
      <Conditions isList="true" count="0"/>
      <Guid>62d0e480d99155cfaceeefa9184a3347</Guid>
      <Margins>1,1,1,1</Margins>
      <Name>Page2</Name>
      <PageHeight>29.7</PageHeight>
      <PageWidth>21</PageWidth>
      <Report isRef="0"/>
      <Watermark type="Stimulsoft.Report.Components.StiWatermark" isKey="true" Ref="54">
        <Font>Arial,100</Font>
        <TextBrush>[50:0:0:0]</TextBrush>
      </Watermark>
    </Page2>
  </Pages>
  <PrinterSettings type="Stimulsoft.Report.Print.StiPrinterSettings" isKey="true" Ref="55"/>
  <ReportAlias>Relatório</ReportAlias>
  <ReportChanged>07/18/2016 12:45:44 PM</ReportChanged>
  <ReportCreated>04/07/2016 03:53:34 PM</ReportCreated>
  <ReportFile>C:\Users\FACNOT\Desktop\fac_Rel_RelatorioInconsistentes.mrt</ReportFile>
  <ReportGuid>4c8b48772fd70600df12fead6fae9ba5</ReportGuid>
  <ReportName>Relatório</ReportName>
  <ReportUnit>Centimeters</ReportUnit>
  <ReportVersion>2016.1</ReportVersion>
  <ScriptLanguage>CSharp</ScriptLanguage>
  <Styles isList="true" count="56">
    <Coleção_Título_Relatório1 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="56">
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item9 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="57">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>ReportTitle</Placement>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item9>
      </Conditions>
      <Font>Arial,14,Bold</Font>
      <Name>Coleção_Título_Relatório1</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Título_Relatório1>
    <Coleção_Título_Relatório2 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="58">
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item10 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="59">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <OperationPlacementNestedLevel>GreaterThanOrEqualTo</OperationPlacementNestedLevel>
          <Placement>ReportTitle</Placement>
          <PlacementNestedLevel>2</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item10>
      </Conditions>
      <Font>Arial,10,Bold</Font>
      <Name>Coleção_Título_Relatório2</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Título_Relatório2>
    <Coleção_Resumo_Relatório1 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="60">
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item11 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="61">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>ReportSummary</Placement>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item11>
      </Conditions>
      <Font>Arial,12,Bold</Font>
      <Name>Coleção_Resumo_Relatório1</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Resumo_Relatório1>
    <Coleção_Resumo_Relatório2 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="62">
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item12 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="63">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <OperationPlacementNestedLevel>GreaterThanOrEqualTo</OperationPlacementNestedLevel>
          <Placement>ReportSummary</Placement>
          <PlacementNestedLevel>2</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item12>
      </Conditions>
      <Font>Arial,10,Bold</Font>
      <Name>Coleção_Resumo_Relatório2</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Resumo_Relatório2>
    <Coleção_Cabeçalho_Página type="Stimulsoft.Report.StiStyle" isKey="true" Ref="64">
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item13 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="65">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>PageHeader</Placement>
          <Type>ComponentType, Placement</Type>
        </Item13>
      </Conditions>
      <Font>Arial,10</Font>
      <Name>Coleção_Cabeçalho_Página</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Cabeçalho_Página>
    <Coleção_Rodapé_Página type="Stimulsoft.Report.StiStyle" isKey="true" Ref="66">
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item14 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="67">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>PageFooter</Placement>
          <Type>ComponentType, Placement</Type>
        </Item14>
      </Conditions>
      <Font>Arial,10</Font>
      <Name>Coleção_Rodapé_Página</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Rodapé_Página>
    <Coleção_Cabeçalho_Grupo1 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="68">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item15 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="69">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>GroupHeader</Placement>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item15>
      </Conditions>
      <Font>Arial,13,Bold</Font>
      <Name>Coleção_Cabeçalho_Grupo1</Name>
      <TextBrush>[70:70:70]</TextBrush>
    </Coleção_Cabeçalho_Grupo1>
    <Coleção_Cabeçalho_Grupo2 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="70">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item16 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="71">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>GroupHeader</Placement>
          <PlacementNestedLevel>2</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item16>
      </Conditions>
      <Font>Arial,13,Bold</Font>
      <Name>Coleção_Cabeçalho_Grupo2</Name>
      <TextBrush>[70:70:70]</TextBrush>
    </Coleção_Cabeçalho_Grupo2>
    <Coleção_Cabeçalho_Grupo3 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="72">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item17 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="73">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>GroupHeader</Placement>
          <PlacementNestedLevel>3</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item17>
      </Conditions>
      <Font>Arial,12,Bold</Font>
      <Name>Coleção_Cabeçalho_Grupo3</Name>
      <TextBrush>[70:70:70]</TextBrush>
    </Coleção_Cabeçalho_Grupo3>
    <Coleção_Cabeçalho_Grupo4 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="74">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item18 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="75">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>GroupHeader</Placement>
          <PlacementNestedLevel>4</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item18>
      </Conditions>
      <Font>Arial,12,Bold</Font>
      <Name>Coleção_Cabeçalho_Grupo4</Name>
      <TextBrush>[70:70:70]</TextBrush>
    </Coleção_Cabeçalho_Grupo4>
    <Coleção_Cabeçalho_Grupo5 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="76">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item19 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="77">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>GroupHeader</Placement>
          <PlacementNestedLevel>5</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item19>
      </Conditions>
      <Font>Arial,11,Bold</Font>
      <Name>Coleção_Cabeçalho_Grupo5</Name>
      <TextBrush>[70:70:70]</TextBrush>
    </Coleção_Cabeçalho_Grupo5>
    <Coleção_Cabeçalho_Grupo6 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="78">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item20 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="79">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>GroupHeader</Placement>
          <PlacementNestedLevel>6</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item20>
      </Conditions>
      <Font>Arial,11,Bold</Font>
      <Name>Coleção_Cabeçalho_Grupo6</Name>
      <TextBrush>[70:70:70]</TextBrush>
    </Coleção_Cabeçalho_Grupo6>
    <Coleção_Cabeçalho_Grupo7 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="80">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item21 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="81">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <OperationPlacementNestedLevel>GreaterThanOrEqualTo</OperationPlacementNestedLevel>
          <Placement>GroupHeader</Placement>
          <PlacementNestedLevel>7</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item21>
      </Conditions>
      <Font>Arial,10,Bold</Font>
      <Name>Coleção_Cabeçalho_Grupo7</Name>
      <TextBrush>[70:70:70]</TextBrush>
    </Coleção_Cabeçalho_Grupo7>
    <Coleção_Rodapé_Grupo1 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="82">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item22 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="83">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>GroupFooter</Placement>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item22>
      </Conditions>
      <Font>Arial,13,Bold</Font>
      <Name>Coleção_Rodapé_Grupo1</Name>
      <TextBrush>[70:70:70]</TextBrush>
    </Coleção_Rodapé_Grupo1>
    <Coleção_Rodapé_Grupo2 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="84">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item23 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="85">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>GroupFooter</Placement>
          <PlacementNestedLevel>2</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item23>
      </Conditions>
      <Font>Arial,13,Bold</Font>
      <Name>Coleção_Rodapé_Grupo2</Name>
      <TextBrush>[70:70:70]</TextBrush>
    </Coleção_Rodapé_Grupo2>
    <Coleção_Rodapé_Grupo3 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="86">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item24 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="87">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>GroupFooter</Placement>
          <PlacementNestedLevel>3</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item24>
      </Conditions>
      <Font>Arial,12,Bold</Font>
      <Name>Coleção_Rodapé_Grupo3</Name>
      <TextBrush>[70:70:70]</TextBrush>
    </Coleção_Rodapé_Grupo3>
    <Coleção_Rodapé_Grupo4 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="88">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item25 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="89">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>GroupFooter</Placement>
          <PlacementNestedLevel>4</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item25>
      </Conditions>
      <Font>Arial,12,Bold</Font>
      <Name>Coleção_Rodapé_Grupo4</Name>
      <TextBrush>[70:70:70]</TextBrush>
    </Coleção_Rodapé_Grupo4>
    <Coleção_Rodapé_Grupo5 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="90">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item26 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="91">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>GroupFooter</Placement>
          <PlacementNestedLevel>5</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item26>
      </Conditions>
      <Font>Arial,11,Bold</Font>
      <Name>Coleção_Rodapé_Grupo5</Name>
      <TextBrush>[70:70:70]</TextBrush>
    </Coleção_Rodapé_Grupo5>
    <Coleção_Rodapé_Grupo6 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="92">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item27 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="93">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>GroupFooter</Placement>
          <PlacementNestedLevel>6</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item27>
      </Conditions>
      <Font>Arial,11,Bold</Font>
      <Name>Coleção_Rodapé_Grupo6</Name>
      <TextBrush>[70:70:70]</TextBrush>
    </Coleção_Rodapé_Grupo6>
    <Coleção_Rodapé_Grupo7 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="94">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item28 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="95">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>GroupFooter</Placement>
          <PlacementNestedLevel>7</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item28>
      </Conditions>
      <Font>Arial,10,Bold</Font>
      <Name>Coleção_Rodapé_Grupo7</Name>
      <TextBrush>[70:70:70]</TextBrush>
    </Coleção_Rodapé_Grupo7>
    <Coleção_Cabeçalho1 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="96">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[220:220:220]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item29 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="97">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>Header</Placement>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item29>
      </Conditions>
      <Font>Arial,8,Bold</Font>
      <Name>Coleção_Cabeçalho1</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Cabeçalho1>
    <Coleção_Cabeçalho2 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="98">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[241:241:241]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item30 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="99">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>Header</Placement>
          <PlacementNestedLevel>2</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item30>
      </Conditions>
      <Font>Arial,8,Bold</Font>
      <Name>Coleção_Cabeçalho2</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Cabeçalho2>
    <Coleção_Cabeçalho3 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="100">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item31 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="101">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>Header</Placement>
          <PlacementNestedLevel>3</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item31>
      </Conditions>
      <Font>Arial,8,Bold</Font>
      <Name>Coleção_Cabeçalho3</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Cabeçalho3>
    <Coleção_Cabeçalho4 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="102">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item32 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="103">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>Header</Placement>
          <PlacementNestedLevel>4</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item32>
      </Conditions>
      <Font>Arial,8,Bold</Font>
      <Name>Coleção_Cabeçalho4</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Cabeçalho4>
    <Coleção_Cabeçalho5 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="104">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item33 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="105">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>Header</Placement>
          <PlacementNestedLevel>5</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item33>
      </Conditions>
      <Font>Arial,8,Bold</Font>
      <Name>Coleção_Cabeçalho5</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Cabeçalho5>
    <Coleção_Cabeçalho6 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="106">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item34 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="107">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>Header</Placement>
          <PlacementNestedLevel>6</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item34>
      </Conditions>
      <Font>Arial,8,Bold</Font>
      <Name>Coleção_Cabeçalho6</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Cabeçalho6>
    <Coleção_Cabeçalho7 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="108">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item35 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="109">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <OperationPlacementNestedLevel>GreaterThanOrEqualTo</OperationPlacementNestedLevel>
          <Placement>Header</Placement>
          <PlacementNestedLevel>7</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item35>
      </Conditions>
      <Font>Arial,8,Bold</Font>
      <Name>Coleção_Cabeçalho7</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Cabeçalho7>
    <Coleção_Dados1 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="110">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item36 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="111">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>Data</Placement>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item36>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Dados1</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Dados1>
    <Coleção_Dados1_Estilo_x0020_Diferente type="Stimulsoft.Report.StiStyle" isKey="true" Ref="112">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item37 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="113">
          <Placement>DataOddStyle</Placement>
          <Type>Placement, PlacementNestedLevel</Type>
        </Item37>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Dados1_Estilo Diferente</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Dados1_Estilo_x0020_Diferente>
    <Coleção_Dados1_Mesmo_x0020_Estilo type="Stimulsoft.Report.StiStyle" isKey="true" Ref="114">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item38 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="115">
          <Placement>DataEvenStyle</Placement>
          <Type>Placement, PlacementNestedLevel</Type>
        </Item38>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Dados1_Mesmo Estilo</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Dados1_Mesmo_x0020_Estilo>
    <Coleção_Dados2 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="116">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item39 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="117">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>Data</Placement>
          <PlacementNestedLevel>2</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item39>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Dados2</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Dados2>
    <Coleção_Dados2_Estilo_x0020_Diferente type="Stimulsoft.Report.StiStyle" isKey="true" Ref="118">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item40 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="119">
          <Placement>DataOddStyle</Placement>
          <PlacementNestedLevel>2</PlacementNestedLevel>
          <Type>Placement, PlacementNestedLevel</Type>
        </Item40>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Dados2_Estilo Diferente</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Dados2_Estilo_x0020_Diferente>
    <Coleção_Dados2_Mesmo_x0020_Estilo type="Stimulsoft.Report.StiStyle" isKey="true" Ref="120">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item41 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="121">
          <Placement>DataEvenStyle</Placement>
          <PlacementNestedLevel>2</PlacementNestedLevel>
          <Type>Placement, PlacementNestedLevel</Type>
        </Item41>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Dados2_Mesmo Estilo</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Dados2_Mesmo_x0020_Estilo>
    <Coleção_Dados3 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="122">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item42 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="123">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>Data</Placement>
          <PlacementNestedLevel>3</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item42>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Dados3</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Dados3>
    <Coleção_Dados3_Estilo_x0020_Diferente type="Stimulsoft.Report.StiStyle" isKey="true" Ref="124">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item43 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="125">
          <Placement>DataOddStyle</Placement>
          <PlacementNestedLevel>3</PlacementNestedLevel>
          <Type>Placement, PlacementNestedLevel</Type>
        </Item43>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Dados3_Estilo Diferente</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Dados3_Estilo_x0020_Diferente>
    <Coleção_Dados3_Mesmo_x0020_Estilo type="Stimulsoft.Report.StiStyle" isKey="true" Ref="126">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item44 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="127">
          <Placement>DataEvenStyle</Placement>
          <PlacementNestedLevel>3</PlacementNestedLevel>
          <Type>Placement, PlacementNestedLevel</Type>
        </Item44>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Dados3_Mesmo Estilo</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Dados3_Mesmo_x0020_Estilo>
    <Coleção_Dados4 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="128">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item45 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="129">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>Data</Placement>
          <PlacementNestedLevel>4</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item45>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Dados4</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Dados4>
    <Coleção_Dados4_Estilo_x0020_Diferente type="Stimulsoft.Report.StiStyle" isKey="true" Ref="130">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item46 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="131">
          <Placement>DataOddStyle</Placement>
          <PlacementNestedLevel>4</PlacementNestedLevel>
          <Type>Placement, PlacementNestedLevel</Type>
        </Item46>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Dados4_Estilo Diferente</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Dados4_Estilo_x0020_Diferente>
    <Coleção_Dados4_Mesmo_x0020_Estilo type="Stimulsoft.Report.StiStyle" isKey="true" Ref="132">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item47 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="133">
          <Placement>DataEvenStyle</Placement>
          <PlacementNestedLevel>4</PlacementNestedLevel>
          <Type>Placement, PlacementNestedLevel</Type>
        </Item47>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Dados4_Mesmo Estilo</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Dados4_Mesmo_x0020_Estilo>
    <Coleção_Dados5 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="134">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item48 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="135">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>Data</Placement>
          <PlacementNestedLevel>5</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item48>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Dados5</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Dados5>
    <Coleção_Dados5_Estilo_x0020_Diferente type="Stimulsoft.Report.StiStyle" isKey="true" Ref="136">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item49 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="137">
          <Placement>DataOddStyle</Placement>
          <PlacementNestedLevel>5</PlacementNestedLevel>
          <Type>Placement, PlacementNestedLevel</Type>
        </Item49>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Dados5_Estilo Diferente</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Dados5_Estilo_x0020_Diferente>
    <Coleção_Dados5_Mesmo_x0020_Estilo type="Stimulsoft.Report.StiStyle" isKey="true" Ref="138">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item50 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="139">
          <Placement>DataEvenStyle</Placement>
          <PlacementNestedLevel>5</PlacementNestedLevel>
          <Type>Placement, PlacementNestedLevel</Type>
        </Item50>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Dados5_Mesmo Estilo</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Dados5_Mesmo_x0020_Estilo>
    <Coleção_Dados6 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="140">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item51 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="141">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>Data</Placement>
          <PlacementNestedLevel>6</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item51>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Dados6</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Dados6>
    <Coleção_Dados6_Estilo_x0020_Diferente type="Stimulsoft.Report.StiStyle" isKey="true" Ref="142">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item52 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="143">
          <Placement>DataOddStyle</Placement>
          <PlacementNestedLevel>6</PlacementNestedLevel>
          <Type>Placement, PlacementNestedLevel</Type>
        </Item52>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Dados6_Estilo Diferente</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Dados6_Estilo_x0020_Diferente>
    <Coleção_Dados6_Mesmo_x0020_Estilo type="Stimulsoft.Report.StiStyle" isKey="true" Ref="144">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item53 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="145">
          <Placement>DataEvenStyle</Placement>
          <PlacementNestedLevel>6</PlacementNestedLevel>
          <Type>Placement, PlacementNestedLevel</Type>
        </Item53>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Dados6_Mesmo Estilo</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Dados6_Mesmo_x0020_Estilo>
    <Coleção_Dados7 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="146">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item54 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="147">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <OperationPlacementNestedLevel>GreaterThanOrEqualTo</OperationPlacementNestedLevel>
          <Placement>Data</Placement>
          <PlacementNestedLevel>7</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item54>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Dados7</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Dados7>
    <Coleção_Dados7_Estilo_x0020_Diferente type="Stimulsoft.Report.StiStyle" isKey="true" Ref="148">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item55 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="149">
          <OperationPlacementNestedLevel>GreaterThanOrEqualTo</OperationPlacementNestedLevel>
          <Placement>DataOddStyle</Placement>
          <PlacementNestedLevel>7</PlacementNestedLevel>
          <Type>Placement, PlacementNestedLevel</Type>
        </Item55>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Dados7_Estilo Diferente</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Dados7_Estilo_x0020_Diferente>
    <Coleção_Dados7_Mesmo_x0020_Estilo type="Stimulsoft.Report.StiStyle" isKey="true" Ref="150">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item56 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="151">
          <OperationPlacementNestedLevel>GreaterThanOrEqualTo</OperationPlacementNestedLevel>
          <Placement>DataEvenStyle</Placement>
          <PlacementNestedLevel>7</PlacementNestedLevel>
          <Type>Placement, PlacementNestedLevel</Type>
        </Item56>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Dados7_Mesmo Estilo</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Dados7_Mesmo_x0020_Estilo>
    <Coleção_Rodapé1 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="152">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[250:250:250]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item57 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="153">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>Footer</Placement>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item57>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Rodapé1</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Rodapé1>
    <Coleção_Rodapé2 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="154">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item58 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="155">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>Footer</Placement>
          <PlacementNestedLevel>2</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item58>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Rodapé2</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Rodapé2>
    <Coleção_Rodapé3 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="156">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item59 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="157">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>Footer</Placement>
          <PlacementNestedLevel>3</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item59>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Rodapé3</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Rodapé3>
    <Coleção_Rodapé4 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="158">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item60 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="159">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>Footer</Placement>
          <PlacementNestedLevel>4</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item60>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Rodapé4</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Rodapé4>
    <Coleção_Rodapé5 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="160">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item61 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="161">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>Footer</Placement>
          <PlacementNestedLevel>5</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item61>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Rodapé5</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Rodapé5>
    <Coleção_Rodapé6 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="162">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item62 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="163">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>Footer</Placement>
          <PlacementNestedLevel>6</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item62>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Rodapé6</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Rodapé6>
    <Coleção_Rodapé7 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="164">
      <AllowUseBorderSidesFromLocation>True</AllowUseBorderSidesFromLocation>
      <Border>None;[70:70:70];1;Solid;False;4;Black</Border>
      <Brush>[255:255:255]</Brush>
      <CollectionName>Coleção</CollectionName>
      <Conditions isList="true" count="1">
        <Item63 type="Stimulsoft.Report.StiStyleCondition" isKey="true" Ref="165">
          <ComponentType>Text, Primitive, Image</ComponentType>
          <Placement>Footer</Placement>
          <PlacementNestedLevel>7</PlacementNestedLevel>
          <Type>ComponentType, Placement, PlacementNestedLevel</Type>
        </Item63>
      </Conditions>
      <Font>Arial,8</Font>
      <Name>Coleção_Rodapé7</Name>
      <TextBrush>[20:20:20]</TextBrush>
    </Coleção_Rodapé7>
    <Estilo1 type="Stimulsoft.Report.StiStyle" isKey="true" Ref="166">
      <Brush>Transparent</Brush>
      <Conditions isList="true" count="0"/>
      <Font>Arial,8</Font>
      <Name>Estilo1</Name>
      <TextBrush>Black</TextBrush>
    </Estilo1>
  </Styles>
</StiSerializer>