﻿<?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="1">
      <Table Ref="2" type="DataTableSource" isKey="true">
        <Alias>Table</Alias>
        <Columns isList="true" count="1">
          <value>value,System.Int32</value>
        </Columns>
        <Dictionary isRef="1" />
        <Key>10914adac31f4274ae6d604496ee02de</Key>
        <Name>Table</Name>
        <NameInSource>DataSource</NameInSource>
      </Table>
    </DataSources>
    <Relations isList="true" count="0" />
    <Report isRef="0" />
    <Resources isList="true" count="0" />
    <Variables isList="true" count="0" />
  </Dictionary>
  <EngineVersion>EngineV2</EngineVersion>
  <GlobalizationStrings isList="true" count="0" />
  <Key>cde573f0a0954b3caa1496669506d1bc</Key>
  <MetaTags isList="true" count="0" />
  <Pages isList="true" count="1">
    <Page1 Ref="3" type="Page" isKey="true">
      <Border>None;Black;2;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <Components isList="true" count="1">
        <DataBand1 Ref="4" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,0.2,7.72,0.3</ClientRectangle>
          <Components isList="true" count="3">
            <Text1 Ref="5" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0,0.3,0.3</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text1</Name>
              <Page isRef="3" />
              <Parent isRef="4" />
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text1>
            <Text2 Ref="6" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>0.3,0,1,0.3</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>IconSet,Table.value,ArrowsColored3,MiddleLeft,ArrowUpGreen_x002C_MoreThan_x002C_Value_x002C__x005F_x0030_,ArrowRightYellow_x002C_MoreThanOrEqual_x002C_Value_x002C__x005F_x0030_,ArrowDownRed_x002C_MoreThan_x002C_Percent_x002C__x005F_x0030_,null,null</value>
              </Conditions>
              <Font>Arial,8</Font>
              <Guid>faaaf9cf12594005952fa6fa031fda55</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text2</Name>
              <Page isRef="3" />
              <Parent isRef="4" />
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text2>
            <Shape1 Ref="7" type="Shape" isKey="true">
              <BorderColor>Transparent</BorderColor>
              <Brush>[250:206:170]</Brush>
              <ClientRectangle>0,0,0.3,0.3</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Name>Shape1</Name>
              <Page isRef="3" />
              <Parent isRef="4" />
              <ShapeType Ref="8" type="Stimulsoft.Report.Components.ShapeTypes.StiOvalShapeType" isKey="true" />
              <Style>None</Style>
            </Shape1>
          </Components>
          <Conditions isList="true" count="0" />
          <CountData>5</CountData>
          <DataRelationName isNull="true" />
          <Filters isList="true" count="0" />
          <Name>DataBand1</Name>
          <Page isRef="3" />
          <Parent isRef="3" />
          <Sort isList="true" count="0" />
        </DataBand1>
      </Components>
      <Conditions isList="true" count="0" />
      <Guid>909d9be3afc74fdd8ed35168e861b02e</Guid>
      <Margins>0.39,0.39,0.39,0.39</Margins>
      <Name>Page1</Name>
      <PageHeight>11</PageHeight>
      <PageWidth>8.5</PageWidth>
      <PaperSize>Letter</PaperSize>
      <Report isRef="0" />
    </Page1>
  </Pages>
  <ReferencedAssemblies isList="true" count="8">
    <value>System.Dll</value>
    <value>System.Drawing.Dll</value>
    <value>System.Windows.Forms.Dll</value>
    <value>System.Data.Dll</value>
    <value>System.Xml.Dll</value>
    <value>Stimulsoft.Controls.Dll</value>
    <value>Stimulsoft.Base.Dll</value>
    <value>Stimulsoft.Report.Dll</value>
  </ReferencedAssemblies>
  <ReportAlias>Report</ReportAlias>
  <ReportChanged>8/3/2021 12:53:31 PM</ReportChanged>
  <ReportCreated>8/3/2021 12:29:23 PM</ReportCreated>
  <ReportFile>C:\Users\Charlies\Desktop\Report.mrt</ReportFile>
  <ReportGuid>3c73157a73704f75b0f45d2e0c79c887</ReportGuid>
  <ReportName>Report</ReportName>
  <ReportUnit>Inches</ReportUnit>
  <ReportVersion>2019.4.1.0</ReportVersion>
  <Script>using System;
using System.Drawing;
using System.Windows.Forms;
using System.Data;
using Stimulsoft.Controls;
using Stimulsoft.Base.Drawing;
using Stimulsoft.Report;
using Stimulsoft.Report.Dialogs;
using Stimulsoft.Report.Components;

namespace Reports
{
    public class Report : Stimulsoft.Report.StiReport
    {
        public Report()        {
            this.InitializeComponent();
        }

        #region StiReport Designer generated code - do not modify
		#endregion StiReport Designer generated code - do not modify
    }
}
</Script>
  <ScriptLanguage>CSharp</ScriptLanguage>
  <Styles isList="true" count="0" />
</StiSerializer>