﻿<?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="2">
        <Text1 Ref="3" type="Text" isKey="true">
          <Border>None;[191:191:191];1;Solid;False;4;Black</Border>
          <Brush>[255:255:255]</Brush>
          <ClientRectangle>0,0,14.4,0.8</ClientRectangle>
          <Conditions isList="true" count="0" />
          <Font>Calibri,8</Font>
          <Margins>0,0,0,0</Margins>
          <Name>Text1</Name>
          <Page isRef="2" />
          <Parent isRef="2" />
          <Text>This is the first line.
This is the second line to test the length of the text when changing the allow html tags property</Text>
          <TextBrush>[0:0:0]</TextBrush>
          <Type>Expression</Type>
        </Text1>
        <Text2 Ref="4" type="Text" isKey="true">
          <AllowHtmlTags>True</AllowHtmlTags>
          <Border>None;[191:191:191];1;Solid;False;4;Black</Border>
          <Brush>[255:255:255]</Brush>
          <ClientRectangle>0,0.8,14.4,0.8</ClientRectangle>
          <Conditions isList="true" count="0" />
          <Font>Calibri,8</Font>
          <Guid>8bc4cbf00f4c49bf91cdf4589ddf4c2e</Guid>
          <Margins>0,0,0,0</Margins>
          <Name>Text2</Name>
          <Page isRef="2" />
          <Parent isRef="2" />
          <Text>This is the first line.&lt;BR&gt;
This is the second line to test the length of the text when changing the allow html tags property</Text>
          <TextBrush>[0:0:0]</TextBrush>
          <TextQuality>Wysiwyg</TextQuality>
          <Type>Expression</Type>
        </Text2>
      </Components>
      <Conditions isList="true" count="0" />
      <Guid>c941f61d206248298f45b55272fd343d</Guid>
      <Margins>1,1,1,1</Margins>
      <Name>Page1</Name>
      <PageHeight>29.7</PageHeight>
      <PageWidth>21</PageWidth>
      <Report isRef="0" />
      <Watermark Ref="5" type="Stimulsoft.Report.Components.StiWatermark" isKey="true">
        <Font>Arial,100</Font>
        <TextBrush>[50:0:0:0]</TextBrush>
      </Watermark>
    </Page1>
  </Pages>
  <PrinterSettings Ref="6" 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>1/23/2013 12:24:20 PM</ReportChanged>
  <ReportCreated>1/23/2013 12:21:35 PM</ReportCreated>
  <ReportFile>C:\Users\bg00073\Desktop\AllowHtmlForStimulForum.mrt</ReportFile>
  <ReportGuid>91e6af3d72cc46d6949c1c786aa07c6c</ReportGuid>
  <ReportName>Report</ReportName>
  <ReportUnit>Centimeters</ReportUnit>
  <ReportVersion>2012.3.1500</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>