<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<StiSerializer version="1.02" type="Flex" application="StiReport">
  <Dictionary type="Dictionary" Ref="1" isKey="true">
    <Databases count="1" isList="true">
      <PlantANT type="Stimulsoft.Report.Dictionary.StiMySqlDatabase" Ref="2" isKey="true">
        <Alias>PlantANT</Alias>
        <ConnectionString/>
        <Name>PlantANT</Name>
      </PlantANT>
    </Databases>
    <DataSources count="2" isList="true">
      <Supplier_x0020_Info type="Stimulsoft.Report.Dictionary.StiMySqlSource" Ref="3" isKey="true">
        <Alias>Supplier Info</Alias>
        <Columns count="37" isList="true">
          <value>supplier_id,System.Int32</value>
          <value>companyname,System.String</value>
          <value>phone1,System.String</value>
          <value>phone2,System.String</value>
          <value>fax,System.String</value>
          <value>certification,System.String</value>
          <value>companyemail,System.String</value>
          <value>website,System.String</value>
          <value>nurserytype,System.Int32</value>
          <value>hours,System.String</value>
          <value>plants,System.Int32</value>
          <value>supplies,System.Int32</value>
          <value>services,System.Int32</value>
          <value>request,System.Int32</value>
          <value>paypal,System.Int32</value>
          <value>visa,System.Int32</value>
          <value>amex,System.Int32</value>
          <value>mastercard,System.Int32</value>
          <value>discover,System.Int32</value>
          <value>cash,System.Int32</value>
          <value>check,System.Int32</value>
          <value>getemails,System.Int32</value>
          <value>supplier_active,System.Int32</value>
          <value>address_id,System.Int32</value>
          <value>address1,System.String</value>
          <value>address2,System.String</value>
          <value>city,System.String</value>
          <value>state,System.Int32</value>
          <value>companyzip,System.String</value>
          <value>latitude,System.String</value>
          <value>longitude,System.String</value>
          <value>country_id,System.Int32</value>
          <value>addresstype_id,System.Int32</value>
          <value>state_id,System.Int32</value>
          <value>state_name,System.String</value>
          <value>state_ab,System.String</value>
          <value>logo,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1"/>
        <Name>Supplier Info</Name>
        <NameInSource>PlantANT</NameInSource>
        <Parameters count="0" isList="true"/>
        <SqlCommand>SELECT * FROM suppliers 
JOIN supplieraddress ON suppliers.supplier_id = supplieraddress.supplier_id 
JOIN states ON states.state_id = supplieraddress.state 
WHERE suppliers.supplier_id = {supplier}</SqlCommand>
      </Supplier_x0020_Info>
      <Inventory type="Stimulsoft.Report.Dictionary.StiMySqlSource" Ref="4" isKey="true">
        <Alias>Inventory</Alias>
        <Columns count="17" isList="true">
          <value>supplier_id,System.Int32</value>
          <value>scientific_name,System.String</value>
          <value>pid,System.Int32</value>
          <value>iid,System.Int32</value>
          <value>container_desc,System.String</value>
          <value>inventory_desc,System.String</value>
          <value>inventory_price,System.String</value>
          <value>priceunit_short,System.String</value>
          <value>inventory_active,System.Int32</value>
          <value>state_ab,System.String</value>
          <value>commonnames,System.String</value>
          <value>features,System.Byte[]</value>
          <value>sizes,System.Byte[]</value>
          <value>description,System.Byte[]</value>
          <value>order,System.Int32</value>
          <value>inventory_price,System.String</value>
          <value>sortorder,System.Decimal</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1"/>
        <Name>Inventory</Name>
        <NameInSource>PlantANT</NameInSource>
        <Parameters count="0" isList="true"/>
        <SqlCommand>SELECT DISTINCT suppliers.supplier_id, plants.plant_id as pid, scientific_name, inventory.inventory_id as iid, REPLACE(containersizes.container_desc, "&amp;quot;", "\"") as container_desc, containersizes.order, 
case (inventory.inventory_price mod 1 &gt; 0)
  when true then FORMAT(inventory.inventory_price, 2)
  else inventory.inventory_price
end AS inventory_price,
IF(inventory.inventory_price = 0, 999999, inventory.inventory_price) as sortorder,
priceunits.priceunit_short, inventory.inventory_active, states.state_ab, 
TRIM(BOTH ' ' FROM (SELECT GROUP_CONCAT(' ', common_name) FROM plants JOIN plantscommon ON plantscommon.plant_id = plants.plant_id WHERE plants.plant_id = pid AND common_name != scientific_name)) AS commonnames,
REPLACE(TRIM(BOTH ', ' FROM CONCAT(
IFNULL(inventory.inventory_desc, ''), ', ',
(SELECT IFNULL(TRIM(BOTH ' ' FROM GROUP_CONCAT(' ', plantfeaturetype_desc)),'') FROM plantfeaturetype JOIN plantfeature ON plantfeature.plantfeaturetype_id = plantfeaturetype.plantfeaturetype_id WHERE plantfeature.inventory_id = iid), 
', ',
(SELECT IFNULL(TRIM(BOTH ' ' FROM GROUP_CONCAT(' ', plantsize_from, if(plantsize_to &gt; 0, '-', ''), if(plantsize_to &gt; 0, plantsize_to, ''), plantsizetype_desc2)), '') FROM plantsizetype JOIN plantsize ON plantsize.plantsizetype_id = plantsizetype.plantsizetype_id WHERE plantsize.inventory_id = iid)
)), ', , ', ', ')
AS description
FROM plants 
JOIN plantscommon
ON plantscommon.plant_id = plants.plant_id
JOIN inventory
ON inventory.plant_id = plants.plant_id
JOIN suppliers
ON suppliers.supplier_id = inventory.supplier_id
JOIN containersizes
ON containersizes.containersize_id = inventory.containersize_id
JOIN priceunits
ON priceunits.priceunit_id = inventory.priceunit_id
JOIN states
ON states.state_id = plants.native
WHERE suppliers.supplier_id = {supplier}
AND inventory.inventory_active = 1
AND inventory.deleted = 0
ORDER BY scientific_name ASC, containersizes.order ASC, ABS(sortorder) ASC</SqlCommand>
      </Inventory>
    </DataSources>
    <Relations count="0" isList="true"/>
    <Report isRef="0"/>
    <Variables count="2" isList="true">
      <value>,supplier,supplier,System.String,_x0031_000002,False,False</value>
      <value>,path,path,System.String,plants,False,False</value>
    </Variables>
  </Dictionary>
  <EngineVersion>EngineV2</EngineVersion>
  <GlobalizationStrings count="0" isList="true"/>
  <MetaTags count="0" isList="true"/>
  <Pages count="1" isList="true">
    <Page1 type="Page" Ref="5" isKey="true">
      <Border>None;Black;2;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <Components count="8" isList="true">
        <PageFooterBand1 type="PageFooterBand" Ref="6" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,26.9,19,0.8</ClientRectangle>
          <Components count="2" isList="true">
            <Text7 type="Text" Ref="7" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0,11.6,0.8</ClientRectangle>
              <Conditions count="0" isList="true"/>
              <Font>Arial,12</Font>
              <Hyperlink>http://www.stimulsoft.com</Hyperlink>
              <Margins>0,0,0,0</Margins>
              <Name>Text7</Name>
              <Page isRef="5"/>
              <Parent isRef="6"/>
              <Text>Up to date as of {Today.Month}/{Today.Day}/{Today.Year} | plantANT.com</Text>
              <TextBrush>SaddleBrown</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </Text7>
            <Text6 type="Text" Ref="8" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>11.6,0,7.4,0.8</ClientRectangle>
              <Conditions count="0" isList="true"/>
              <Font>Arial,12</Font>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text6</Name>
              <Page isRef="5"/>
              <Parent isRef="6"/>
              <Text>{PageNofM}</Text>
              <TextBrush>SaddleBrown</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </Text6>
          </Components>
          <Conditions count="0" isList="true"/>
          <Name>PageFooterBand1</Name>
          <Page isRef="5"/>
          <Parent isRef="5"/>
        </PageFooterBand1>
        <Image2 type="Image" Ref="9" isKey="true">
          <AspectRatio>True</AspectRatio>
          <Brush>Transparent</Brush>
          <CanBreak>True</CanBreak>
          <ClientRectangle>13.6,0.4,5.4,3.8</ClientRectangle>
          <Conditions count="0" isList="true"/>
          <ImageURL>../supplierimages/image.php/{supplier}.jpg?width=600&amp;height=600&amp;image=/{path}/supplierimages/logos/{supplier}.jpg</ImageURL>
          <Linked>True</Linked>
          <Name>Image2</Name>
          <Page isRef="5"/>
          <Parent isRef="5"/>
          <PrintOn>OnlyFirstPage</PrintOn>
          <Stretch>True</Stretch>
        </Image2>
        <ReportTitleBand1 type="ReportTitleBand" Ref="10" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,0.4,19,2.2</ClientRectangle>
          <Components count="1" isList="true">
            <Text5 type="Text" Ref="11" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0,13.4,1.6</ClientRectangle>
              <Conditions count="0" isList="true"/>
              <Font>Arial,18,Bold</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text5</Name>
              <Page isRef="5"/>
              <Parent isRef="10"/>
              <Text>{Supplier_Info.companyname} Availability List</Text>
              <TextBrush>SaddleBrown</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </Text5>
          </Components>
          <Conditions count="0" isList="true"/>
          <Name>ReportTitleBand1</Name>
          <Page isRef="5"/>
          <Parent isRef="5"/>
        </ReportTitleBand1>
        <DataBand3 type="DataBand" Ref="12" isKey="true">
          <Brush>Transparent</Brush>
          <CanShrink>True</CanShrink>
          <ClientRectangle>0,3.4,19,3.2</ClientRectangle>
          <Components count="3" isList="true">
            <Text14 type="Text" Ref="13" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>0,0,6,1.6</ClientRectangle>
              <Conditions count="0" isList="true"/>
              <Font>Arial,10</Font>
              <Linked>True</Linked>
              <Margins>0,0,0,15</Margins>
              <Name>Text14</Name>
              <Page isRef="5"/>
              <Parent isRef="12"/>
              <Text>{Supplier_Info.address1}{IIF(Supplier_Info.address2 + " " == " ", "", "
")}{Supplier_Info.address2}
{Supplier_Info.city}, {Supplier_Info.state_ab}  {Supplier_Info.companyzip}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
            </Text14>
            <Text15 type="Text" Ref="14" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <CanShrink>True</CanShrink>
              <ClientRectangle>6.4,0,7,1.6</ClientRectangle>
              <Conditions count="0" isList="true"/>
              <Font>Arial,10</Font>
              <Margins>0,0,0,15</Margins>
              <Name>Text15</Name>
              <Page isRef="5"/>
              <Parent isRef="12"/>
              <Text>{Supplier_Info.website}{IIF(Supplier_Info.website + " " == " ", "", "
")}{Supplier_Info.companyemail}
Phone: {Supplier_Info.phone1}{IIF(Supplier_Info.phone2 + " " == " ", "", "
Phone 2: ")}{Supplier_Info.phone2}{IIF(Supplier_Info.fax + " " == " ", "", "
Fax: ")}{Supplier_Info.fax}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
            </Text15>
            <Text1 type="Text" Ref="15" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,1.8,13.4,1.4</ClientRectangle>
              <Conditions count="0" isList="true"/>
              <Font>Arial,10</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text1</Name>
              <Page isRef="5"/>
              <Parent isRef="12"/>
              <Text>{IIF(Supplier_Info.hours + " " == " ", "", "Hours: ")}{Supplier_Info.hours}{IIF(Supplier_Info.hours + " " == " ", "", "
")}Accepted Payment Types: {IIF(Supplier_Info.paypal == "1", "PayPal  ", "")}{IIF(Supplier_Info.visa == "1", "Visa  ", "")}{IIF(Supplier_Info.amex == "1", "Amex  ", "")}{IIF(Supplier_Info.mastercard == "1", "MasterCard  ", "")}{IIF(Supplier_Info.discover == "1", "Discover  ", "")}{IIF(Supplier_Info.cash == "1", "Cash  ", "")}{IIF(Supplier_Info.check == "1", "Check  ", "")}</Text>
              <TextBrush>Black</TextBrush>
            </Text1>
          </Components>
          <Conditions count="0" isList="true"/>
          <DataSourceName>Supplier Info</DataSourceName>
          <Filters count="0" isList="true"/>
          <Name>DataBand3</Name>
          <Page isRef="5"/>
          <Parent isRef="5"/>
          <Sort count="0" isList="true"/>
        </DataBand3>
        <HeaderBand1 type="HeaderBand" Ref="16" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,7.4,19,0.6</ClientRectangle>
          <Components count="3" isList="true">
            <Text10 type="Text" Ref="17" isKey="true">
              <Brush>Peru</Brush>
              <ClientRectangle>0,0,3.8,0.6</ClientRectangle>
              <Conditions count="0" isList="true"/>
              <Font>Arial,12,Bold</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text10</Name>
              <Page isRef="5"/>
              <Parent isRef="16"/>
              <Text>Size</Text>
              <TextBrush>White</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </Text10>
            <Text12 type="Text" Ref="18" isKey="true">
              <Brush>Peru</Brush>
              <ClientRectangle>3.8,0,12.2,0.6</ClientRectangle>
              <Conditions count="0" isList="true"/>
              <Font>Arial,12,Bold</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text12</Name>
              <Page isRef="5"/>
              <Parent isRef="16"/>
              <ShiftMode>DecreasingSize, OnlyInWidthOfComponent</ShiftMode>
              <Text>Description</Text>
              <TextBrush>White</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </Text12>
            <Text13 type="Text" Ref="19" isKey="true">
              <Brush>Peru</Brush>
              <ClientRectangle>16,0,3,0.6</ClientRectangle>
              <Conditions count="0" isList="true"/>
              <Font>Arial,12,Bold</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text13</Name>
              <Page isRef="5"/>
              <Parent isRef="16"/>
              <Text>Price</Text>
              <TextBrush>White</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </Text13>
          </Components>
          <Conditions count="0" isList="true"/>
          <Name>HeaderBand1</Name>
          <Page isRef="5"/>
          <Parent isRef="5"/>
          <PrintIfEmpty>True</PrintIfEmpty>
        </HeaderBand1>
        <GroupHeaderBand1 type="GroupHeaderBand" Ref="20" isKey="true">
          <Brush>Transparent</Brush>
          <CanBreak>True</CanBreak>
          <ClientRectangle>0,8.8,19,1.4</ClientRectangle>
          <Components count="2" isList="true">
            <Text9 type="Text" Ref="21" isKey="true">
              <Border>Top;[0:0:0];1;Solid;False;4;Black</Border>
              <Brush>[255:255:255]</Brush>
              <CanBreak>True</CanBreak>
              <ClientRectangle>0,0,19,0.6</ClientRectangle>
              <Conditions count="0" isList="true"/>
              <Font>Arial,10,Bold</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text9</Name>
              <Page isRef="5"/>
              <Parent isRef="20"/>
              <Text>{Inventory.scientific_name}</Text>
              <TextBrush>[0:0:0]</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </Text9>
            <Text2 type="Text" Ref="22" isKey="true">
              <Border>Top;[0:0:0];1;None;False;4;Black</Border>
              <Brush>[255:255:255]</Brush>
              <CanBreak>True</CanBreak>
              <ClientRectangle>0,0.6,19,0.6</ClientRectangle>
              <Conditions count="0" isList="true"/>
              <Font>Arial,10</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text2</Name>
              <Page isRef="5"/>
              <Parent isRef="20"/>
              <Text>{Inventory.commonnames}</Text>
              <TextBrush>[0:0:0]</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </Text2>
          </Components>
          <Condition>{Inventory.scientific_name}</Condition>
          <Conditions count="0" isList="true"/>
          <Name>GroupHeaderBand1</Name>
          <Page isRef="5"/>
          <Parent isRef="5"/>
        </GroupHeaderBand1>
        <DataBand2 type="DataBand" Ref="23" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,11,19,0.6</ClientRectangle>
          <Components count="3" isList="true">
            <Text11 type="Text" Ref="24" isKey="true">
              <Brush>Transparent</Brush>
              <CanBreak>True</CanBreak>
              <ClientRectangle>0,0,3.2,0.6</ClientRectangle>
              <Conditions count="0" isList="true"/>
              <Font>Arial,10</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text11</Name>
              <Page isRef="5"/>
              <Parent isRef="23"/>
              <Text>{Inventory.container_desc}</Text>
              <TextBrush>Black</TextBrush>
            </Text11>
            <Text16 type="Text" Ref="25" isKey="true">
              <Brush>Transparent</Brush>
              <CanBreak>True</CanBreak>
              <ClientRectangle>3.8,0,11.6,0.6</ClientRectangle>
              <Conditions count="0" isList="true"/>
              <Font>Arial,10</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text16</Name>
              <Page isRef="5"/>
              <Parent isRef="23"/>
              <Text>{Inventory.description}</Text>
              <TextBrush>Black</TextBrush>
            </Text16>
            <Text17 type="Text" Ref="26" isKey="true">
              <Brush>Transparent</Brush>
              <CanBreak>True</CanBreak>
              <ClientRectangle>16,0,3,0.6</ClientRectangle>
              <Conditions count="0" isList="true"/>
              <Font>Arial,10</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text17</Name>
              <Page isRef="5"/>
              <Parent isRef="23"/>
              <Text>{IIF(Inventory.inventory_price == "0", "Call", "$"+Inventory.inventory_price + " " + Inventory.priceunit_short)}</Text>
              <TextBrush>Black</TextBrush>
            </Text17>
          </Components>
          <Conditions count="0" isList="true"/>
          <DataSourceName>Inventory</DataSourceName>
          <EvenStyle>Even</EvenStyle>
          <Filters count="0" isList="true"/>
          <Name>DataBand2</Name>
          <OddStyle>Odd</OddStyle>
          <Page isRef="5"/>
          <Parent isRef="5"/>
          <Sort count="0" isList="true"/>
        </DataBand2>
        <FooterBand1 type="FooterBand" Ref="27" isKey="true">
          <Brush>Transparent</Brush>
          <CanBreak>True</CanBreak>
          <ClientRectangle>0,12.4,19,0.2</ClientRectangle>
          <Components count="1" isList="true">
            <Text8 type="Text" Ref="28" isKey="true">
              <Brush>Transparent</Brush>
              <CanBreak>True</CanBreak>
              <ClientRectangle>0,0,19,0.2</ClientRectangle>
              <Conditions count="0" isList="true"/>
              <Font>Arial,10</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text8</Name>
              <Page isRef="5"/>
              <Parent isRef="27"/>
              <TextBrush>Black</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </Text8>
          </Components>
          <Conditions count="0" isList="true"/>
          <Name>FooterBand1</Name>
          <Page isRef="5"/>
          <Parent isRef="5"/>
          <PrintIfEmpty>True</PrintIfEmpty>
          <PrintOnAllPages>True</PrintOnAllPages>
        </FooterBand1>
      </Components>
      <Conditions count="0" isList="true"/>
      <Guid>366bfdc35bcf48f3aeb38f2b5f58db21</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" Ref="29" isKey="true">
        <Font>Arial,100,Bold</Font>
        <TextBrush>[50:0:0:0]</TextBrush>
      </Watermark>
    </Page1>
  </Pages>
  <PreviewMode>StandardAndDotMatrix</PreviewMode>
  <PreviewSettings>33538047</PreviewSettings>
  <PrinterSettings type="Stimulsoft.Report.Print.StiPrinterSettings" Ref="30" isKey="true"/>
  <ReferencedAssemblies count="8" isList="true">
    <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.Base.Dll</value>
    <value>Stimulsoft.Controls.Dll</value>
    <value>Stimulsoft.Report.Dll</value>
  </ReferencedAssemblies>
  <ReportAlias>Simple List</ReportAlias>
  <ReportChanged>09/12/2012 03:28:11 PM</ReportChanged>
  <ReportCreated>05/29/2004 06:02:24 AM</ReportCreated>
  <ReportFile>SimpleList2.mrt</ReportFile>
  <ReportGuid>c8fa924a5bd13f65ae8abbf3f8daba58</ReportGuid>
  <ReportName>Report</ReportName>
  <ReportUnit>Centimeters</ReportUnit>
  <ReportVersion>2012.1.1300</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.ReportControls;
using Stimulsoft.Report.Components;

namespace Reports
{
    
    public class SimpleList : Stimulsoft.Report.StiReport
    {
        
		public SimpleList()
        {
            this.InitializeComponent();
        }
        #region StiReport Designer generated code - do not modify#endregion StiReport Designer generated code - do not modify
    }
}</Script>
  <ScriptLanguage>CSharp</ScriptLanguage>
  <Styles count="2" isList="true">
    <Odd type="Stimulsoft.Report.StiStyle" Ref="31" isKey="true">
      <Brush>WhiteSmoke</Brush>
      <Conditions count="0" isList="true"/>
      <Font>Arial,8</Font>
      <Name>Odd</Name>
      <TextBrush>Black</TextBrush>
    </Odd>
    <Even type="Stimulsoft.Report.StiStyle" Ref="32" isKey="true">
      <Brush>Transparent</Brush>
      <Conditions count="0" isList="true"/>
      <Font>Arial,8</Font>
      <Name>Even</Name>
      <TextBrush>Black</TextBrush>
    </Even>
  </Styles>
</StiSerializer>