﻿<?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="0" />
    <DataSources isList="true" count="0" />
    <Relations isList="true" count="0" />
    <Report isRef="0" />
    <Variables isList="true" count="0" />
  </Dictionary>
  <EngineVersion>EngineV2</EngineVersion>
  <GlobalizationStrings isList="true" count="0" />
  <MetaTags isList="true" count="0" />
  <Pages isList="true" count="1">
    <Page1 Ref="2" type="Page" isKey="true">
      <Border>None;Black;2;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <Components isList="true" count="4">
        <HeaderBand1 Ref="3" type="HeaderBand" isKey="true">
          <Brush>[229:185:183]</Brush>
          <ClientRectangle>0,0.4,19,0.8</ClientRectangle>
          <Components isList="true" count="1">
            <StartPointPrimitive1 Ref="4" type="Stimulsoft.Report.Components.StiStartPointPrimitive" isKey="true">
              <ClientRectangle>7.2,0.2,0,0</ClientRectangle>
              <Name>StartPointPrimitive1</Name>
              <Page isRef="2" />
              <Parent isRef="3" />
              <ReferenceToGuid>ea400f92594e4433aded845fefbdb074</ReferenceToGuid>
            </StartPointPrimitive1>
          </Components>
          <Conditions isList="true" count="0" />
          <Name>HeaderBand1</Name>
          <Page isRef="2" />
          <Parent isRef="2" />
        </HeaderBand1>
        <DataBand1 Ref="5" type="DataBand" isKey="true">
          <Brush>[215:227:188]</Brush>
          <ClientRectangle>0,2,19,0.8</ClientRectangle>
          <Components isList="true" count="0" />
          <Conditions isList="true" count="0" />
          <CountData>3</CountData>
          <DataRelationName isNull="true" />
          <Filters isList="true" count="0" />
          <Name>DataBand1</Name>
          <Page isRef="2" />
          <Parent isRef="2" />
          <Sort isList="true" count="0" />
        </DataBand1>
        <FooterBand1 Ref="6" type="FooterBand" isKey="true">
          <Brush>[146:205:220]</Brush>
          <ClientRectangle>0,3.6,19,0.8</ClientRectangle>
          <Components isList="true" count="1">
            <EndPointPrimitive1 Ref="7" type="Stimulsoft.Report.Components.StiEndPointPrimitive" isKey="true">
              <ClientRectangle>7.2,0.4,0,0</ClientRectangle>
              <Name>EndPointPrimitive1</Name>
              <Page isRef="2" />
              <Parent isRef="6" />
              <ReferenceToGuid>ea400f92594e4433aded845fefbdb074</ReferenceToGuid>
            </EndPointPrimitive1>
          </Components>
          <Conditions isList="true" count="0" />
          <Name>FooterBand1</Name>
          <Page isRef="2" />
          <Parent isRef="2" />
        </FooterBand1>
        <VerticalLinePrimitive1 Ref="8" type="VerticalLinePrimitive" isKey="true">
          <ClientRectangle>7.2,0.6,0.0254,3.4</ClientRectangle>
          <Color>105, 105, 105</Color>
          <EndCap Ref="9" type="Cap" isKey="true">
            <Color>Black</Color>
          </EndCap>
          <Guid>ea400f92594e4433aded845fefbdb074</Guid>
          <Name>VerticalLinePrimitive1</Name>
          <Page isRef="2" />
          <Parent isRef="2" />
          <StartCap Ref="10" type="Cap" isKey="true">
            <Color>Black</Color>
          </StartCap>
        </VerticalLinePrimitive1>
      </Components>
      <Conditions isList="true" count="0" />
      <Guid>67c7c2bea6c24989ab1fe859e518dcae</Guid>
      <Margins>1,1,1,1</Margins>
      <Name>Page1</Name>
      <PageHeight>29.7</PageHeight>
      <PageWidth>21</PageWidth>
      <Report isRef="0" />
      <Watermark Ref="11" type="Stimulsoft.Report.Components.StiWatermark" isKey="true">
        <Font>Arial,100</Font>
        <TextBrush>[50:0:0:0]</TextBrush>
      </Watermark>
    </Page1>
  </Pages>
  <PrinterSettings Ref="12" 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>9/3/2013 9:58:54 AM</ReportChanged>
  <ReportCreated>9/3/2013 9:58:10 AM</ReportCreated>
  <ReportFile />
  <ReportGuid>332d81cd82cd466a83be3ec6c3772218</ReportGuid>
  <ReportName>Report</ReportName>
  <ReportUnit>Centimeters</ReportUnit>
  <ReportVersion>2013.2.1616</ReportVersion>
  <Script>using System;
using System.Drawing;
using System.Windows.Forms;
using System.Data;
using Stimulsoft.Controls;
using Stimulsoft.Base.Drawing;
using Stimulsoft.Report;
using Stimulsoft.Report.Dialogs;
using Stimulsoft.Report.Components;

namespace Reports
{
    public class Report : Stimulsoft.Report.StiReport
    {
        public Report()        {
            this.InitializeComponent();
        }

        #region StiReport Designer generated code - do not modify
        #endregion StiReport Designer generated code - do not modify
    }
}
</Script>
  <ScriptLanguage>CSharp</ScriptLanguage>
  <Styles isList="true" count="0" />
</StiSerializer>