﻿<?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="1">
      <AdventureWorks Ref="2" type="Stimulsoft.Report.Dictionary.StiSqlDatabase" isKey="true">
        <Alias>AdventureWorks</Alias>
        <ConnectionStringEncrypted>+VSL601pa6RhRrn4Z3TgP97g98LmU/q8alz9mORE9QrVcMGJyVRzneJ71fRgSeGvgGr3iU8IQoBvCOiY/Vj2L8RavaHGStOMwVH99HccpHqNFNsvTXvD1Q==</ConnectionStringEncrypted>
        <Name>AdventureWorks</Name>
      </AdventureWorks>
    </Databases>
    <DataSources isList="true" count="1">
      <Products Ref="3" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>Products</Alias>
        <Columns isList="true" count="0" />
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>Products</Name>
        <NameInSource>AdventureWorks</NameInSource>
        <Parameters isList="true" count="1">
          <value>param1,_x0038_00,8,0</value>
        </Parameters>
        <SqlCommand>SELECT 
	* 
	FROM Production.Product prod
WHERE 
	prod.ProductID &lt; @var1 AND
	prod.SafetyStockLevel &lt;= @param1</SqlCommand>
      </Products>
    </DataSources>
    <Relations isList="true" count="0" />
    <Report isRef="0" />
    <Resources isList="true" count="0" />
    <Variables isList="true" count="1">
      <value>,var1,var1,,System.Int32,_x0034_00,False,False,True,False,,,True</value>
    </Variables>
  </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="0" />
      <Conditions isList="true" count="0" />
      <Guid>efcf2fa43d704ef5a29b986e0e54fb7b</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>9/26/2017 5:32:56 PM</ReportChanged>
  <ReportCreated>9/26/2017 4:40:07 PM</ReportCreated>
  <ReportFile>D:\Docs\Reports\StimulsoftParamsAndVars.mrt</ReportFile>
  <ReportGuid>ed217702d0c448538b45c6d22a12f331</ReportGuid>
  <ReportImage isNull="true" />
  <ReportName>Report</ReportName>
  <ReportUnit>Centimeters</ReportUnit>
  <ReportVersion>2017.1.11.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>