﻿<?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" />
    <Resources isList="true" count="0" />
    <Variables isList="true" count="0" />
  </Dictionary>
  <EngineVersion>EngineV2</EngineVersion>
  <GlobalizationStrings isList="true" count="0" />
  <Key>9a2b5a00223042409fd2783f6a254768</Key>
  <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="1">
        <Text1 Ref="3" type="Text" isKey="true">
          <AllowHtmlTags>True</AllowHtmlTags>
          <Brush>Transparent</Brush>
          <CanGrow>True</CanGrow>
          <ClientRectangle>0,0,10,9.2</ClientRectangle>
          <Conditions isList="true" count="0" />
          <DockStyle>Top</DockStyle>
          <Expressions isList="true" count="0" />
          <Font>Segoe UI,10</Font>
          <Margins>0,0,0,0</Margins>
          <Name>Text1</Name>
          <Page isRef="2" />
          <Parent isRef="2" />
          <Text>Intro
&lt;ul&gt;
&lt;li&gt;bullet 1 - Only a limited range of HTML tags are supported - for example you cannot use div span.  If you need to achieve bullet points or numbers within your text your choices are to enter them manually or to use the RTF text editor component.&lt;/li&gt;
&lt;li&gt;bullet 2 - Sometimes it is necessary to make part of a text expression look Bold, Italic, or Underlined. For example you may wish to achieve something like this.&lt;/li&gt;
&lt;li&gt;bullet 3&lt;/li&gt;
&lt;li&gt;bullet 4 - It is possible to get a similar result without using HTML by using the Rich text component, but there are some difficulties and the Rich text component works very slowly, so using HTML tags is often the best way to achieve the desired result.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Intermediate
&lt;ul&gt;
&lt;li&gt;bullet a&lt;/li&gt;
&lt;li&gt;bullet a
&lt;ul&gt;
&lt;li&gt;subbullet i&lt;/li&gt;
&lt;li&gt;subbullet ii - It is possible to get a similar result without using HTML by using the Rich text component, but there are some difficulties and the Rich text component works very slowly, so using HTML tags is often the best way to achieve the desired result.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
Intermediate 2
&lt;ul&gt;
&lt;li&gt;bullet a2&lt;/li&gt;
&lt;li&gt;bullet a2	
&lt;ul&gt;
&lt;li&gt;subbullet i2&lt;/li&gt;
&lt;li&gt;subbullet ii2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
end
</Text>
          <TextBrush>Black</TextBrush>
          <TextQuality>Wysiwyg</TextQuality>
          <Type>Expression</Type>
        </Text1>
      </Components>
      <Conditions isList="true" count="0" />
      <Expressions isList="true" count="0" />
      <Guid>1fec461438fa450bacdee26cfdfd197f</Guid>
      <Margins>0,0,0,0</Margins>
      <Name>Page1</Name>
      <PageHeight>10</PageHeight>
      <PageWidth>10</PageWidth>
      <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>5/16/2022 1:51:24 PM</ReportChanged>
  <ReportCreated>5/16/2022 1:35:07 PM</ReportCreated>
  <ReportFile>C:\Users\mul\Documents\rtf export fix - nice try.mrt</ReportFile>
  <ReportGuid>df72f894ff3f4d4783fc50a82a8bf6de</ReportGuid>
  <ReportName>Report</ReportName>
  <ReportUnit>Centimeters</ReportUnit>
  <ReportVersion>2022.2.5.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>