﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<StiSerializer version="1.0" 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.StiXmlDatabase" isKey="true">
        <Alias>Connection</Alias>
        <Name>Connection</Name>
        <PathData>E:\Report.xml</PathData>
        <PathSchema />
      </Connection>
    </Databases>
    <DataSources isList="true" count="1">
      <Table12 Ref="3" type="DataTableSource" isKey="true">
        <Alias>Table1</Alias>
        <Columns isList="true" count="2">
          <value>Name,System.String</value>
          <value>Color,System.String</value>
        </Columns>
        <Dictionary isRef="1" />
        <Name>Table12</Name>
        <NameInSource>Connection.Table1</NameInSource>
      </Table12>
    </DataSources>
    <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="4" type="Page" isKey="true">
      <Border>None;Black;2;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <Components isList="true" count="1">
        <Table1 Ref="5" type="Stimulsoft.Report.Components.Table.StiTable" isKey="true">
          <Brush>Transparent</Brush>
          <BusinessObjectGuid isNull="true" />
          <ClientRectangle>0,4,190,8</ClientRectangle>
          <ColumnCount>2</ColumnCount>
          <Components isList="true" count="2">
            <Table1_Cell1 Ref="6" type="Stimulsoft.Report.Components.Table.StiTableCell" isKey="true">
              <Border>All;[105:105:105];1;Solid;False;4;[105:105:105]</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0,96,8</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9</Font>
              <ID>0</ID>
              <JoinCells isList="true" count="0" />
              <Margins>0,0,0,0</Margins>
              <Name>Table1_Cell1</Name>
              <Page isRef="4" />
              <Parent isRef="5" />
              <Restrictions>AllowMove, AllowSelect, AllowChange</Restrictions>
              <Text>{Table12.Name}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
            </Table1_Cell1>
            <Table1_Cell2 Ref="7" type="Stimulsoft.Report.Components.Table.StiTableCell" isKey="true">
              <Border>All;[105:105:105];1;Solid;False;4;[105:105:105]</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>96,0,94,8</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9</Font>
              <GetValueEvent>((Stimulsoft.Report.Components.Table.StiTableCell)sender).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(ARGBToColor(Table12.Color));</GetValueEvent>
              <ID>1</ID>
              <JoinCells isList="true" count="0" />
              <Margins>0,0,0,0</Margins>
              <Name>Table1_Cell2</Name>
              <Page isRef="4" />
              <Parent isRef="5" />
              <Restrictions>AllowMove, AllowSelect, AllowChange</Restrictions>
              <Text>{Table12.Color}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
            </Table1_Cell2>
          </Components>
          <Conditions isList="true" count="0" />
          <DataRelationName isNull="true" />
          <DataSourceName>Table12</DataSourceName>
          <Filters isList="true" count="0" />
          <MinHeight>2</MinHeight>
          <Name>Table1</Name>
          <NumberID>27</NumberID>
          <Page isRef="4" />
          <Parent isRef="4" />
          <RowCount>1</RowCount>
          <Sort isList="true" count="0" />
        </Table1>
      </Components>
      <Conditions isList="true" count="0" />
      <Guid>bb770e2f17754219ad17dea4dcc3d9bb</Guid>
      <Margins>10,10,10,10</Margins>
      <Name>Page1</Name>
      <PageHeight>297</PageHeight>
      <PageWidth>210</PageWidth>
      <Report isRef="0" />
      <Watermark Ref="8" type="Stimulsoft.Report.Components.StiWatermark" isKey="true">
        <Font>Arial,100</Font>
        <TextBrush>[50:0:0:0]</TextBrush>
      </Watermark>
    </Page1>
  </Pages>
  <PrinterSettings Ref="9" 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/9/2010 5:13:44 PM</ReportChanged>
  <ReportCreated>11/9/2010 12:59:47 PM</ReportCreated>
  <ReportFile>E:\SampleReport.mrt</ReportFile>
  <ReportGuid>142a7675e9fc44faace575ed35332c46</ReportGuid>
  <ReportName>Report</ReportName>
  <ReportUnit>Millimeters</ReportUnit>
  <ReportVersion>2010.3.805</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 static System.Drawing.Color ARGBToColor(string ArgbColor)
		{
			Color color = Color.Empty;
			color = Color.FromArgb(int.Parse(ArgbColor));
			return color;
		}

		
        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>