﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<StiSerializer version="1.02" type="Net" application="StiReport">
  <Dictionary Ref="1" type="Dictionary" isKey="true">
    <BusinessObjects isList="true" count="0" />
    <Databases isList="true" count="1">
      <Connection Ref="2" type="Stimulsoft.Report.Dictionary.StiOdbcDatabase" isKey="true">
        <Alias>Connection</Alias>
        <ConnectionString>Driver={SQL Server};Server=localhost\MAINSTREET;Database=PEI;uid=sa;pwd=mainstreet</ConnectionString>
        <Name>Connection</Name>
      </Connection>
    </Databases>
    <DataSources isList="true" count="3">
      <Invoice Ref="3" type="Stimulsoft.Report.Dictionary.StiOdbcSource" isKey="true">
        <Alias>Invoice</Alias>
        <Columns isList="true" count="43">
          <value>RefId,System.String</value>
          <value>TxnID,System.String</value>
          <value>TxnNumber,System.String</value>
          <value>RefNumber,System.String</value>
          <value>DateCreated,System.DateTime</value>
          <value>DateModified,System.DateTime</value>
          <value>DueDate,System.DateTime</value>
          <value>FK_Customer_ID,System.String</value>
          <value>CustomerName,System.String</value>
          <value>BA_Line1,System.String</value>
          <value>BA_Line2,System.String</value>
          <value>BA_Line3,System.String</value>
          <value>BA_Line4,System.String</value>
          <value>BA_Line5,System.String</value>
          <value>BA_City,System.String</value>
          <value>BA_State,System.String</value>
          <value>BA_ZIP,System.String</value>
          <value>BA_Country,System.String</value>
          <value>BA_Note,System.String</value>
          <value>SA_Line1,System.String</value>
          <value>SA_Line2,System.String</value>
          <value>SA_Line3,System.String</value>
          <value>SA_Line4,System.String</value>
          <value>SA_Line5,System.String</value>
          <value>SA_City,System.String</value>
          <value>SA_State,System.String</value>
          <value>SA_ZIP,System.String</value>
          <value>SA_Country,System.String</value>
          <value>SA_Note,System.String</value>
          <value>Subtotal,System.Decimal</value>
          <value>SalesTaxTotal,System.Decimal</value>
          <value>SalesTaxPercentage,System.Decimal</value>
          <value>AppliedAmount,System.Decimal</value>
          <value>BalanceRemaining,System.Decimal</value>
          <value>IsPaid,System.String</value>
          <value>IsToBePrinted,System.String</value>
          <value>Message,System.String</value>
          <value>PONUmber,System.String</value>
          <value>OrderedBy,System.String</value>
          <value>ShipVia,System.String</value>
          <value>InvNumber,System.Int32</value>
          <value>TermsRefId,System.String</value>
          <value>TermsRefName,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>Invoice</Name>
        <NameInSource>Connection</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>select * from Invoice
	inner join Customer on Invoice.FK_Customer_ID = Customer.PK_Customer_ID
where RefID in {RefID}</SqlCommand>
      </Invoice>
      <InvoiceLine Ref="4" type="Stimulsoft.Report.Dictionary.StiOdbcSource" isKey="true">
        <Alias>InvoiceLine</Alias>
        <Columns isList="true" count="15">
          <value>RefId,System.Int64</value>
          <value>Seq,System.Int64</value>
          <value>TxnID,System.String</value>
          <value>FK_ITEM_ID,System.String</value>
          <value>Item,System.String</value>
          <value>Description,System.String</value>
          <value>Quantity,System.Double</value>
          <value>Rate,System.Decimal</value>
          <value>Amount,System.Decimal</value>
          <value>DateCreate,System.DateTime</value>
          <value>Other1,System.String</value>
          <value>Other2,System.String</value>
          <value>Discount,System.String</value>
          <value>Payment,System.String</value>
          <value>SubTotal,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>InvoiceLine</Name>
        <NameInSource>Connection</NameInSource>
        <Parameters isList="true" count="1">
          <value>p1,Invoice.RefId,13,50</value>
        </Parameters>
        <ReconnectOnEachRow>True</ReconnectOnEachRow>
        <SqlCommand>select * from InvoiceLine
where RefID = ?</SqlCommand>
      </InvoiceLine>
      <Customer Ref="5" type="Stimulsoft.Report.Dictionary.StiOdbcSource" isKey="true">
        <Alias>Customer</Alias>
        <Columns isList="true" count="30">
          <value>PK_Customer_ID,System.String</value>
          <value>sName,System.String</value>
          <value>sEmail,System.String</value>
          <value>sFax,System.String</value>
          <value>sPhone,System.String</value>
          <value>dFirstDtActive,System.DateTime</value>
          <value>dLastDtActive,System.DateTime</value>
          <value>sShipAddress,System.String</value>
          <value>sBillAddress,System.String</value>
          <value>sPayCode,System.String</value>
          <value>sContact,System.String</value>
          <value>bActive,System.String</value>
          <value>sCompany,System.String</value>
          <value>sAccountNumber,System.String</value>
          <value>fBalance,System.Double</value>
          <value>fCreditLimit,System.Double</value>
          <value>sAddress1,System.String</value>
          <value>sAddress2,System.String</value>
          <value>sAddress3,System.String</value>
          <value>sAddress4,System.String</value>
          <value>sAddress5,System.String</value>
          <value>sCity,System.String</value>
          <value>sState,System.String</value>
          <value>sZIP,System.String</value>
          <value>sCountry,System.String</value>
          <value>sLicense,System.String</value>
          <value>ParentID,System.String</value>
          <value>ParentName,System.String</value>
          <value>sRepName,System.String</value>
          <value>sTypeName,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>Customer</Name>
        <NameInSource>Connection</NameInSource>
        <Parameters isList="true" count="1">
          <value>p1,Invoice.FK_Customer_ID,13,50</value>
        </Parameters>
        <ReconnectOnEachRow>True</ReconnectOnEachRow>
        <SqlCommand>select * from Customer
where PK_Customer_ID = ?</SqlCommand>
      </Customer>
    </DataSources>
    <Relations isList="true" count="0" />
    <Report isRef="0" />
    <Variables isList="true" count="3">
      <value>,RefID,RefID,System.String,_x0028_614_x0029_,False,False</value>
      <value>,amount,amount,System.Decimal,_x0030_.00,False,False</value>
      <value>,DisplayCustomerName,Display_x0020_Customer_x0020_Name_x003F_,,System.Boolean,true,False,False,True</value>
    </Variables>
  </Dictionary>
  <EngineVersion>EngineV2</EngineVersion>
  <GlobalizationStrings isList="true" count="0" />
  <MetaTags isList="true" count="0" />
  <Pages isList="true" count="1">
    <Page1 Ref="6" type="Page" isKey="true">
      <Border>None;[60:60:60];2;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <Components isList="true" count="9">
        <HeaderBand1 Ref="7" type="HeaderBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,0.2,7.5,0.25</ClientRectangle>
          <Components isList="true" count="11">
            <Text10 Ref="8" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0,0.94,0.25</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Frutiger LT 75 Black,10</Font>
              <Guid>07847ef41c95498f98f5e992486fd2b5</Guid>
              <Margins>8,0,0,0</Margins>
              <Name>Text10</Name>
              <Page isRef="6" />
              <Parent isRef="7" />
              <Text>Quantity</Text>
              <TextBrush>[0:64:0]</TextBrush>
              <TextQuality>Wysiwyg</TextQuality>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text10>
            <Text11 Ref="9" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0.94,0,1.81,0.25</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Frutiger LT 75 Black,10</Font>
              <Guid>b97ba93dde984bd19a3e9d1c3adffc41</Guid>
              <Margins>8,0,0,0</Margins>
              <Name>Text11</Name>
              <Page isRef="6" />
              <Parent isRef="7" />
              <Text>Item</Text>
              <TextBrush>[0:64:0]</TextBrush>
              <TextQuality>Wysiwyg</TextQuality>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text11>
            <Text12 Ref="10" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>6.42,0,1.07,0.25</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Frutiger LT 75 Black,10</Font>
              <Guid>82cb4dff127d43f2837f233a856e82c7</Guid>
              <Margins>8,0,0,0</Margins>
              <Name>Text12</Name>
              <Page isRef="6" />
              <Parent isRef="7" />
              <Text>Amount</Text>
              <TextBrush>[0:64:0]</TextBrush>
              <TextQuality>Wysiwyg</TextQuality>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text12>
            <Text13 Ref="11" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>2.75,0,2.63,0.25</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Frutiger LT 75 Black,10</Font>
              <Guid>8b594e69de2443729ce71e698f28e632</Guid>
              <Margins>8,0,0,0</Margins>
              <Name>Text13</Name>
              <Page isRef="6" />
              <Parent isRef="7" />
              <Text>Description</Text>
              <TextBrush>[0:64:0]</TextBrush>
              <TextQuality>Wysiwyg</TextQuality>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text13>
            <Text14 Ref="12" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>5.37,0,1.06,0.25</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Frutiger LT 75 Black,10</Font>
              <Guid>0b33e2f9d08048ee89d5a24aab6778f6</Guid>
              <Margins>8,0,0,0</Margins>
              <Name>Text14</Name>
              <Page isRef="6" />
              <Parent isRef="7" />
              <Text>Unit Price</Text>
              <TextBrush>[0:64:0]</TextBrush>
              <TextQuality>Wysiwyg</TextQuality>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text14>
            <StartPointPrimitive1 Ref="13" type="Stimulsoft.Report.Components.StiStartPointPrimitive" isKey="true">
              <ClientRectangle>0,-0.01,0,0</ClientRectangle>
              <Name>StartPointPrimitive1</Name>
              <Page isRef="6" />
              <Parent isRef="7" />
              <ReferenceToGuid>af20d3247ffb4252b5051dc49566ca67</ReferenceToGuid>
            </StartPointPrimitive1>
            <StartPointPrimitive2 Ref="14" type="Stimulsoft.Report.Components.StiStartPointPrimitive" isKey="true">
              <ClientRectangle>7.5,-0.01,0,0</ClientRectangle>
              <Name>StartPointPrimitive2</Name>
              <Page isRef="6" />
              <Parent isRef="7" />
              <ReferenceToGuid>cbf21bd3360345fbaf01c803d8a43425</ReferenceToGuid>
            </StartPointPrimitive2>
            <StartPointPrimitive3 Ref="15" type="Stimulsoft.Report.Components.StiStartPointPrimitive" isKey="true">
              <ClientRectangle>6.43,-0.01,0,0</ClientRectangle>
              <Name>StartPointPrimitive3</Name>
              <Page isRef="6" />
              <Parent isRef="7" />
              <ReferenceToGuid>8643d03de3c74bf6a9b230c2e54b2356</ReferenceToGuid>
            </StartPointPrimitive3>
            <StartPointPrimitive4 Ref="16" type="Stimulsoft.Report.Components.StiStartPointPrimitive" isKey="true">
              <ClientRectangle>5.38,-0.01,0,0</ClientRectangle>
              <Name>StartPointPrimitive4</Name>
              <Page isRef="6" />
              <Parent isRef="7" />
              <ReferenceToGuid>2f4f41eb11b141e69a320c69f7aecd46</ReferenceToGuid>
            </StartPointPrimitive4>
            <StartPointPrimitive5 Ref="17" type="Stimulsoft.Report.Components.StiStartPointPrimitive" isKey="true">
              <ClientRectangle>2.75,-0.01,0,0</ClientRectangle>
              <Name>StartPointPrimitive5</Name>
              <Page isRef="6" />
              <Parent isRef="7" />
              <ReferenceToGuid>7a55e519fac24039bc46e97ea11fb41c</ReferenceToGuid>
            </StartPointPrimitive5>
            <StartPointPrimitive6 Ref="18" type="Stimulsoft.Report.Components.StiStartPointPrimitive" isKey="true">
              <ClientRectangle>0.94,-0.01,0,0</ClientRectangle>
              <Name>StartPointPrimitive6</Name>
              <Page isRef="6" />
              <Parent isRef="7" />
              <ReferenceToGuid>3c87a622cee54c09bd1613b4f0c3ff9e</ReferenceToGuid>
            </StartPointPrimitive6>
          </Components>
          <Conditions isList="true" count="0" />
          <Name>HeaderBand1</Name>
          <Page isRef="6" />
          <Parent isRef="6" />
          <PrintIfEmpty>True</PrintIfEmpty>
        </HeaderBand1>
        <DataBand2 Ref="19" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <BusinessObjectGuid isNull="true" />
          <ClientRectangle>0,0.85,7.5,0.1</ClientRectangle>
          <Components isList="true" count="5">
            <Text15 Ref="20" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>0,0,0.94,0.1</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Frutiger LT 55 Roman,9</Font>
              <Guid>28755cc23295471492cff7aa76360a65</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,-2,0</Margins>
              <Name>Text15</Name>
              <Page isRef="6" />
              <Parent isRef="19" />
              <Text>{InvoiceLine.Quantity.ToString()}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <TextQuality>Wysiwyg</TextQuality>
              <Type>Expression</Type>
            </Text15>
            <Text16 Ref="21" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>0.94,0,1.81,0.1</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Frutiger LT 55 Roman,9</Font>
              <Guid>037d6372aeef4ea0b1d1cde98f905fac</Guid>
              <Margins>5,0,-2,0</Margins>
              <Name>Text16</Name>
              <Page isRef="6" />
              <Parent isRef="19" />
              <Text>{InvoiceLine.Item}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <TextQuality>Wysiwyg</TextQuality>
              <Type>Expression</Type>
            </Text16>
            <Text17 Ref="22" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>6.42,0,1.06,0.1</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Frutiger LT 55 Roman,9</Font>
              <Guid>35bc8c8b9fc34dd6a005fe5a9b3fac7e</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,5,-2,0</Margins>
              <Name>Text17</Name>
              <Page isRef="6" />
              <Parent isRef="19" />
              <Text>{InvoiceLine.Amount.ToString()}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="23" type="NumberFormat" isKey="true">
                <GroupSeparator>,</GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <TextQuality>Wysiwyg</TextQuality>
              <Type>Expression</Type>
            </Text17>
            <Text18 Ref="24" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>2.75,0,2.63,0.1</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Frutiger LT 55 Roman,9</Font>
              <Guid>886d651cd4234a60bcd76f8861d596ce</Guid>
              <Margins>5,0,-2,0</Margins>
              <Name>Text18</Name>
              <Page isRef="6" />
              <Parent isRef="19" />
              <Text>{InvoiceLine.Description}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <TextQuality>Wysiwyg</TextQuality>
              <Type>Expression</Type>
            </Text18>
            <Text19 Ref="25" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>5.37,0,1.06,0.1</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Frutiger LT 55 Roman,9</Font>
              <Guid>01dfcd35292349b3bea43138044786de</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,5,-2,0</Margins>
              <Name>Text19</Name>
              <Page isRef="6" />
              <Parent isRef="19" />
              <Text>{InvoiceLine.Rate.ToString()}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="26" type="CurrencyFormat" isKey="true">
                <GroupSeparator>,</GroupSeparator>
                <NegativePattern>0</NegativePattern>
                <PositivePattern>0</PositivePattern>
                <UseLocalSetting>False</UseLocalSetting>
              </TextFormat>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <TextQuality>Wysiwyg</TextQuality>
              <Type>Expression</Type>
            </Text19>
          </Components>
          <Conditions isList="true" count="0" />
          <DataRelationName isNull="true" />
          <DataSourceName>InvoiceLine</DataSourceName>
          <Filters isList="true" count="0" />
          <Name>DataBand2</Name>
          <Page isRef="6" />
          <Parent isRef="6" />
          <Sort isList="true" count="0" />
        </DataBand2>
        <FooterBand1 Ref="27" type="FooterBand" isKey="true">
          <Border>Top;Black;1;Solid;False;4;Black</Border>
          <Brush>Transparent</Brush>
          <ClientRectangle>0,1.35,7.5,1.4</ClientRectangle>
          <Components isList="true" count="6">
            <EndPointPrimitive1 Ref="28" type="Stimulsoft.Report.Components.StiEndPointPrimitive" isKey="true">
              <ClientRectangle>0,0,0,0</ClientRectangle>
              <Name>EndPointPrimitive1</Name>
              <Page isRef="6" />
              <Parent isRef="27" />
              <ReferenceToGuid>af20d3247ffb4252b5051dc49566ca67</ReferenceToGuid>
            </EndPointPrimitive1>
            <EndPointPrimitive2 Ref="29" type="Stimulsoft.Report.Components.StiEndPointPrimitive" isKey="true">
              <ClientRectangle>7.5,0,0,0</ClientRectangle>
              <Name>EndPointPrimitive2</Name>
              <Page isRef="6" />
              <Parent isRef="27" />
              <ReferenceToGuid>cbf21bd3360345fbaf01c803d8a43425</ReferenceToGuid>
            </EndPointPrimitive2>
            <EndPointPrimitive3 Ref="30" type="Stimulsoft.Report.Components.StiEndPointPrimitive" isKey="true">
              <ClientRectangle>6.43,0,0,0</ClientRectangle>
              <Name>EndPointPrimitive3</Name>
              <Page isRef="6" />
              <Parent isRef="27" />
              <ReferenceToGuid>8643d03de3c74bf6a9b230c2e54b2356</ReferenceToGuid>
            </EndPointPrimitive3>
            <EndPointPrimitive4 Ref="31" type="Stimulsoft.Report.Components.StiEndPointPrimitive" isKey="true">
              <ClientRectangle>5.38,0,0,0</ClientRectangle>
              <Name>EndPointPrimitive4</Name>
              <Page isRef="6" />
              <Parent isRef="27" />
              <ReferenceToGuid>2f4f41eb11b141e69a320c69f7aecd46</ReferenceToGuid>
            </EndPointPrimitive4>
            <EndPointPrimitive5 Ref="32" type="Stimulsoft.Report.Components.StiEndPointPrimitive" isKey="true">
              <ClientRectangle>2.75,0,0,0</ClientRectangle>
              <Name>EndPointPrimitive5</Name>
              <Page isRef="6" />
              <Parent isRef="27" />
              <ReferenceToGuid>7a55e519fac24039bc46e97ea11fb41c</ReferenceToGuid>
            </EndPointPrimitive5>
            <EndPointPrimitive6 Ref="33" type="Stimulsoft.Report.Components.StiEndPointPrimitive" isKey="true">
              <ClientRectangle>0.94,0,0,0</ClientRectangle>
              <Name>EndPointPrimitive6</Name>
              <Page isRef="6" />
              <Parent isRef="27" />
              <ReferenceToGuid>3c87a622cee54c09bd1613b4f0c3ff9e</ReferenceToGuid>
            </EndPointPrimitive6>
          </Components>
          <Conditions isList="true" count="0" />
          <Name>FooterBand1</Name>
          <Page isRef="6" />
          <Parent isRef="6" />
          <PrintAtBottom>True</PrintAtBottom>
          <PrintIfEmpty>True</PrintIfEmpty>
          <PrintOnAllPages>True</PrintOnAllPages>
        </FooterBand1>
        <VerticalLinePrimitive1 Ref="34" type="VerticalLinePrimitive" isKey="true">
          <ClientRectangle>0,0.19,0.01,1.16</ClientRectangle>
          <Color>Black</Color>
          <EndCap Ref="35" type="Cap" isKey="true">
            <Color>Black</Color>
          </EndCap>
          <Guid>af20d3247ffb4252b5051dc49566ca67</Guid>
          <Name>VerticalLinePrimitive1</Name>
          <Page isRef="6" />
          <Parent isRef="6" />
          <StartCap Ref="36" type="Cap" isKey="true">
            <Color>Black</Color>
          </StartCap>
        </VerticalLinePrimitive1>
        <VerticalLinePrimitive2 Ref="37" type="VerticalLinePrimitive" isKey="true">
          <ClientRectangle>7.5,0.19,0.01,1.16</ClientRectangle>
          <Color>Black</Color>
          <EndCap Ref="38" type="Cap" isKey="true">
            <Color>Black</Color>
          </EndCap>
          <Guid>cbf21bd3360345fbaf01c803d8a43425</Guid>
          <Name>VerticalLinePrimitive2</Name>
          <Page isRef="6" />
          <Parent isRef="6" />
          <StartCap Ref="39" type="Cap" isKey="true">
            <Color>Black</Color>
          </StartCap>
        </VerticalLinePrimitive2>
        <VerticalLinePrimitive3 Ref="40" type="VerticalLinePrimitive" isKey="true">
          <ClientRectangle>6.43,0.19,0.01,1.16</ClientRectangle>
          <Color>Black</Color>
          <EndCap Ref="41" type="Cap" isKey="true">
            <Color>Black</Color>
          </EndCap>
          <Guid>8643d03de3c74bf6a9b230c2e54b2356</Guid>
          <Name>VerticalLinePrimitive3</Name>
          <Page isRef="6" />
          <Parent isRef="6" />
          <StartCap Ref="42" type="Cap" isKey="true">
            <Color>Black</Color>
          </StartCap>
        </VerticalLinePrimitive3>
        <VerticalLinePrimitive4 Ref="43" type="VerticalLinePrimitive" isKey="true">
          <ClientRectangle>5.38,0.19,0.01,1.16</ClientRectangle>
          <Color>Black</Color>
          <EndCap Ref="44" type="Cap" isKey="true">
            <Color>Black</Color>
          </EndCap>
          <Guid>2f4f41eb11b141e69a320c69f7aecd46</Guid>
          <Name>VerticalLinePrimitive4</Name>
          <Page isRef="6" />
          <Parent isRef="6" />
          <StartCap Ref="45" type="Cap" isKey="true">
            <Color>Black</Color>
          </StartCap>
        </VerticalLinePrimitive4>
        <VerticalLinePrimitive5 Ref="46" type="VerticalLinePrimitive" isKey="true">
          <ClientRectangle>2.75,0.19,0.01,1.16</ClientRectangle>
          <Color>Black</Color>
          <EndCap Ref="47" type="Cap" isKey="true">
            <Color>Black</Color>
          </EndCap>
          <Guid>7a55e519fac24039bc46e97ea11fb41c</Guid>
          <Name>VerticalLinePrimitive5</Name>
          <Page isRef="6" />
          <Parent isRef="6" />
          <StartCap Ref="48" type="Cap" isKey="true">
            <Color>Black</Color>
          </StartCap>
        </VerticalLinePrimitive5>
        <VerticalLinePrimitive6 Ref="49" type="VerticalLinePrimitive" isKey="true">
          <ClientRectangle>0.94,0.19,0.01,1.16</ClientRectangle>
          <Color>Black</Color>
          <EndCap Ref="50" type="Cap" isKey="true">
            <Color>Black</Color>
          </EndCap>
          <Guid>3c87a622cee54c09bd1613b4f0c3ff9e</Guid>
          <Name>VerticalLinePrimitive6</Name>
          <Page isRef="6" />
          <Parent isRef="6" />
          <StartCap Ref="51" type="Cap" isKey="true">
            <Color>Black</Color>
          </StartCap>
        </VerticalLinePrimitive6>
      </Components>
      <Conditions isList="true" count="0" />
      <Guid>6f7544323a09490bab83f81b03c41359</Guid>
      <Margins>0.5,0.5,0.5,0.5</Margins>
      <Name>Page1</Name>
      <PageHeight>11</PageHeight>
      <PageWidth>8.5</PageWidth>
      <PaperSize>Letter</PaperSize>
      <Report isRef="0" />
      <Watermark Ref="52" type="Stimulsoft.Report.Components.StiWatermark" isKey="true">
        <Font>Arial,100</Font>
        <TextBrush>[50:0:0:0]</TextBrush>
      </Watermark>
    </Page1>
  </Pages>
  <PrinterSettings Ref="53" type="Stimulsoft.Report.Print.StiPrinterSettings" isKey="true" />
  <ReferencedAssemblies isList="true" count="8">
    <value>System.Dll</value>
    <value>System.Drawing.Dll</value>
    <value>System.Windows.Forms.Dll</value>
    <value>System.Data.Dll</value>
    <value>System.Xml.Dll</value>
    <value>Stimulsoft.Controls.Dll</value>
    <value>Stimulsoft.Base.Dll</value>
    <value>Stimulsoft.Report.Dll</value>
  </ReferencedAssemblies>
  <ReportAlias>Report</ReportAlias>
  <ReportChanged>11/15/2013 10:24:24 AM</ReportChanged>
  <ReportCreated>9/24/2013 10:30:06 AM</ReportCreated>
  <ReportFile>C:\Users\Steve\Desktop\rptInvoice.mrt</ReportFile>
  <ReportGuid>7a40de458f43488780512df2ed56e111</ReportGuid>
  <ReportName>Report</ReportName>
  <ReportUnit>Inches</ReportUnit>
  <ReportVersion>2011.3.1200</ReportVersion>
  <Script>using System;
using System.Drawing;
using System.Windows.Forms;
using System.Data;
using Stimulsoft.Controls;
using Stimulsoft.Base.Drawing;
using Stimulsoft.Report;
using Stimulsoft.Report.Dialogs;
using Stimulsoft.Report.Components;

namespace Reports
{
    public class Report : Stimulsoft.Report.StiReport
    {
        public Report()        {
            this.InitializeComponent();
        }
		
		public string checkFirstName(string custName)
		{
			char[] delimiterChars = {':'};
			string[] splitCustName = custName.Split(delimiterChars);
			string firstCustName = splitCustName[0]; 

			return firstCustName;
		}
		
		public string checkMatch(string name)
		{
			char[] delimiterChars = {' '};
			string[] splitCustName = name.Split(delimiterChars);
			return splitCustName[0];
			
		}
		public string trimString(string name)
		{
			return name.Trim( new Char[] { ',' } );
		}
		
		public string checkLastName(string custName)
		{
			char[] delimiterChars = {':'};
			string[] splitCustName = custName.Split(delimiterChars);
			string LastCustName = "";
			if(splitCustName.Length &gt; 1)
			{
				LastCustName = splitCustName[1]; 
			}

			return LastCustName;
		}
		
		public bool checkSize(string custName)
		{
			char[] delimiterChars = {':'};
			string[] splitCustName = custName.Split(delimiterChars);
			if(splitCustName.Length &gt; 1)
			{
				return true;
			}
			else
			{
				return false;
			}
		}		
				
		string orderedBy = "";
		string PONumber = "";

		public string  getOrderedBy(string wcPref)
		{
			char[] delimiterChars = {',', '\t' };
			string[] words = wcPref.Split(delimiterChars);
			orderedBy = words[0];
			return orderedBy;
		}
		
		string lastItemName = "";
		
		public string getLastItem(string itemName)
		{
			char[] delimiterChars = {':'};
			string[] splitItemName = itemName.Split(delimiterChars);
			lastItemName = splitItemName[splitItemName.Length - 1]; 
			return lastItemName; 
		}
		
		public string getPONumber(string wcPref)
		{
			char[] delimiterChars = {',', '\t' };
			string[] words = wcPref.Split(delimiterChars);
			PONumber = words[1];
			return PONumber;
		}
		
        #region StiReport Designer generated code - do not modify
        public string RefID;
        public decimal amount;
        public Stimulsoft.Report.Components.StiPage Page1;
        public Stimulsoft.Report.Components.StiPageHeaderBand PageHeaderBand1;
        public Stimulsoft.Report.Components.StiImage Image1;
        public Stimulsoft.Report.Components.StiDataBand DataBand1;
        public Stimulsoft.Report.Components.StiText Text1;
        public Stimulsoft.Report.Components.StiPanel Panel1;
        public Stimulsoft.Report.Components.StiText Text34;
        public Stimulsoft.Report.Components.StiText Text31;
        public Stimulsoft.Report.Components.StiText Text33;
        public Stimulsoft.Report.Components.StiText Text26;
        public Stimulsoft.Report.Components.StiText Text28;
        public Stimulsoft.Report.Components.StiPanel Panel2;
        public Stimulsoft.Report.Components.StiText Text3;
        public Stimulsoft.Report.Components.StiText Text5;
        public Stimulsoft.Report.Components.StiText Text7;
        public Stimulsoft.Report.Components.StiText Text9;
        public Stimulsoft.Report.Components.StiText Text29;
        public Stimulsoft.Report.Components.StiText Text32;
        public Stimulsoft.Report.Components.StiText Text2;
        public Stimulsoft.Report.Components.StiText Text4;
        public Stimulsoft.Report.Components.StiText Text6;
        public Stimulsoft.Report.Components.StiText Text8;
        public Stimulsoft.Report.Components.StiText Text27;
        public Stimulsoft.Report.Components.StiText Text30;
        public Stimulsoft.Report.Components.StiEndPointPrimitive EndPointPrimitive7;
        public Stimulsoft.Report.Components.StiStartPointPrimitive StartPointPrimitive7;
        public Stimulsoft.Report.Components.StiStartPointPrimitive StartPointPrimitive8;
        public Stimulsoft.Report.Components.StiEndPointPrimitive EndPointPrimitive8;
        public Stimulsoft.Report.Components.StiEndPointPrimitive EndPointPrimitive9;
        public Stimulsoft.Report.Components.StiStartPointPrimitive StartPointPrimitive9;
        public Stimulsoft.Report.Components.StiStartPointPrimitive StartPointPrimitive10;
        public Stimulsoft.Report.Components.StiEndPointPrimitive EndPointPrimitive10;
        public Stimulsoft.Report.Components.StiEndPointPrimitive EndPointPrimitive11;
        public Stimulsoft.Report.Components.StiStartPointPrimitive StartPointPrimitive11;
        public Stimulsoft.Report.Components.StiText Text35;
        public Stimulsoft.Report.Components.StiHeaderBand HeaderBand1;
        public Stimulsoft.Report.Components.StiText Text10;
        public Stimulsoft.Report.Components.StiText Text11;
        public Stimulsoft.Report.Components.StiText Text12;
        public Stimulsoft.Report.Components.StiText Text13;
        public Stimulsoft.Report.Components.StiText Text14;
        public Stimulsoft.Report.Components.StiStartPointPrimitive StartPointPrimitive1;
        public Stimulsoft.Report.Components.StiStartPointPrimitive StartPointPrimitive2;
        public Stimulsoft.Report.Components.StiStartPointPrimitive StartPointPrimitive3;
        public Stimulsoft.Report.Components.StiStartPointPrimitive StartPointPrimitive4;
        public Stimulsoft.Report.Components.StiStartPointPrimitive StartPointPrimitive5;
        public Stimulsoft.Report.Components.StiStartPointPrimitive StartPointPrimitive6;
        public Stimulsoft.Report.Components.StiDataBand DataBand2;
        public Stimulsoft.Report.Components.StiText Text15;
        public Stimulsoft.Report.Components.StiText Text16;
        public Stimulsoft.Report.Components.StiText Text17;
        public Stimulsoft.Report.Components.StiText Text18;
        public Stimulsoft.Report.Components.StiText Text19;
        public Stimulsoft.Report.Components.StiFooterBand FooterBand1;
        public Stimulsoft.Report.Components.StiText Text20;
        public Stimulsoft.Report.Components.StiText Text21;
        public Stimulsoft.Report.Components.StiText Text22;
        public Stimulsoft.Report.Components.StiText Text24;
        public Stimulsoft.Report.Components.StiText Text25;
        public Stimulsoft.Report.Components.StiText Text23;
        public Stimulsoft.Report.Components.StiRichText RichText1;
        public Stimulsoft.Report.Components.StiEndPointPrimitive EndPointPrimitive1;
        public Stimulsoft.Report.Components.StiEndPointPrimitive EndPointPrimitive2;
        public Stimulsoft.Report.Components.StiEndPointPrimitive EndPointPrimitive3;
        public Stimulsoft.Report.Components.StiEndPointPrimitive EndPointPrimitive4;
        public Stimulsoft.Report.Components.StiEndPointPrimitive EndPointPrimitive5;
        public Stimulsoft.Report.Components.StiEndPointPrimitive EndPointPrimitive6;
        public Stimulsoft.Report.Components.StiVerticalLinePrimitive VerticalLinePrimitive1;
        public Stimulsoft.Report.Components.StiVerticalLinePrimitive VerticalLinePrimitive2;
        public Stimulsoft.Report.Components.StiVerticalLinePrimitive VerticalLinePrimitive3;
        public Stimulsoft.Report.Components.StiVerticalLinePrimitive VerticalLinePrimitive4;
        public Stimulsoft.Report.Components.StiVerticalLinePrimitive VerticalLinePrimitive5;
        public Stimulsoft.Report.Components.StiVerticalLinePrimitive VerticalLinePrimitive6;
        public Stimulsoft.Report.Components.StiVerticalLinePrimitive VerticalLinePrimitive7;
        public Stimulsoft.Report.Components.StiVerticalLinePrimitive VerticalLinePrimitive8;
        public Stimulsoft.Report.Components.StiVerticalLinePrimitive VerticalLinePrimitive9;
        public Stimulsoft.Report.Components.StiVerticalLinePrimitive VerticalLinePrimitive10;
        public Stimulsoft.Report.Components.StiVerticalLinePrimitive VerticalLinePrimitive12;
        public Stimulsoft.Report.Components.StiWatermark Page1_Watermark;
        public Stimulsoft.Report.Print.StiPrinterSettings Report_PrinterSettings;
        public InvoiceDataSource Invoice;
        public InvoiceLineDataSource InvoiceLine;
        
        public void Text1__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "INVOICE";
        }
        
        public void Text31__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, (Invoice.BA_Line1.Length == 0)?(""): Invoice.BA_Line1 + "\n", true) + ToString(sender, (Invoice.BA_Line2.Length == 0)?(""): Invoice.BA_Line2 + "\n", true) + ToString(sender, (Invoice.BA_Line3.Length == 0)?(""): Invoice.BA_Line3 + "\n", true) + ToString(sender, (Invoice.BA_Line4.Length == 0)?(""): Invoice.BA_Line4 + "\n", true) + ToString(sender, (Invoice.BA_Line5.Length == 0)?(""): Invoice.BA_Line5 + "\n", true) + ToString(sender, Invoice.BA_City, true) + " " + ToString(sender, Invoice.BA_State, true) + " " + ToString(sender, Invoice.BA_ZIP, true) + "\r\n\r\n\r\n\r\n\r\n";
        }
        
        public void Text33__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, (Invoice.SA_Line1.Length == 0)?(""): Invoice.SA_Line1 + "\n", true) + ToString(sender, (Invoice.SA_Line2.Length == 0)?(""): Invoice.SA_Line2 + "\n", true) + ToString(sender, (Invoice.SA_Line3.Length == 0)?(""): Invoice.SA_Line3 + "\n", true) + ToString(sender, (Invoice.SA_Line4.Length == 0)?(""): Invoice.SA_Line4 + "\n", true) + ToString(sender, (Invoice.SA_Line5.Length == 0)?(""): Invoice.SA_Line5 + "\n", true) + ToString(sender, Invoice.SA_City, true) + " " + ToString(sender, Invoice.SA_State, true) + " " + ToString(sender, Invoice.SA_ZIP, true) + "\r\n";
        }
        
        public void Text26__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Customer";
        }
        
        public void Text28__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Delivery Address";
        }
        
        public void Text3__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Invoice.DateCreated.ToShortDateString(), true);
        }
        
        public void Text5__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Invoice.InvNumber, true);
        }
        
        public void Text7__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, getPONumber(Invoice.OrderedBy).Trim(), true);
        }
        
        public void Text9__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Invoice.ShipVia, true);
        }
        
        public void Text29__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, getOrderedBy(Invoice.OrderedBy), true);
        }
        
        public void Text32__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Invoice.TermsRefName, true);
        }
        
        public void Text2__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Date";
        }
        
        public void Text4__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "PEI Invoice #";
        }
        
        public void Text6__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Purchase Order #";
        }
        
        public void Text8__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Ship Via";
        }
        
        public void Text27__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Ordered By";
        }
        
        public void Text30__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Terms";
        }
        
        public void Text35__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, checkName(Invoice.CustomerName), true);
        }
        
        public void Text10__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Quantity";
        }
        
        public void Text11__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Item";
        }
        
        public void Text12__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Amount";
        }
        
        public void Text13__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Description";
        }
        
        public void Text14__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Unit Price";
        }
        
        public void Text15__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, (InvoiceLine.Description == "TAX")?(""): InvoiceLine.Quantity.ToString(), true);
        }
        
        public void Text16__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, (InvoiceLine.Description == "TAX")?(""): getLastItem(InvoiceLine.Item), true);
        }
        
        public void Text17__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text17.TextFormat.Format(CheckExcelValue(sender, (InvoiceLine.Description == "TAX")?(""): InvoiceLine.Amount.ToString().Substring(0, InvoiceLine.Amount.ToString().Length-2)));
        }
        
        public void Text18__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, (InvoiceLine.Description == "TAX")?(""): InvoiceLine.Description, true);
        }
        
        public void Text19__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text19.TextFormat.Format(CheckExcelValue(sender, (InvoiceLine.Description == "TAX")?(""): InvoiceLine.Rate.ToString().Substring(0, InvoiceLine.Rate.ToString().Length-2)));
        }
        
        public void Text20__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text20.TextFormat.Format(CheckExcelValue(sender, Invoice.Subtotal));
        }
        
        public void Text21__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text21.TextFormat.Format(CheckExcelValue(sender, Invoice.SalesTaxTotal));
        }
        
        public void Text22__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text22.TextFormat.Format(CheckExcelValue(sender, Invoice.Subtotal + Invoice.SalesTaxTotal));
        }
        
        public void Text24__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Tax (7.275%)";
        }
        
        public void Text25__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Subtotal";
        }
        
        public void Text23__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "TOTAL";
        }
        
        public void RichText1__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "__LP__\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang1033__LP__\\fonttbl__LP__\\f0\\fnil\\fcharset0 Frutiger LT 55 Roman;__RP____LP__\\f1\\fnil\\fcharset0 Microsoft Sans Serif;__RP____RP__\r\n__LP__\\colortbl ;\\red0\\green64\\blue0;__RP__\r\n\\viewkind4\\uc1\\pard\\i\\f0\\fs18 Please Direct Deposit To: \\i0\\par\r\n\\cf1 Account Name: Plant Extracts International Inc.\\par\r\nAccount Number: 6834030\\par\r\nWire Routing Number: 096010415\\cf0\\par\r\nBank Name: Bremer Bank\\par\r\nBranch Address: 8800 Highway #7, St. Louis Park MN 55426\\par\r\nBank Swift Code: BRFSUS4T\\par\r\n\\par\r\n\\i Warranty service claims must be accompanied by a copy of this receipt.\\i0\\f1\\fs17\\par\r\n__RP__\r\n ";
        }
        
        private void InitializeComponent()
        {
            this.InvoiceLine = new InvoiceLineDataSource();
            this.Invoice = new InvoiceDataSource();
            this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "RefID", "RefID", "", typeof(string), "(480)", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
            this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "amount", "amount", "", typeof(decimal), "0.00", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
            this.NeedsCompiling = false;
            // 
            // Variables init
            // 
            this.RefID = "(480)";
            this.amount = 0.00m;
            this.EngineVersion = Stimulsoft.Report.Engine.StiEngineVersion.EngineV2;
            this.ReferencedAssemblies = new System.String[] {
                    "System.Dll",
                    "System.Drawing.Dll",
                    "System.Windows.Forms.Dll",
                    "System.Data.Dll",
                    "System.Xml.Dll",
                    "Stimulsoft.Controls.Dll",
                    "Stimulsoft.Base.Dll",
                    "Stimulsoft.Report.Dll"};
            this.ReportAlias = "Report";
            // 
            // ReportChanged
            // 
            this.ReportChanged = new DateTime(2013, 10, 24, 13, 17, 55, 182);
            // 
            // ReportCreated
            // 
            this.ReportCreated = new DateTime(2013, 9, 24, 10, 30, 6, 0);
            this.ReportFile = "C:\\Users\\Steve\\Desktop\\rptInvoice.mrt";
            this.ReportGuid = "c1107bbace41404cb8cb30ebf50c8441";
            this.ReportName = "Report";
            this.ReportUnit = Stimulsoft.Report.StiReportUnitType.Inches;
            this.ReportVersion = "2011.3.1200";
            this.ScriptLanguage = Stimulsoft.Report.StiReportLanguageType.CSharp;
            // 
            // Page1
            // 
            this.Page1 = new Stimulsoft.Report.Components.StiPage();
            this.Page1.Guid = "6f7544323a09490bab83f81b03c41359";
            this.Page1.Name = "Page1";
            this.Page1.PageHeight = 11;
            this.Page1.PageWidth = 8.5;
            this.Page1.PaperSize = System.Drawing.Printing.PaperKind.Letter;
            this.Page1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.FromArgb(255, 60, 60, 60), 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Page1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // PageHeaderBand1
            // 
            this.PageHeaderBand1 = new Stimulsoft.Report.Components.StiPageHeaderBand();
            this.PageHeaderBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 7.5, 0.96);
            this.PageHeaderBand1.Guid = "fd08ae1fb4984e0aaf0dee9e6752d0af";
            this.PageHeaderBand1.Name = "PageHeaderBand1";
            this.PageHeaderBand1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.PageHeaderBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Image1
            // 
            this.Image1 = new Stimulsoft.Report.Components.StiImage();
            this.Image1.AspectRatio = true;
            this.Image1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.4, -0.02, 6.71, 0.91);
            this.Image1.File = "C:\\Program Files (x86)\\Mainstreet Systems\\PEI Invoice Tool\\Data\\Reports\\PEI Letterhead for quickbooks old 1.jpg";
            this.Image1.Name = "Image1";
            this.Image1.Stretch = true;
            this.Image1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Image1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Image1.Guid = null;
            this.Image1.Image = null;
            this.Image1.Interaction = null;
            this.PageHeaderBand1.Interaction = null;
            // 
            // DataBand1
            // 
            this.DataBand1 = new Stimulsoft.Report.Components.StiDataBand();
            this.DataBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 1.56, 7.5, 2.5);
            this.DataBand1.DataSourceName = "Invoice";
            this.DataBand1.Name = "DataBand1";
            this.DataBand1.Sort = new System.String[0];
            this.DataBand1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.DataBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.DataBand1.BusinessObjectGuid = null;
            // 
            // Text1
            // 
            this.Text1 = new Stimulsoft.Report.Components.StiText();
            this.Text1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.04, 7.5, 0.3);
            this.Text1.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text1.Name = "Text1";
            this.Text1.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text1__GetValue);
            this.Text1.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.FromArgb(255, 165, 165, 165), 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text1.Font = new System.Drawing.Font("Frutiger LT 75 Black", 20.25F);
            this.Text1.Guid = null;
            this.Text1.Indicator = null;
            this.Text1.Interaction = null;
            this.Text1.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text1.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 64, 0));
            this.Text1.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Panel1
            // 
            this.Panel1 = new Stimulsoft.Report.Components.StiPanel();
            this.Panel1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.46, 7.5, 1.43);
            this.Panel1.ColumnWidth = 3.5;
            this.Panel1.Name = "Panel1";
            this.Panel1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Panel1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text34
            // 
            this.Text34 = new Stimulsoft.Report.Components.StiText();
            this.Text34.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.02, 0, 3.75, 1.43);
            this.Text34.Name = "Text34";
            this.Text34.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.Right, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text34.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text34.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
            this.Text34.Guid = null;
            this.Text34.Indicator = null;
            this.Text34.Interaction = null;
            this.Text34.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text34.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 64, 0));
            this.Text34.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text31
            // 
            this.Text31 = new Stimulsoft.Report.Components.StiText();
            this.Text31.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.4, 3.65, 1.03);
            this.Text31.Guid = "d19bd346de4a46568628c543ff13c557";
            this.Text31.Name = "Text31";
            this.Text31.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text31__GetValue);
            this.Text31.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text31.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text31.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text31.Font = new System.Drawing.Font("Frutiger LT 55 Roman", 10F);
            this.Text31.Indicator = null;
            this.Text31.Interaction = null;
            this.Text31.Margins = new Stimulsoft.Report.Components.StiMargins(8, 0, 0, 0);
            this.Text31.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text31.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text33
            // 
            this.Text33 = new Stimulsoft.Report.Components.StiText();
            this.Text33.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.8, 0.4, 3.65, 1.03);
            this.Text33.Guid = "40f6c446d0ae45dfba902aa2523ca0bd";
            this.Text33.Name = "Text33";
            this.Text33.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text33__GetValue);
            this.Text33.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text33.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text33.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text33.Font = new System.Drawing.Font("Frutiger LT 55 Roman", 10F);
            this.Text33.Indicator = null;
            this.Text33.Interaction = null;
            this.Text33.Margins = new Stimulsoft.Report.Components.StiMargins(8, 0, 0, 0);
            this.Text33.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text33.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text26
            // 
            this.Text26 = new Stimulsoft.Report.Components.StiText();
            this.Text26.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 3.65, 0.38);
            this.Text26.Guid = "7dc318940a4d47718e396303d8f3dbc4";
            this.Text26.Name = "Text26";
            this.Text26.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text26__GetValue);
            this.Text26.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
            this.Text26.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text26.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text26.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text26.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text26.Font = new System.Drawing.Font("Frutiger LT 75 Black", 10F);
            this.Text26.Indicator = null;
            this.Text26.Interaction = null;
            this.Text26.Margins = new Stimulsoft.Report.Components.StiMargins(8, 0, 0, 0);
            this.Text26.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 64, 0));
            this.Text26.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text28
            // 
            this.Text28 = new Stimulsoft.Report.Components.StiText();
            this.Text28.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.8, 0, 3.65, 0.38);
            this.Text28.Guid = "b788a05b712a496fa3463ec72a976225";
            this.Text28.Name = "Text28";
            this.Text28.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text28__GetValue);
            this.Text28.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
            this.Text28.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text28.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text28.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text28.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text28.Font = new System.Drawing.Font("Frutiger LT 75 Black", 10F);
            this.Text28.Indicator = null;
            this.Text28.Interaction = null;
            this.Text28.Margins = new Stimulsoft.Report.Components.StiMargins(8, 0, 0, 0);
            this.Text28.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 64, 0));
            this.Text28.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.Panel1.Guid = null;
            this.Panel1.Interaction = null;
            // 
            // Panel2
            // 
            this.Panel2 = new Stimulsoft.Report.Components.StiPanel();
            this.Panel2.CanGrow = true;
            this.Panel2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 1.99, 7.5, 0.5);
            this.Panel2.Name = "Panel2";
            this.Panel2.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Panel2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text3
            // 
            this.Text3 = new Stimulsoft.Report.Components.StiText();
            this.Text3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.25, 0.94, 0.25);
            this.Text3.Guid = "def4e77f2d5a45c5b7c0d37a77a6f544";
            this.Text3.Name = "Text3";
            this.Text3.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text3__GetValue);
            this.Text3.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text3.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text3.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text3.Font = new System.Drawing.Font("Frutiger LT 55 Roman", 9F);
            this.Text3.Indicator = null;
            this.Text3.Interaction = null;
            this.Text3.Margins = new Stimulsoft.Report.Components.StiMargins(8, 0, 0, 0);
            this.Text3.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text3.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text5
            // 
            this.Text5 = new Stimulsoft.Report.Components.StiText();
            this.Text5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.94, 0.25, 1.81, 0.25);
            this.Text5.Guid = "c73cc3fac8d94b5aba4885a09cabf742";
            this.Text5.Name = "Text5";
            this.Text5.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text5__GetValue);
            this.Text5.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text5.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text5.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text5.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text5.Font = new System.Drawing.Font("Frutiger LT 55 Roman", 9F);
            this.Text5.Indicator = null;
            this.Text5.Interaction = null;
            this.Text5.Margins = new Stimulsoft.Report.Components.StiMargins(8, 0, 0, 0);
            this.Text5.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text5.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text7
            // 
            this.Text7 = new Stimulsoft.Report.Components.StiText();
            this.Text7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.75, 0.25, 1.44, 0.25);
            this.Text7.Guid = "3c4502cbb4eb4927890f5aec9557ea2e";
            this.Text7.Name = "Text7";
            this.Text7.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text7__GetValue);
            this.Text7.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text7.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text7.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text7.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text7.Font = new System.Drawing.Font("Frutiger LT 55 Roman", 9F);
            this.Text7.Indicator = null;
            this.Text7.Interaction = null;
            this.Text7.Margins = new Stimulsoft.Report.Components.StiMargins(8, 0, 0, 0);
            this.Text7.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text7.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text9
            // 
            this.Text9 = new Stimulsoft.Report.Components.StiText();
            this.Text9.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.19, 0.25, 1.19, 0.25);
            this.Text9.Guid = "5eb1ba489f9f4bdf9fb1946b458d706c";
            this.Text9.Name = "Text9";
            this.Text9.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text9__GetValue);
            this.Text9.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text9.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text9.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text9.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text9.Font = new System.Drawing.Font("Frutiger LT 55 Roman", 9F);
            this.Text9.Indicator = null;
            this.Text9.Interaction = null;
            this.Text9.Margins = new Stimulsoft.Report.Components.StiMargins(8, 0, 0, 0);
            this.Text9.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text9.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text29
            // 
            this.Text29 = new Stimulsoft.Report.Components.StiText();
            this.Text29.CanGrow = true;
            this.Text29.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.37, 0.25, 1.06, 0.25);
            this.Text29.Guid = "61d5072d06104cba95d8bd552abf76fc";
            this.Text29.Name = "Text29";
            this.Text29.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text29__GetValue);
            this.Text29.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
            this.Text29.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text29.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text29.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text29.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text29.Font = new System.Drawing.Font("Frutiger LT 55 Roman", 9F);
            this.Text29.Indicator = null;
            this.Text29.Interaction = null;
            this.Text29.Margins = new Stimulsoft.Report.Components.StiMargins(8, 0, 0, 0);
            this.Text29.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text29.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text32
            // 
            this.Text32 = new Stimulsoft.Report.Components.StiText();
            this.Text32.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.42, 0.25, 1.06, 0.25);
            this.Text32.Guid = "b3e2e816e7714305b8235e87cf683d0f";
            this.Text32.Name = "Text32";
            this.Text32.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text32__GetValue);
            this.Text32.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text32.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text32.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text32.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text32.Font = new System.Drawing.Font("Frutiger LT 55 Roman", 9F);
            this.Text32.Indicator = null;
            this.Text32.Interaction = null;
            this.Text32.Margins = new Stimulsoft.Report.Components.StiMargins(8, 0, 0, 0);
            this.Text32.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text32.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text2
            // 
            this.Text2 = new Stimulsoft.Report.Components.StiText();
            this.Text2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 0.94, 0.25);
            this.Text2.Name = "Text2";
            this.Text2.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text2__GetValue);
            this.Text2.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
            this.Text2.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text2.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text2.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text2.Font = new System.Drawing.Font("Frutiger LT 75 Black", 10F);
            this.Text2.Guid = null;
            this.Text2.Indicator = null;
            this.Text2.Interaction = null;
            this.Text2.Margins = new Stimulsoft.Report.Components.StiMargins(8, 0, 0, 0);
            this.Text2.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 64, 0));
            this.Text2.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text4
            // 
            this.Text4 = new Stimulsoft.Report.Components.StiText();
            this.Text4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.94, 0, 1.81, 0.25);
            this.Text4.Guid = "688644d56b664eb7ab6f0285a912b7ae";
            this.Text4.Name = "Text4";
            this.Text4.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text4__GetValue);
            this.Text4.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
            this.Text4.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text4.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text4.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text4.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text4.Font = new System.Drawing.Font("Frutiger LT 75 Black", 10F);
            this.Text4.Indicator = null;
            this.Text4.Interaction = null;
            this.Text4.Margins = new Stimulsoft.Report.Components.StiMargins(8, 0, 0, 0);
            this.Text4.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 64, 0));
            this.Text4.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text6
            // 
            this.Text6 = new Stimulsoft.Report.Components.StiText();
            this.Text6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.75, 0, 1.44, 0.25);
            this.Text6.Guid = "a1a78521fb1d41918625b8944b8053d3";
            this.Text6.Name = "Text6";
            this.Text6.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text6__GetValue);
            this.Text6.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
            this.Text6.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text6.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text6.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text6.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text6.Font = new System.Drawing.Font("Frutiger LT 75 Black", 10F);
            this.Text6.Indicator = null;
            this.Text6.Interaction = null;
            this.Text6.Margins = new Stimulsoft.Report.Components.StiMargins(8, 0, 0, 0);
            this.Text6.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 64, 0));
            this.Text6.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text8
            // 
            this.Text8 = new Stimulsoft.Report.Components.StiText();
            this.Text8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.19, 0, 1.19, 0.25);
            this.Text8.Guid = "d9d92cabe91c46429ca42f188158c8cb";
            this.Text8.Name = "Text8";
            this.Text8.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text8__GetValue);
            this.Text8.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
            this.Text8.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text8.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text8.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text8.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text8.Font = new System.Drawing.Font("Frutiger LT 75 Black", 10F);
            this.Text8.Indicator = null;
            this.Text8.Interaction = null;
            this.Text8.Margins = new Stimulsoft.Report.Components.StiMargins(8, 0, 0, 0);
            this.Text8.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 64, 0));
            this.Text8.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text27
            // 
            this.Text27 = new Stimulsoft.Report.Components.StiText();
            this.Text27.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.37, 0, 1.06, 0.25);
            this.Text27.Guid = "462109bd7efa4b0ca1fe37f1631b0c59";
            this.Text27.Name = "Text27";
            this.Text27.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text27__GetValue);
            this.Text27.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
            this.Text27.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text27.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text27.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text27.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text27.Font = new System.Drawing.Font("Frutiger LT 75 Black", 10F);
            this.Text27.Indicator = null;
            this.Text27.Interaction = null;
            this.Text27.Margins = new Stimulsoft.Report.Components.StiMargins(8, 0, 0, 0);
            this.Text27.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 64, 0));
            this.Text27.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text30
            // 
            this.Text30 = new Stimulsoft.Report.Components.StiText();
            this.Text30.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.42, 0, 1.06, 0.25);
            this.Text30.Guid = "ff4f9fff281f4f2caadf8141a07b1fe7";
            this.Text30.Name = "Text30";
            this.Text30.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text30__GetValue);
            this.Text30.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
            this.Text30.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text30.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text30.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text30.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text30.Font = new System.Drawing.Font("Frutiger LT 75 Black", 10F);
            this.Text30.Indicator = null;
            this.Text30.Interaction = null;
            this.Text30.Margins = new Stimulsoft.Report.Components.StiMargins(8, 0, 0, 0);
            this.Text30.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 64, 0));
            this.Text30.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // EndPointPrimitive7
            // 
            this.EndPointPrimitive7 = new Stimulsoft.Report.Components.StiEndPointPrimitive();
            this.EndPointPrimitive7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.94, 0.5, 0, 0);
            this.EndPointPrimitive7.Name = "EndPointPrimitive7";
            this.EndPointPrimitive7.ReferenceToGuid = "4d7462e8689c401da98a0299084f2529";
            this.EndPointPrimitive7.Guid = null;
            this.EndPointPrimitive7.Interaction = null;
            // 
            // StartPointPrimitive7
            // 
            this.StartPointPrimitive7 = new Stimulsoft.Report.Components.StiStartPointPrimitive();
            this.StartPointPrimitive7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.94, 0, 0, 0);
            this.StartPointPrimitive7.Name = "StartPointPrimitive7";
            this.StartPointPrimitive7.ReferenceToGuid = "4d7462e8689c401da98a0299084f2529";
            this.StartPointPrimitive7.Guid = null;
            this.StartPointPrimitive7.Interaction = null;
            // 
            // StartPointPrimitive8
            // 
            this.StartPointPrimitive8 = new Stimulsoft.Report.Components.StiStartPointPrimitive();
            this.StartPointPrimitive8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.75, 0, 0, 0);
            this.StartPointPrimitive8.Name = "StartPointPrimitive8";
            this.StartPointPrimitive8.ReferenceToGuid = "abb3eac32c4749d19dc279bfb6e36a71";
            this.StartPointPrimitive8.Guid = null;
            this.StartPointPrimitive8.Interaction = null;
            // 
            // EndPointPrimitive8
            // 
            this.EndPointPrimitive8 = new Stimulsoft.Report.Components.StiEndPointPrimitive();
            this.EndPointPrimitive8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.75, 0.5, 0, 0);
            this.EndPointPrimitive8.Name = "EndPointPrimitive8";
            this.EndPointPrimitive8.ReferenceToGuid = "abb3eac32c4749d19dc279bfb6e36a71";
            this.EndPointPrimitive8.Guid = null;
            this.EndPointPrimitive8.Interaction = null;
            // 
            // EndPointPrimitive9
            // 
            this.EndPointPrimitive9 = new Stimulsoft.Report.Components.StiEndPointPrimitive();
            this.EndPointPrimitive9.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.2, 0.5, 0, 0);
            this.EndPointPrimitive9.Name = "EndPointPrimitive9";
            this.EndPointPrimitive9.ReferenceToGuid = "88df1c49e598451ba2b4788812ba2dec";
            this.EndPointPrimitive9.Guid = null;
            this.EndPointPrimitive9.Interaction = null;
            // 
            // StartPointPrimitive9
            // 
            this.StartPointPrimitive9 = new Stimulsoft.Report.Components.StiStartPointPrimitive();
            this.StartPointPrimitive9.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.2, 0, 0, 0);
            this.StartPointPrimitive9.Name = "StartPointPrimitive9";
            this.StartPointPrimitive9.ReferenceToGuid = "88df1c49e598451ba2b4788812ba2dec";
            this.StartPointPrimitive9.Guid = null;
            this.StartPointPrimitive9.Interaction = null;
            // 
            // StartPointPrimitive10
            // 
            this.StartPointPrimitive10 = new Stimulsoft.Report.Components.StiStartPointPrimitive();
            this.StartPointPrimitive10.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.38, 0, 0, 0);
            this.StartPointPrimitive10.Name = "StartPointPrimitive10";
            this.StartPointPrimitive10.ReferenceToGuid = "62638eb34aa647139ab7643d31a096e5";
            this.StartPointPrimitive10.Guid = null;
            this.StartPointPrimitive10.Interaction = null;
            // 
            // EndPointPrimitive10
            // 
            this.EndPointPrimitive10 = new Stimulsoft.Report.Components.StiEndPointPrimitive();
            this.EndPointPrimitive10.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.38, 0.5, 0, 0);
            this.EndPointPrimitive10.Name = "EndPointPrimitive10";
            this.EndPointPrimitive10.ReferenceToGuid = "62638eb34aa647139ab7643d31a096e5";
            this.EndPointPrimitive10.Guid = null;
            this.EndPointPrimitive10.Interaction = null;
            // 
            // EndPointPrimitive11
            // 
            this.EndPointPrimitive11 = new Stimulsoft.Report.Components.StiEndPointPrimitive();
            this.EndPointPrimitive11.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.43, 0.5, 0, 0);
            this.EndPointPrimitive11.Name = "EndPointPrimitive11";
            this.EndPointPrimitive11.ReferenceToGuid = "b7c133893efe4b6189617d1431e2e6ae";
            this.EndPointPrimitive11.Guid = null;
            this.EndPointPrimitive11.Interaction = null;
            // 
            // StartPointPrimitive11
            // 
            this.StartPointPrimitive11 = new Stimulsoft.Report.Components.StiStartPointPrimitive();
            this.StartPointPrimitive11.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.43, 0, 0, 0);
            this.StartPointPrimitive11.Name = "StartPointPrimitive11";
            this.StartPointPrimitive11.ReferenceToGuid = "b7c133893efe4b6189617d1431e2e6ae";
            this.StartPointPrimitive11.Guid = null;
            this.StartPointPrimitive11.Interaction = null;
            this.Panel2.Guid = null;
            this.Panel2.Interaction = null;
            // 
            // Text35
            // 
            this.Text35 = new Stimulsoft.Report.Components.StiText();
            this.Text35.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.5, 0.04, 1.6, 0.3);
            this.Text35.Name = "Text35";
            this.Text35.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text35__GetValue);
            this.Text35.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text35.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text35.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text35.Font = new System.Drawing.Font("Frutiger LT 55 Roman", 9F, ((System.Drawing.FontStyle.Regular | System.Drawing.FontStyle.Bold) 
                            | System.Drawing.FontStyle.Italic));
            this.Text35.Guid = null;
            this.Text35.Indicator = null;
            this.Text35.Interaction = null;
            this.Text35.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text35.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text35.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.DataBand1.DataRelationName = null;
            this.DataBand1.Guid = null;
            this.DataBand1.Interaction = null;
            this.DataBand1.MasterComponent = null;
            // 
            // HeaderBand1
            // 
            this.HeaderBand1 = new Stimulsoft.Report.Components.StiHeaderBand();
            this.HeaderBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4.46, 7.5, 0.25);
            this.HeaderBand1.Name = "HeaderBand1";
            this.HeaderBand1.PrintIfEmpty = true;
            this.HeaderBand1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.HeaderBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text10
            // 
            this.Text10 = new Stimulsoft.Report.Components.StiText();
            this.Text10.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 0.94, 0.25);
            this.Text10.Guid = "07847ef41c95498f98f5e992486fd2b5";
            this.Text10.Name = "Text10";
            this.Text10.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text10__GetValue);
            this.Text10.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
            this.Text10.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text10.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text10.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text10.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text10.Font = new System.Drawing.Font("Frutiger LT 75 Black", 10F);
            this.Text10.Indicator = null;
            this.Text10.Interaction = null;
            this.Text10.Margins = new Stimulsoft.Report.Components.StiMargins(8, 0, 0, 0);
            this.Text10.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 64, 0));
            this.Text10.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text11
            // 
            this.Text11 = new Stimulsoft.Report.Components.StiText();
            this.Text11.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.94, 0, 1.81, 0.25);
            this.Text11.Guid = "b97ba93dde984bd19a3e9d1c3adffc41";
            this.Text11.Name = "Text11";
            this.Text11.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text11__GetValue);
            this.Text11.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
            this.Text11.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text11.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text11.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text11.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text11.Font = new System.Drawing.Font("Frutiger LT 75 Black", 10F);
            this.Text11.Indicator = null;
            this.Text11.Interaction = null;
            this.Text11.Margins = new Stimulsoft.Report.Components.StiMargins(8, 0, 0, 0);
            this.Text11.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 64, 0));
            this.Text11.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text12
            // 
            this.Text12 = new Stimulsoft.Report.Components.StiText();
            this.Text12.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.42, 0, 1.07, 0.25);
            this.Text12.Guid = "82cb4dff127d43f2837f233a856e82c7";
            this.Text12.Name = "Text12";
            this.Text12.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text12__GetValue);
            this.Text12.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
            this.Text12.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text12.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text12.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text12.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text12.Font = new System.Drawing.Font("Frutiger LT 75 Black", 10F);
            this.Text12.Indicator = null;
            this.Text12.Interaction = null;
            this.Text12.Margins = new Stimulsoft.Report.Components.StiMargins(8, 0, 0, 0);
            this.Text12.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 64, 0));
            this.Text12.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text13
            // 
            this.Text13 = new Stimulsoft.Report.Components.StiText();
            this.Text13.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.75, 0, 2.63, 0.25);
            this.Text13.Guid = "8b594e69de2443729ce71e698f28e632";
            this.Text13.Name = "Text13";
            this.Text13.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text13__GetValue);
            this.Text13.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
            this.Text13.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text13.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text13.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text13.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text13.Font = new System.Drawing.Font("Frutiger LT 75 Black", 10F);
            this.Text13.Indicator = null;
            this.Text13.Interaction = null;
            this.Text13.Margins = new Stimulsoft.Report.Components.StiMargins(8, 0, 0, 0);
            this.Text13.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 64, 0));
            this.Text13.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text14
            // 
            this.Text14 = new Stimulsoft.Report.Components.StiText();
            this.Text14.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.37, 0, 1.06, 0.25);
            this.Text14.Guid = "0b33e2f9d08048ee89d5a24aab6778f6";
            this.Text14.Name = "Text14";
            this.Text14.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text14__GetValue);
            this.Text14.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
            this.Text14.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text14.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text14.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text14.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text14.Font = new System.Drawing.Font("Frutiger LT 75 Black", 10F);
            this.Text14.Indicator = null;
            this.Text14.Interaction = null;
            this.Text14.Margins = new Stimulsoft.Report.Components.StiMargins(8, 0, 0, 0);
            this.Text14.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 64, 0));
            this.Text14.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // StartPointPrimitive1
            // 
            this.StartPointPrimitive1 = new Stimulsoft.Report.Components.StiStartPointPrimitive();
            this.StartPointPrimitive1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, -0.01, 0, 0);
            this.StartPointPrimitive1.Name = "StartPointPrimitive1";
            this.StartPointPrimitive1.ReferenceToGuid = "af20d3247ffb4252b5051dc49566ca67";
            this.StartPointPrimitive1.Guid = null;
            this.StartPointPrimitive1.Interaction = null;
            // 
            // StartPointPrimitive2
            // 
            this.StartPointPrimitive2 = new Stimulsoft.Report.Components.StiStartPointPrimitive();
            this.StartPointPrimitive2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7.5, -0.01, 0, 0);
            this.StartPointPrimitive2.Name = "StartPointPrimitive2";
            this.StartPointPrimitive2.ReferenceToGuid = "cbf21bd3360345fbaf01c803d8a43425";
            this.StartPointPrimitive2.Guid = null;
            this.StartPointPrimitive2.Interaction = null;
            // 
            // StartPointPrimitive3
            // 
            this.StartPointPrimitive3 = new Stimulsoft.Report.Components.StiStartPointPrimitive();
            this.StartPointPrimitive3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.43, -0.01, 0, 0);
            this.StartPointPrimitive3.Name = "StartPointPrimitive3";
            this.StartPointPrimitive3.ReferenceToGuid = "8643d03de3c74bf6a9b230c2e54b2356";
            this.StartPointPrimitive3.Guid = null;
            this.StartPointPrimitive3.Interaction = null;
            // 
            // StartPointPrimitive4
            // 
            this.StartPointPrimitive4 = new Stimulsoft.Report.Components.StiStartPointPrimitive();
            this.StartPointPrimitive4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.38, -0.01, 0, 0);
            this.StartPointPrimitive4.Name = "StartPointPrimitive4";
            this.StartPointPrimitive4.ReferenceToGuid = "2f4f41eb11b141e69a320c69f7aecd46";
            this.StartPointPrimitive4.Guid = null;
            this.StartPointPrimitive4.Interaction = null;
            // 
            // StartPointPrimitive5
            // 
            this.StartPointPrimitive5 = new Stimulsoft.Report.Components.StiStartPointPrimitive();
            this.StartPointPrimitive5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.75, -0.01, 0, 0);
            this.StartPointPrimitive5.Name = "StartPointPrimitive5";
            this.StartPointPrimitive5.ReferenceToGuid = "7a55e519fac24039bc46e97ea11fb41c";
            this.StartPointPrimitive5.Guid = null;
            this.StartPointPrimitive5.Interaction = null;
            // 
            // StartPointPrimitive6
            // 
            this.StartPointPrimitive6 = new Stimulsoft.Report.Components.StiStartPointPrimitive();
            this.StartPointPrimitive6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.94, -0.01, 0, 0);
            this.StartPointPrimitive6.Name = "StartPointPrimitive6";
            this.StartPointPrimitive6.ReferenceToGuid = "3c87a622cee54c09bd1613b4f0c3ff9e";
            this.StartPointPrimitive6.Guid = null;
            this.StartPointPrimitive6.Interaction = null;
            this.HeaderBand1.Guid = null;
            this.HeaderBand1.Interaction = null;
            // 
            // DataBand2
            // 
            this.DataBand2 = new Stimulsoft.Report.Components.StiDataBand();
            this.DataBand2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 5.11, 7.5, 0.3);
            this.DataBand2.DataSourceName = "InvoiceLine";
            this.DataBand2.Name = "DataBand2";
            this.DataBand2.Sort = new System.String[0];
            this.DataBand2.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.DataBand2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.DataBand2.BusinessObjectGuid = null;
            // 
            // Text15
            // 
            this.Text15 = new Stimulsoft.Report.Components.StiText();
            this.Text15.CanGrow = true;
            this.Text15.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 0.94, 0.3);
            this.Text15.Guid = "28755cc23295471492cff7aa76360a65";
            this.Text15.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text15.Name = "Text15";
            this.Text15.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text15__GetValue);
            this.Text15.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text15.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text15.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text15.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text15.Font = new System.Drawing.Font("Frutiger LT 55 Roman", 10F);
            this.Text15.Indicator = null;
            this.Text15.Interaction = null;
            this.Text15.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 5, 0);
            this.Text15.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text15.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text16
            // 
            this.Text16 = new Stimulsoft.Report.Components.StiText();
            this.Text16.CanGrow = true;
            this.Text16.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.94, 0, 1.81, 0.3);
            this.Text16.Guid = "037d6372aeef4ea0b1d1cde98f905fac";
            this.Text16.Name = "Text16";
            this.Text16.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text16__GetValue);
            this.Text16.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text16.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text16.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text16.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text16.Font = new System.Drawing.Font("Frutiger LT 55 Roman", 10F);
            this.Text16.Indicator = null;
            this.Text16.Interaction = null;
            this.Text16.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 5, 0);
            this.Text16.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text16.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text17
            // 
            this.Text17 = new Stimulsoft.Report.Components.StiText();
            this.Text17.CanGrow = true;
            this.Text17.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.42, 0, 1.06, 0.3);
            this.Text17.Guid = "35bc8c8b9fc34dd6a005fe5a9b3fac7e";
            this.Text17.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text17.Name = "Text17";
            this.Text17.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text17__GetValue);
            this.Text17.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text17.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text17.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text17.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text17.Font = new System.Drawing.Font("Frutiger LT 55 Roman", 10F);
            this.Text17.Indicator = null;
            this.Text17.Interaction = null;
            this.Text17.Margins = new Stimulsoft.Report.Components.StiMargins(0, 5, 5, 0);
            this.Text17.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text17.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, ",", 3, true, false, " ");
            this.Text17.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text18
            // 
            this.Text18 = new Stimulsoft.Report.Components.StiText();
            this.Text18.CanGrow = true;
            this.Text18.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.75, 0, 2.63, 0.3);
            this.Text18.Guid = "886d651cd4234a60bcd76f8861d596ce";
            this.Text18.Name = "Text18";
            this.Text18.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text18__GetValue);
            this.Text18.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text18.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text18.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text18.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text18.Font = new System.Drawing.Font("Frutiger LT 55 Roman", 10F);
            this.Text18.Indicator = null;
            this.Text18.Interaction = null;
            this.Text18.Margins = new Stimulsoft.Report.Components.StiMargins(5, 0, 5, 0);
            this.Text18.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text18.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text19
            // 
            this.Text19 = new Stimulsoft.Report.Components.StiText();
            this.Text19.CanGrow = true;
            this.Text19.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.37, 0, 1.06, 0.3);
            this.Text19.Guid = "01dfcd35292349b3bea43138044786de";
            this.Text19.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text19.Name = "Text19";
            this.Text19.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text19__GetValue);
            this.Text19.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text19.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text19.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text19.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text19.Font = new System.Drawing.Font("Frutiger LT 55 Roman", 10F);
            this.Text19.Indicator = null;
            this.Text19.Interaction = null;
            this.Text19.Margins = new Stimulsoft.Report.Components.StiMargins(0, 5, 5, 0);
            this.Text19.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text19.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService(0, 0, ".", 2, ",", 3, "$", true, false, " ");
            this.Text19.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.DataBand2.DataRelationName = null;
            this.DataBand2.Guid = null;
            this.DataBand2.Interaction = null;
            // 
            // FooterBand1
            // 
            this.FooterBand1 = new Stimulsoft.Report.Components.StiFooterBand();
            this.FooterBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 5.81, 7.5, 1.4);
            this.FooterBand1.Name = "FooterBand1";
            this.FooterBand1.PrintAtBottom = true;
            this.FooterBand1.PrintIfEmpty = true;
            this.FooterBand1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.Top, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.FooterBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text20
            // 
            this.Text20 = new Stimulsoft.Report.Components.StiText();
            this.Text20.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.43, 0, 1.07, 0.46);
            this.Text20.Guid = "b94df3d08bdf4abaab7059922b453ee8";
            this.Text20.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text20.Name = "Text20";
            this.Text20.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text20__GetValue);
            this.Text20.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text20.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text20.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left) 
                            | Stimulsoft.Base.Drawing.StiBorderSides.Right) 
                            | Stimulsoft.Base.Drawing.StiBorderSides.Bottom), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text20.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text20.Font = new System.Drawing.Font("Frutiger LT 55 Roman", 10F);
            this.Text20.Indicator = null;
            this.Text20.Interaction = null;
            this.Text20.Margins = new Stimulsoft.Report.Components.StiMargins(0, 5, 5, 0);
            this.Text20.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text20.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService(0, 0, ".", 2, ",", 3, "$", true, false, " ");
            this.Text20.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text21
            // 
            this.Text21 = new Stimulsoft.Report.Components.StiText();
            this.Text21.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.43, 0.45, 1.07, 0.46);
            this.Text21.Guid = "533bf17d325f4e07b0be13f4d1ef18f2";
            this.Text21.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text21.Name = "Text21";
            this.Text21.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text21__GetValue);
            this.Text21.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text21.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text21.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left) 
                            | Stimulsoft.Base.Drawing.StiBorderSides.Right) 
                            | Stimulsoft.Base.Drawing.StiBorderSides.Bottom), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text21.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text21.Font = new System.Drawing.Font("Frutiger LT 55 Roman", 10F);
            this.Text21.Indicator = null;
            this.Text21.Interaction = null;
            this.Text21.Margins = new Stimulsoft.Report.Components.StiMargins(0, 5, 5, 0);
            this.Text21.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text21.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService(0, 0, ".", 2, ",", 3, "$", true, false, " ");
            this.Text21.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text22
            // 
            this.Text22 = new Stimulsoft.Report.Components.StiText();
            this.Text22.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.43, 0.9, 1.07, 0.46);
            this.Text22.Guid = "c930904fd8ae4287ae723ee4a345afa2";
            this.Text22.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text22.Name = "Text22";
            this.Text22.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text22__GetValue);
            this.Text22.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text22.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text22.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left) 
                            | Stimulsoft.Base.Drawing.StiBorderSides.Right) 
                            | Stimulsoft.Base.Drawing.StiBorderSides.Bottom), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text22.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text22.Font = new System.Drawing.Font("Frutiger LT 75 Black", 10F);
            this.Text22.Indicator = null;
            this.Text22.Interaction = null;
            this.Text22.Margins = new Stimulsoft.Report.Components.StiMargins(0, 5, 5, 0);
            this.Text22.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text22.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService(0, 0, ".", 2, ",", 3, "$", true, false, " ");
            this.Text22.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text24
            // 
            this.Text24 = new Stimulsoft.Report.Components.StiText();
            this.Text24.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.2, 0.45, 1.2, 0.46);
            this.Text24.Guid = "e71f17efe08046d09ab2b82c0df5ce41";
            this.Text24.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text24.Name = "Text24";
            this.Text24.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text24__GetValue);
            this.Text24.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text24.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text24.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.FromArgb(255, 0, 64, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text24.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text24.Font = new System.Drawing.Font("Frutiger LT 55 Roman", 10F);
            this.Text24.Indicator = null;
            this.Text24.Interaction = null;
            this.Text24.Margins = new Stimulsoft.Report.Components.StiMargins(0, 8, 0, 0);
            this.Text24.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text24.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text25
            // 
            this.Text25 = new Stimulsoft.Report.Components.StiText();
            this.Text25.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.2, 0.02, 1.2, 0.46);
            this.Text25.Guid = "c176e6476d43443d8a1a861fe5940f5e";
            this.Text25.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text25.Name = "Text25";
            this.Text25.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text25__GetValue);
            this.Text25.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text25.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text25.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.FromArgb(255, 0, 64, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text25.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text25.Font = new System.Drawing.Font("Frutiger LT 55 Roman", 10F);
            this.Text25.Indicator = null;
            this.Text25.Interaction = null;
            this.Text25.Margins = new Stimulsoft.Report.Components.StiMargins(0, 8, 0, 0);
            this.Text25.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text25.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text23
            // 
            this.Text23 = new Stimulsoft.Report.Components.StiText();
            this.Text23.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.2, 0.92, 1.2, 0.46);
            this.Text23.Guid = "52474015643748408cc86bd68a6ddcf3";
            this.Text23.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text23.Name = "Text23";
            this.Text23.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text23__GetValue);
            this.Text23.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text23.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text23.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.FromArgb(255, 0, 64, 0), 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text23.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text23.Font = new System.Drawing.Font("Frutiger LT 75 Black", 10F);
            this.Text23.Indicator = null;
            this.Text23.Interaction = null;
            this.Text23.Margins = new Stimulsoft.Report.Components.StiMargins(0, 8, 0, 0);
            this.Text23.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 0, 64, 0));
            this.Text23.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // RichText1
            // 
            this.RichText1 = new Stimulsoft.Report.Components.StiRichText();
            this.RichText1.BackColor = System.Drawing.Color.Transparent;
            this.RichText1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.1, 4.6, 1.3);
            this.RichText1.DataColumn = "";
            this.RichText1.Name = "RichText1";
            this.RichText1.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.RichText1__GetValue);
            this.RichText1.Wysiwyg = true;
            this.RichText1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.FromArgb(255, 60, 60, 60), 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.RichText1.Guid = null;
            this.RichText1.Interaction = null;
            this.RichText1.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            // 
            // EndPointPrimitive1
            // 
            this.EndPointPrimitive1 = new Stimulsoft.Report.Components.StiEndPointPrimitive();
            this.EndPointPrimitive1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 0, 0);
            this.EndPointPrimitive1.Name = "EndPointPrimitive1";
            this.EndPointPrimitive1.ReferenceToGuid = "af20d3247ffb4252b5051dc49566ca67";
            this.EndPointPrimitive1.Guid = null;
            this.EndPointPrimitive1.Interaction = null;
            // 
            // EndPointPrimitive2
            // 
            this.EndPointPrimitive2 = new Stimulsoft.Report.Components.StiEndPointPrimitive();
            this.EndPointPrimitive2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7.5, 0, 0, 0);
            this.EndPointPrimitive2.Name = "EndPointPrimitive2";
            this.EndPointPrimitive2.ReferenceToGuid = "cbf21bd3360345fbaf01c803d8a43425";
            this.EndPointPrimitive2.Guid = null;
            this.EndPointPrimitive2.Interaction = null;
            // 
            // EndPointPrimitive3
            // 
            this.EndPointPrimitive3 = new Stimulsoft.Report.Components.StiEndPointPrimitive();
            this.EndPointPrimitive3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.43, 0, 0, 0);
            this.EndPointPrimitive3.Name = "EndPointPrimitive3";
            this.EndPointPrimitive3.ReferenceToGuid = "8643d03de3c74bf6a9b230c2e54b2356";
            this.EndPointPrimitive3.Guid = null;
            this.EndPointPrimitive3.Interaction = null;
            // 
            // EndPointPrimitive4
            // 
            this.EndPointPrimitive4 = new Stimulsoft.Report.Components.StiEndPointPrimitive();
            this.EndPointPrimitive4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.38, 0, 0, 0);
            this.EndPointPrimitive4.Name = "EndPointPrimitive4";
            this.EndPointPrimitive4.ReferenceToGuid = "2f4f41eb11b141e69a320c69f7aecd46";
            this.EndPointPrimitive4.Guid = null;
            this.EndPointPrimitive4.Interaction = null;
            // 
            // EndPointPrimitive5
            // 
            this.EndPointPrimitive5 = new Stimulsoft.Report.Components.StiEndPointPrimitive();
            this.EndPointPrimitive5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.75, 0, 0, 0);
            this.EndPointPrimitive5.Name = "EndPointPrimitive5";
            this.EndPointPrimitive5.ReferenceToGuid = "7a55e519fac24039bc46e97ea11fb41c";
            this.EndPointPrimitive5.Guid = null;
            this.EndPointPrimitive5.Interaction = null;
            // 
            // EndPointPrimitive6
            // 
            this.EndPointPrimitive6 = new Stimulsoft.Report.Components.StiEndPointPrimitive();
            this.EndPointPrimitive6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.94, 0, 0, 0);
            this.InitializeComponent2();
        }
        
        public void InitializeComponent2()
        {
            this.EndPointPrimitive6.Name = "EndPointPrimitive6";
            this.EndPointPrimitive6.ReferenceToGuid = "3c87a622cee54c09bd1613b4f0c3ff9e";
            this.EndPointPrimitive6.Guid = null;
            this.EndPointPrimitive6.Interaction = null;
            this.FooterBand1.Guid = null;
            this.FooterBand1.Interaction = null;
            // 
            // VerticalLinePrimitive1
            // 
            this.VerticalLinePrimitive1 = new Stimulsoft.Report.Components.StiVerticalLinePrimitive();
            this.VerticalLinePrimitive1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4.45, 0.01, 1.36);
            this.VerticalLinePrimitive1.Color = System.Drawing.Color.Black;
            this.VerticalLinePrimitive1.Guid = "af20d3247ffb4252b5051dc49566ca67";
            this.VerticalLinePrimitive1.Name = "VerticalLinePrimitive1";
            this.VerticalLinePrimitive1.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.VerticalLinePrimitive1.Interaction = null;
            this.VerticalLinePrimitive1.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            // 
            // VerticalLinePrimitive2
            // 
            this.VerticalLinePrimitive2 = new Stimulsoft.Report.Components.StiVerticalLinePrimitive();
            this.VerticalLinePrimitive2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7.5, 4.45, 0.01, 1.36);
            this.VerticalLinePrimitive2.Color = System.Drawing.Color.Black;
            this.VerticalLinePrimitive2.Guid = "cbf21bd3360345fbaf01c803d8a43425";
            this.VerticalLinePrimitive2.Name = "VerticalLinePrimitive2";
            this.VerticalLinePrimitive2.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.VerticalLinePrimitive2.Interaction = null;
            this.VerticalLinePrimitive2.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            // 
            // VerticalLinePrimitive3
            // 
            this.VerticalLinePrimitive3 = new Stimulsoft.Report.Components.StiVerticalLinePrimitive();
            this.VerticalLinePrimitive3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.43, 4.45, 0.01, 1.36);
            this.VerticalLinePrimitive3.Color = System.Drawing.Color.Black;
            this.VerticalLinePrimitive3.Guid = "8643d03de3c74bf6a9b230c2e54b2356";
            this.VerticalLinePrimitive3.Name = "VerticalLinePrimitive3";
            this.VerticalLinePrimitive3.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.VerticalLinePrimitive3.Interaction = null;
            this.VerticalLinePrimitive3.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            // 
            // VerticalLinePrimitive4
            // 
            this.VerticalLinePrimitive4 = new Stimulsoft.Report.Components.StiVerticalLinePrimitive();
            this.VerticalLinePrimitive4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.38, 4.45, 0.01, 1.36);
            this.VerticalLinePrimitive4.Color = System.Drawing.Color.Black;
            this.VerticalLinePrimitive4.Guid = "2f4f41eb11b141e69a320c69f7aecd46";
            this.VerticalLinePrimitive4.Name = "VerticalLinePrimitive4";
            this.VerticalLinePrimitive4.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.VerticalLinePrimitive4.Interaction = null;
            this.VerticalLinePrimitive4.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            // 
            // VerticalLinePrimitive5
            // 
            this.VerticalLinePrimitive5 = new Stimulsoft.Report.Components.StiVerticalLinePrimitive();
            this.VerticalLinePrimitive5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.75, 4.45, 0.01, 1.36);
            this.VerticalLinePrimitive5.Color = System.Drawing.Color.Black;
            this.VerticalLinePrimitive5.Guid = "7a55e519fac24039bc46e97ea11fb41c";
            this.VerticalLinePrimitive5.Name = "VerticalLinePrimitive5";
            this.VerticalLinePrimitive5.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.VerticalLinePrimitive5.Interaction = null;
            this.VerticalLinePrimitive5.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            // 
            // VerticalLinePrimitive6
            // 
            this.VerticalLinePrimitive6 = new Stimulsoft.Report.Components.StiVerticalLinePrimitive();
            this.VerticalLinePrimitive6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.94, 4.45, 0.01, 1.36);
            this.VerticalLinePrimitive6.Color = System.Drawing.Color.Black;
            this.VerticalLinePrimitive6.Guid = "3c87a622cee54c09bd1613b4f0c3ff9e";
            this.VerticalLinePrimitive6.Name = "VerticalLinePrimitive6";
            this.VerticalLinePrimitive6.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.VerticalLinePrimitive6.Interaction = null;
            this.VerticalLinePrimitive6.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            // 
            // VerticalLinePrimitive7
            // 
            this.VerticalLinePrimitive7 = new Stimulsoft.Report.Components.StiVerticalLinePrimitive();
            this.VerticalLinePrimitive7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.94, 3.55, 0.01, 0.5);
            this.VerticalLinePrimitive7.Color = System.Drawing.Color.Black;
            this.VerticalLinePrimitive7.Guid = "4d7462e8689c401da98a0299084f2529";
            this.VerticalLinePrimitive7.Name = "VerticalLinePrimitive7";
            this.VerticalLinePrimitive7.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.VerticalLinePrimitive7.Interaction = null;
            this.VerticalLinePrimitive7.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            // 
            // VerticalLinePrimitive8
            // 
            this.VerticalLinePrimitive8 = new Stimulsoft.Report.Components.StiVerticalLinePrimitive();
            this.VerticalLinePrimitive8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.75, 3.55, 0.01, 0.5);
            this.VerticalLinePrimitive8.Color = System.Drawing.Color.Black;
            this.VerticalLinePrimitive8.Guid = "abb3eac32c4749d19dc279bfb6e36a71";
            this.VerticalLinePrimitive8.Name = "VerticalLinePrimitive8";
            this.VerticalLinePrimitive8.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.VerticalLinePrimitive8.Interaction = null;
            this.VerticalLinePrimitive8.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            // 
            // VerticalLinePrimitive9
            // 
            this.VerticalLinePrimitive9 = new Stimulsoft.Report.Components.StiVerticalLinePrimitive();
            this.VerticalLinePrimitive9.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.2, 3.55, 0.01, 0.5);
            this.VerticalLinePrimitive9.Color = System.Drawing.Color.Black;
            this.VerticalLinePrimitive9.Guid = "88df1c49e598451ba2b4788812ba2dec";
            this.VerticalLinePrimitive9.Name = "VerticalLinePrimitive9";
            this.VerticalLinePrimitive9.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.VerticalLinePrimitive9.Interaction = null;
            this.VerticalLinePrimitive9.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            // 
            // VerticalLinePrimitive10
            // 
            this.VerticalLinePrimitive10 = new Stimulsoft.Report.Components.StiVerticalLinePrimitive();
            this.VerticalLinePrimitive10.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.38, 3.55, 0.01, 0.5);
            this.VerticalLinePrimitive10.Color = System.Drawing.Color.Black;
            this.VerticalLinePrimitive10.Guid = "62638eb34aa647139ab7643d31a096e5";
            this.VerticalLinePrimitive10.Name = "VerticalLinePrimitive10";
            this.VerticalLinePrimitive10.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.VerticalLinePrimitive10.Interaction = null;
            this.VerticalLinePrimitive10.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            // 
            // VerticalLinePrimitive12
            // 
            this.VerticalLinePrimitive12 = new Stimulsoft.Report.Components.StiVerticalLinePrimitive();
            this.VerticalLinePrimitive12.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.43, 3.55, 0.01, 0.5);
            this.VerticalLinePrimitive12.Color = System.Drawing.Color.Black;
            this.VerticalLinePrimitive12.Guid = "b7c133893efe4b6189617d1431e2e6ae";
            this.VerticalLinePrimitive12.Name = "VerticalLinePrimitive12";
            this.VerticalLinePrimitive12.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.VerticalLinePrimitive12.Interaction = null;
            this.VerticalLinePrimitive12.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.Page1.ExcelSheetValue = null;
            this.Page1.Interaction = null;
            this.Page1.Margins = new Stimulsoft.Report.Components.StiMargins(0.5, 0.5, 0.5, 0.5);
            this.Page1_Watermark = new Stimulsoft.Report.Components.StiWatermark();
            this.Page1_Watermark.Font = new System.Drawing.Font("Arial", 100F);
            this.Page1_Watermark.Image = null;
            this.Page1_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
            this.Report_PrinterSettings = new Stimulsoft.Report.Print.StiPrinterSettings();
            this.PrinterSettings = this.Report_PrinterSettings;
            this.Page1.Report = this;
            this.Page1.Watermark = this.Page1_Watermark;
            this.PageHeaderBand1.Page = this.Page1;
            this.PageHeaderBand1.Parent = this.Page1;
            this.Image1.Page = this.Page1;
            this.Image1.Parent = this.PageHeaderBand1;
            this.DataBand1.Page = this.Page1;
            this.DataBand1.Parent = this.Page1;
            this.Text1.Page = this.Page1;
            this.Text1.Parent = this.DataBand1;
            this.Panel1.Page = this.Page1;
            this.Panel1.Parent = this.DataBand1;
            this.Text34.Page = this.Page1;
            this.Text34.Parent = this.Panel1;
            this.Text31.Page = this.Page1;
            this.Text31.Parent = this.Panel1;
            this.Text33.Page = this.Page1;
            this.Text33.Parent = this.Panel1;
            this.Text26.Page = this.Page1;
            this.Text26.Parent = this.Panel1;
            this.Text28.Page = this.Page1;
            this.Text28.Parent = this.Panel1;
            this.Panel2.Page = this.Page1;
            this.Panel2.Parent = this.DataBand1;
            this.Text3.Page = this.Page1;
            this.Text3.Parent = this.Panel2;
            this.Text5.Page = this.Page1;
            this.Text5.Parent = this.Panel2;
            this.Text7.Page = this.Page1;
            this.Text7.Parent = this.Panel2;
            this.Text9.Page = this.Page1;
            this.Text9.Parent = this.Panel2;
            this.Text29.Page = this.Page1;
            this.Text29.Parent = this.Panel2;
            this.Text32.Page = this.Page1;
            this.Text32.Parent = this.Panel2;
            this.Text2.Page = this.Page1;
            this.Text2.Parent = this.Panel2;
            this.Text4.Page = this.Page1;
            this.Text4.Parent = this.Panel2;
            this.Text6.Page = this.Page1;
            this.Text6.Parent = this.Panel2;
            this.Text8.Page = this.Page1;
            this.Text8.Parent = this.Panel2;
            this.Text27.Page = this.Page1;
            this.Text27.Parent = this.Panel2;
            this.Text30.Page = this.Page1;
            this.Text30.Parent = this.Panel2;
            this.EndPointPrimitive7.Page = this.Page1;
            this.EndPointPrimitive7.Parent = this.Panel2;
            this.StartPointPrimitive7.Page = this.Page1;
            this.StartPointPrimitive7.Parent = this.Panel2;
            this.StartPointPrimitive8.Page = this.Page1;
            this.StartPointPrimitive8.Parent = this.Panel2;
            this.EndPointPrimitive8.Page = this.Page1;
            this.EndPointPrimitive8.Parent = this.Panel2;
            this.EndPointPrimitive9.Page = this.Page1;
            this.EndPointPrimitive9.Parent = this.Panel2;
            this.StartPointPrimitive9.Page = this.Page1;
            this.StartPointPrimitive9.Parent = this.Panel2;
            this.StartPointPrimitive10.Page = this.Page1;
            this.StartPointPrimitive10.Parent = this.Panel2;
            this.EndPointPrimitive10.Page = this.Page1;
            this.EndPointPrimitive10.Parent = this.Panel2;
            this.EndPointPrimitive11.Page = this.Page1;
            this.EndPointPrimitive11.Parent = this.Panel2;
            this.StartPointPrimitive11.Page = this.Page1;
            this.StartPointPrimitive11.Parent = this.Panel2;
            this.Text35.Page = this.Page1;
            this.Text35.Parent = this.DataBand1;
            this.HeaderBand1.Page = this.Page1;
            this.HeaderBand1.Parent = this.Page1;
            this.Text10.Page = this.Page1;
            this.Text10.Parent = this.HeaderBand1;
            this.Text11.Page = this.Page1;
            this.Text11.Parent = this.HeaderBand1;
            this.Text12.Page = this.Page1;
            this.Text12.Parent = this.HeaderBand1;
            this.Text13.Page = this.Page1;
            this.Text13.Parent = this.HeaderBand1;
            this.Text14.Page = this.Page1;
            this.Text14.Parent = this.HeaderBand1;
            this.StartPointPrimitive1.Page = this.Page1;
            this.StartPointPrimitive1.Parent = this.HeaderBand1;
            this.StartPointPrimitive2.Page = this.Page1;
            this.StartPointPrimitive2.Parent = this.HeaderBand1;
            this.StartPointPrimitive3.Page = this.Page1;
            this.StartPointPrimitive3.Parent = this.HeaderBand1;
            this.StartPointPrimitive4.Page = this.Page1;
            this.StartPointPrimitive4.Parent = this.HeaderBand1;
            this.StartPointPrimitive5.Page = this.Page1;
            this.StartPointPrimitive5.Parent = this.HeaderBand1;
            this.StartPointPrimitive6.Page = this.Page1;
            this.StartPointPrimitive6.Parent = this.HeaderBand1;
            this.DataBand2.MasterComponent = this.DataBand1;
            this.DataBand2.Page = this.Page1;
            this.DataBand2.Parent = this.Page1;
            this.Text15.Page = this.Page1;
            this.Text15.Parent = this.DataBand2;
            this.Text16.Page = this.Page1;
            this.Text16.Parent = this.DataBand2;
            this.Text17.Page = this.Page1;
            this.Text17.Parent = this.DataBand2;
            this.Text18.Page = this.Page1;
            this.Text18.Parent = this.DataBand2;
            this.Text19.Page = this.Page1;
            this.Text19.Parent = this.DataBand2;
            this.FooterBand1.Page = this.Page1;
            this.FooterBand1.Parent = this.Page1;
            this.Text20.Page = this.Page1;
            this.Text20.Parent = this.FooterBand1;
            this.Text21.Page = this.Page1;
            this.Text21.Parent = this.FooterBand1;
            this.Text22.Page = this.Page1;
            this.Text22.Parent = this.FooterBand1;
            this.Text24.Page = this.Page1;
            this.Text24.Parent = this.FooterBand1;
            this.Text25.Page = this.Page1;
            this.Text25.Parent = this.FooterBand1;
            this.Text23.Page = this.Page1;
            this.Text23.Parent = this.FooterBand1;
            this.RichText1.Page = this.Page1;
            this.RichText1.Parent = this.FooterBand1;
            this.EndPointPrimitive1.Page = this.Page1;
            this.EndPointPrimitive1.Parent = this.FooterBand1;
            this.EndPointPrimitive2.Page = this.Page1;
            this.EndPointPrimitive2.Parent = this.FooterBand1;
            this.EndPointPrimitive3.Page = this.Page1;
            this.EndPointPrimitive3.Parent = this.FooterBand1;
            this.EndPointPrimitive4.Page = this.Page1;
            this.EndPointPrimitive4.Parent = this.FooterBand1;
            this.EndPointPrimitive5.Page = this.Page1;
            this.EndPointPrimitive5.Parent = this.FooterBand1;
            this.EndPointPrimitive6.Page = this.Page1;
            this.EndPointPrimitive6.Parent = this.FooterBand1;
            this.VerticalLinePrimitive1.Page = this.Page1;
            this.VerticalLinePrimitive1.Parent = this.Page1;
            this.VerticalLinePrimitive2.Page = this.Page1;
            this.VerticalLinePrimitive2.Parent = this.Page1;
            this.VerticalLinePrimitive3.Page = this.Page1;
            this.VerticalLinePrimitive3.Parent = this.Page1;
            this.VerticalLinePrimitive4.Page = this.Page1;
            this.VerticalLinePrimitive4.Parent = this.Page1;
            this.VerticalLinePrimitive5.Page = this.Page1;
            this.VerticalLinePrimitive5.Parent = this.Page1;
            this.VerticalLinePrimitive6.Page = this.Page1;
            this.VerticalLinePrimitive6.Parent = this.Page1;
            this.VerticalLinePrimitive7.Page = this.Page1;
            this.VerticalLinePrimitive7.Parent = this.Page1;
            this.VerticalLinePrimitive8.Page = this.Page1;
            this.VerticalLinePrimitive8.Parent = this.Page1;
            this.VerticalLinePrimitive9.Page = this.Page1;
            this.VerticalLinePrimitive9.Parent = this.Page1;
            this.VerticalLinePrimitive10.Page = this.Page1;
            this.VerticalLinePrimitive10.Parent = this.Page1;
            this.VerticalLinePrimitive12.Page = this.Page1;
            this.VerticalLinePrimitive12.Parent = this.Page1;
            // 
            // Add to PageHeaderBand1.Components
            // 
            this.PageHeaderBand1.Components.Clear();
            this.PageHeaderBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Image1});
            // 
            // Add to Panel1.Components
            // 
            this.Panel1.Components.Clear();
            this.Panel1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text34,
                        this.Text31,
                        this.Text33,
                        this.Text26,
                        this.Text28});
            // 
            // Add to Panel2.Components
            // 
            this.Panel2.Components.Clear();
            this.Panel2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text3,
                        this.Text5,
                        this.Text7,
                        this.Text9,
                        this.Text29,
                        this.Text32,
                        this.Text2,
                        this.Text4,
                        this.Text6,
                        this.Text8,
                        this.Text27,
                        this.Text30,
                        this.EndPointPrimitive7,
                        this.StartPointPrimitive7,
                        this.StartPointPrimitive8,
                        this.EndPointPrimitive8,
                        this.EndPointPrimitive9,
                        this.StartPointPrimitive9,
                        this.StartPointPrimitive10,
                        this.EndPointPrimitive10,
                        this.EndPointPrimitive11,
                        this.StartPointPrimitive11});
            // 
            // Add to DataBand1.Components
            // 
            this.DataBand1.Components.Clear();
            this.DataBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text1,
                        this.Panel1,
                        this.Panel2,
                        this.Text35});
            // 
            // Add to HeaderBand1.Components
            // 
            this.HeaderBand1.Components.Clear();
            this.HeaderBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text10,
                        this.Text11,
                        this.Text12,
                        this.Text13,
                        this.Text14,
                        this.StartPointPrimitive1,
                        this.StartPointPrimitive2,
                        this.StartPointPrimitive3,
                        this.StartPointPrimitive4,
                        this.StartPointPrimitive5,
                        this.StartPointPrimitive6});
            // 
            // Add to DataBand2.Components
            // 
            this.DataBand2.Components.Clear();
            this.DataBand2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text15,
                        this.Text16,
                        this.Text17,
                        this.Text18,
                        this.Text19});
            // 
            // Add to FooterBand1.Components
            // 
            this.FooterBand1.Components.Clear();
            this.FooterBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text20,
                        this.Text21,
                        this.Text22,
                        this.Text24,
                        this.Text25,
                        this.Text23,
                        this.RichText1,
                        this.EndPointPrimitive1,
                        this.EndPointPrimitive2,
                        this.EndPointPrimitive3,
                        this.EndPointPrimitive4,
                        this.EndPointPrimitive5,
                        this.EndPointPrimitive6});
            // 
            // Add to Page1.Components
            // 
            this.Page1.Components.Clear();
            this.Page1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.PageHeaderBand1,
                        this.DataBand1,
                        this.HeaderBand1,
                        this.DataBand2,
                        this.FooterBand1,
                        this.VerticalLinePrimitive1,
                        this.VerticalLinePrimitive2,
                        this.VerticalLinePrimitive3,
                        this.VerticalLinePrimitive4,
                        this.VerticalLinePrimitive5,
                        this.VerticalLinePrimitive6,
                        this.VerticalLinePrimitive7,
                        this.VerticalLinePrimitive8,
                        this.VerticalLinePrimitive9,
                        this.VerticalLinePrimitive10,
                        this.VerticalLinePrimitive12});
            // 
            // Add to Pages
            // 
            this.Pages.Clear();
            this.Pages.AddRange(new Stimulsoft.Report.Components.StiPage[] {
                        this.Page1});
            this.Invoice.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("RefId", "RefId", "RefId", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("TxnID", "TxnID", "TxnID", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("TxnNumber", "TxnNumber", "TxnNumber", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("RefNumber", "RefNumber", "RefNumber", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("DateCreated", "DateCreated", "DateCreated", typeof(DateTime)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("DateModified", "DateModified", "DateModified", typeof(DateTime)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("DueDate", "DueDate", "DueDate", typeof(DateTime)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("FK_Customer_ID", "FK_Customer_ID", "FK_Customer_ID", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("CustomerName", "CustomerName", "CustomerName", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BA_Line1", "BA_Line1", "BA_Line1", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BA_Line2", "BA_Line2", "BA_Line2", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BA_Line3", "BA_Line3", "BA_Line3", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BA_Line4", "BA_Line4", "BA_Line4", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BA_Line5", "BA_Line5", "BA_Line5", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BA_City", "BA_City", "BA_City", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BA_State", "BA_State", "BA_State", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BA_ZIP", "BA_ZIP", "BA_ZIP", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BA_Country", "BA_Country", "BA_Country", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BA_Note", "BA_Note", "BA_Note", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SA_Line1", "SA_Line1", "SA_Line1", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SA_Line2", "SA_Line2", "SA_Line2", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SA_Line3", "SA_Line3", "SA_Line3", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SA_Line4", "SA_Line4", "SA_Line4", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SA_Line5", "SA_Line5", "SA_Line5", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SA_City", "SA_City", "SA_City", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SA_State", "SA_State", "SA_State", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SA_ZIP", "SA_ZIP", "SA_ZIP", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SA_Country", "SA_Country", "SA_Country", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SA_Note", "SA_Note", "SA_Note", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Subtotal", "Subtotal", "Subtotal", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SalesTaxTotal", "SalesTaxTotal", "SalesTaxTotal", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SalesTaxPercentage", "SalesTaxPercentage", "SalesTaxPercentage", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("AppliedAmount", "AppliedAmount", "AppliedAmount", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BalanceRemaining", "BalanceRemaining", "BalanceRemaining", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("IsPaid", "IsPaid", "IsPaid", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("IsToBePrinted", "IsToBePrinted", "IsToBePrinted", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Message", "Message", "Message", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("PONUmber", "PONUmber", "PONUmber", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("OrderedBy", "OrderedBy", "OrderedBy", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ShipVia", "ShipVia", "ShipVia", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("InvNumber", "InvNumber", "InvNumber", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("TermsRefId", "TermsRefId", "TermsRefId", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("TermsRefName", "TermsRefName", "TermsRefName", typeof(string))});
            this.DataSources.Add(this.Invoice);
            this.InvoiceLine.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("RefId", "RefId", "RefId", typeof(long)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Seq", "Seq", "Seq", typeof(long)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("TxnID", "TxnID", "TxnID", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("FK_ITEM_ID", "FK_ITEM_ID", "FK_ITEM_ID", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Item", "Item", "Item", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Description", "Description", "Description", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Quantity", "Quantity", "Quantity", typeof(double)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Rate", "Rate", "Rate", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Amount", "Amount", "Amount", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("DateCreate", "DateCreate", "DateCreate", typeof(DateTime)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Other1", "Other1", "Other1", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Other2", "Other2", "Other2", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Discount", "Discount", "Discount", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Payment", "Payment", "Payment", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SubTotal", "SubTotal", "SubTotal", typeof(string))});
            this.InvoiceLine.Parameters.AddRange(new Stimulsoft.Report.Dictionary.StiDataParameter[] {
                        new Stimulsoft.Report.Dictionary.StiDataParameter("p1", 13, 50)});
            this.DataSources.Add(this.InvoiceLine);
            this.Dictionary.Databases.Add(new Stimulsoft.Report.Dictionary.StiOdbcDatabase("Connection", "Connection", "Driver={SQL Server};Server=localhost\\MAINSTREET;Database=PEI;uid=sa;pwd=mainstreet", false));
            this.Invoice.Connecting += new System.EventHandler(this.GetInvoice_SqlCommand);
            this.InvoiceLine.Connecting += new System.EventHandler(this.GetInvoiceLine_SqlCommand);
        }
        
        public void GetInvoice_SqlCommand(object sender, System.EventArgs e)
        {
            this.Invoice.SqlCommand = "select * from Invoice\r\nwhere RefID in " + ToString(RefID);
        }
        
        public void GetInvoiceLine_SqlCommand(object sender, System.EventArgs e)
        {
            this.InvoiceLine.SqlCommand = "select * from InvoiceLine\r\nwhere RefID = ?";
            this.InvoiceLine.Parameters["p1"].ParameterValue = Invoice.RefId;
        }
        
        #region DataSource Invoice
        public class InvoiceDataSource : Stimulsoft.Report.Dictionary.StiOdbcSource
        {
            
            public InvoiceDataSource() : 
                    base("Connection", "Invoice", "Invoice", "", true, false, 30)
            {
            }
            
            public virtual string RefId
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["RefId"], typeof(string), true)));
                }
            }
            
            public virtual string TxnID
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["TxnID"], typeof(string), true)));
                }
            }
            
            public virtual string TxnNumber
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["TxnNumber"], typeof(string), true)));
                }
            }
            
            public virtual string RefNumber
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["RefNumber"], typeof(string), true)));
                }
            }
            
            public virtual DateTime DateCreated
            {
                get
                {
                    return ((DateTime)(StiReport.ChangeType(this["DateCreated"], typeof(DateTime), true)));
                }
            }
            
            public virtual DateTime DateModified
            {
                get
                {
                    return ((DateTime)(StiReport.ChangeType(this["DateModified"], typeof(DateTime), true)));
                }
            }
            
            public virtual DateTime DueDate
            {
                get
                {
                    return ((DateTime)(StiReport.ChangeType(this["DueDate"], typeof(DateTime), true)));
                }
            }
            
            public virtual string FK_Customer_ID
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["FK_Customer_ID"], typeof(string), true)));
                }
            }
            
            public virtual string CustomerName
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["CustomerName"], typeof(string), true)));
                }
            }
            
            public virtual string BA_Line1
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BA_Line1"], typeof(string), true)));
                }
            }
            
            public virtual string BA_Line2
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BA_Line2"], typeof(string), true)));
                }
            }
            
            public virtual string BA_Line3
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BA_Line3"], typeof(string), true)));
                }
            }
            
            public virtual string BA_Line4
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BA_Line4"], typeof(string), true)));
                }
            }
            
            public virtual string BA_Line5
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BA_Line5"], typeof(string), true)));
                }
            }
            
            public virtual string BA_City
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BA_City"], typeof(string), true)));
                }
            }
            
            public virtual string BA_State
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BA_State"], typeof(string), true)));
                }
            }
            
            public virtual string BA_ZIP
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BA_ZIP"], typeof(string), true)));
                }
            }
            
            public virtual string BA_Country
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BA_Country"], typeof(string), true)));
                }
            }
            
            public virtual string BA_Note
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BA_Note"], typeof(string), true)));
                }
            }
            
            public virtual string SA_Line1
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["SA_Line1"], typeof(string), true)));
                }
            }
            
            public virtual string SA_Line2
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["SA_Line2"], typeof(string), true)));
                }
            }
            
            public virtual string SA_Line3
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["SA_Line3"], typeof(string), true)));
                }
            }
            
            public virtual string SA_Line4
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["SA_Line4"], typeof(string), true)));
                }
            }
            
            public virtual string SA_Line5
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["SA_Line5"], typeof(string), true)));
                }
            }
            
            public virtual string SA_City
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["SA_City"], typeof(string), true)));
                }
            }
            
            public virtual string SA_State
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["SA_State"], typeof(string), true)));
                }
            }
            
            public virtual string SA_ZIP
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["SA_ZIP"], typeof(string), true)));
                }
            }
            
            public virtual string SA_Country
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["SA_Country"], typeof(string), true)));
                }
            }
            
            public virtual string SA_Note
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["SA_Note"], typeof(string), true)));
                }
            }
            
            public virtual decimal Subtotal
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["Subtotal"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal SalesTaxTotal
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["SalesTaxTotal"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal SalesTaxPercentage
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["SalesTaxPercentage"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal AppliedAmount
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["AppliedAmount"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal BalanceRemaining
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["BalanceRemaining"], typeof(decimal), true)));
                }
            }
            
            public virtual string IsPaid
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["IsPaid"], typeof(string), true)));
                }
            }
            
            public virtual string IsToBePrinted
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["IsToBePrinted"], typeof(string), true)));
                }
            }
            
            public virtual string Message
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Message"], typeof(string), true)));
                }
            }
            
            public virtual string PONUmber
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["PONUmber"], typeof(string), true)));
                }
            }
            
            public virtual string OrderedBy
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["OrderedBy"], typeof(string), true)));
                }
            }
            
            public virtual string ShipVia
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ShipVia"], typeof(string), true)));
                }
            }
            
            public virtual int InvNumber
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["InvNumber"], typeof(int), true)));
                }
            }
            
            public virtual string TermsRefId
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["TermsRefId"], typeof(string), true)));
                }
            }
            
            public virtual string TermsRefName
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["TermsRefName"], typeof(string), true)));
                }
            }
        }
        #endregion DataSource Invoice
        
        #region DataSource InvoiceLine
        public class InvoiceLineDataSource : Stimulsoft.Report.Dictionary.StiOdbcSource
        {
            
            public InvoiceLineDataSource() : 
                    base("Connection", "InvoiceLine", "InvoiceLine", "", true, true, 30)
            {
            }
            
            public virtual long RefId
            {
                get
                {
                    return ((long)(StiReport.ChangeType(this["RefId"], typeof(long), true)));
                }
            }
            
            public virtual long Seq
            {
                get
                {
                    return ((long)(StiReport.ChangeType(this["Seq"], typeof(long), true)));
                }
            }
            
            public virtual string TxnID
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["TxnID"], typeof(string), true)));
                }
            }
            
            public virtual string FK_ITEM_ID
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["FK_ITEM_ID"], typeof(string), true)));
                }
            }
            
            public virtual string Item
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Item"], typeof(string), true)));
                }
            }
            
            public virtual string Description
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Description"], typeof(string), true)));
                }
            }
            
            public virtual double Quantity
            {
                get
                {
                    return ((double)(StiReport.ChangeType(this["Quantity"], typeof(double), true)));
                }
            }
            
            public virtual decimal Rate
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["Rate"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal Amount
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["Amount"], typeof(decimal), true)));
                }
            }
            
            public virtual DateTime DateCreate
            {
                get
                {
                    return ((DateTime)(StiReport.ChangeType(this["DateCreate"], typeof(DateTime), true)));
                }
            }
            
            public virtual string Other1
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Other1"], typeof(string), true)));
                }
            }
            
            public virtual string Other2
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Other2"], typeof(string), true)));
                }
            }
            
            public virtual string Discount
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Discount"], typeof(string), true)));
                }
            }
            
            public virtual string Payment
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Payment"], typeof(string), true)));
                }
            }
            
            public virtual string SubTotal
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["SubTotal"], typeof(string), true)));
                }
            }
        }
        #endregion DataSource InvoiceLine
        #endregion StiReport Designer generated code - do not modify
    }
}
</Script>
  <ScriptLanguage>CSharp</ScriptLanguage>
  <Styles isList="true" count="0" />
</StiSerializer>