﻿<?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.StiMSAccessDatabase" isKey="true">
        <Alias>Connection</Alias>
        <ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\Public\Documents\StimulsoftTest.mdb</ConnectionString>
        <Name>Connection</Name>
        <PromptUserNameAndPassword>False</PromptUserNameAndPassword>
      </Connection>
    </Databases>
    <DataSources isList="true" count="2">
      <TestTable Ref="3" type="Stimulsoft.Report.Dictionary.StiMSAccessSource" isKey="true">
        <Alias>TestTable</Alias>
        <Columns isList="true" count="2">
          <value>ID,System.Int64</value>
          <value>StringField,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>TestTable</Name>
        <NameInSource>Connection</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>SELECT
	SplitString(StringField,";",0) AS Value1,
	SplitString(StringField,";",1) AS Value2,
	SplitString(StringField,";",2) AS Value3,
	SplitString(StringField,";",3) AS Value4,
	SplitString(StringField,";",4) AS Value5,
	SplitString(StringField,";",5) AS Value6
FROM
	TestTable;
</SqlCommand>
      </TestTable>
      <qry Ref="4" type="Stimulsoft.Report.Dictionary.StiMSAccessSource" isKey="true">
        <Alias>qry</Alias>
        <Columns isList="true" count="0" />
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>qry</Name>
        <NameInSource>Connection</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>execute qry</SqlCommand>
      </qry>
    </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="5" 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>433a8e7ccaf94a25897b4d89f2f2f5c2</Guid>
      <Margins>1,1,1,1</Margins>
      <Name>Page1</Name>
      <PageHeight>29.7</PageHeight>
      <PageWidth>21</PageWidth>
      <Report isRef="0" />
      <Watermark Ref="6" type="Stimulsoft.Report.Components.StiWatermark" isKey="true">
        <Font>Arial,100</Font>
        <TextBrush>[50:0:0:0]</TextBrush>
      </Watermark>
    </Page1>
  </Pages>
  <PrinterSettings Ref="7" type="Stimulsoft.Report.Print.StiPrinterSettings" isKey="true" />
  <ReferencedAssemblies isList="true" count="9">
    <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>
    <value>FaciPlanReports.Reporting.dll</value>
  </ReferencedAssemblies>
  <ReportAlias>Report</ReportAlias>
  <ReportChanged>1/17/2013 1:01:07 PM</ReportChanged>
  <ReportCreated>1/17/2013 12:51:38 PM</ReportCreated>
  <ReportFile />
  <ReportGuid>0256d69add654c7fb7b54b9818a35cdb</ReportGuid>
  <ReportName>Report</ReportName>
  <ReportUnit>Centimeters</ReportUnit>
  <ReportVersion>2010.3.900</ReportVersion>
  <Script>Imports System
Imports System.Drawing
Imports System.Windows.Forms
Imports System.Data
Imports Stimulsoft.Controls
Imports Stimulsoft.Base.Drawing
Imports Stimulsoft.Report
Imports Stimulsoft.Report.Dialogs
Imports Stimulsoft.Report.Components
Imports FaciPlanReports.Reporting.FprGeneral

Namespace Reports
    Public Class Report
        Inherits Stimulsoft.Report.StiReport

        Public Sub New()
            MyBase.New
            Me.InitializeComponent
        End Sub

        #Region "StiReport Designer generated code - do not modify"
        Public Page1 As Stimulsoft.Report.Components.StiPage
        Public Page1_Watermark As Stimulsoft.Report.Components.StiWatermark
        Public Report_PrinterSettings As Stimulsoft.Report.Print.StiPrinterSettings
        Public MultiArea As MultiAreaDataSource
        
        Private Sub InitializeComponent()
            Me.MultiArea = New MultiAreaDataSource
            Me.NeedsCompiling = false
            Me.EngineVersion = Stimulsoft.Report.Engine.StiEngineVersion.EngineV2
            Me.ReferencedAssemblies = New System.String() {"System.Dll", "System.Drawing.Dll", "System.Windows.Forms.Dll", "System.Data.Dll", "System.Xml.Dll", "Stimulsoft.Controls.Dll", "Stimulsoft.Base.Dll", "Stimulsoft.Report.Dll", "FaciPlanReports.Reporting.dll"}
            Me.ReportAlias = "Report"
            '
            'ReportChanged
            '
            Me.ReportChanged = New DateTime(2013, 1, 17, 12, 51, 38, 376)
            '
            'ReportCreated
            '
            Me.ReportCreated = New DateTime(2013, 1, 17, 12, 51, 38, 376)
            Me.ReportFile = ""
            Me.ReportGuid = "0256d69add654c7fb7b54b9818a35cdb"
            Me.ReportName = "Report"
            Me.ReportUnit = Stimulsoft.Report.StiReportUnitType.Centimeters
            Me.ReportVersion = "2010.3.900"
            Me.ScriptLanguage = Stimulsoft.Report.StiReportLanguageType.VB
            '
            'Page1
            '
            Me.Page1 = New Stimulsoft.Report.Components.StiPage
            Me.Page1.Guid = "433a8e7ccaf94a25897b4d89f2f2f5c2"
            Me.Page1.Name = "Page1"
            Me.Page1.PageHeight = 29.7
            Me.Page1.PageWidth = 21
            Me.Page1.Border = New Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, New Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black))
            Me.Page1.Brush = New Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent)
            Me.Page1.ExcelSheetValue = Nothing
            Me.Page1.Interaction = Nothing
            Me.Page1.Margins = New Stimulsoft.Report.Components.StiMargins(1, 1, 1, 1)
            Me.Page1_Watermark = New Stimulsoft.Report.Components.StiWatermark
            Me.Page1_Watermark.Font = New System.Drawing.Font("Arial", 100!)
            Me.Page1_Watermark.Image = Nothing
            Me.Page1_Watermark.TextBrush = New Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0))
            Me.Report_PrinterSettings = New Stimulsoft.Report.Print.StiPrinterSettings
            Me.PrinterSettings = me.Report_PrinterSettings
            Me.Page1.Report = Me
            Me.Page1.Watermark = me.Page1_Watermark
            '
            'Add to Pages
            '
            Me.Pages.Clear
            Me.Pages.AddRange(New Stimulsoft.Report.Components.StiPage() {me.Page1})
            Me.MultiArea.Columns.AddRange(New Stimulsoft.Report.Dictionary.StiDataColumn() {New Stimulsoft.Report.Dictionary.StiDataColumn("BaseElevation", "BaseElevation", "BaseElevation", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("BSFirma", "BSFirma", "BSFirma", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("BuildingName", "BuildingName", "BuildingName", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("CeilingConstruction", "CeilingConstruction", "CeilingConstruction", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("CeilingLights", "CeilingLights", "CeilingLights", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("ClassType", "ClassType", "ClassType", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("CleaningInterval", "CleaningInterval", "CleaningInterval", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("CostCenter", "CostCenter", "CostCenter", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("CostCenterOld", "CostCenterOld", "CostCenterOld", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("Department", "Department", "Department", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("DepartmentOld", "DepartmentOld", "DepartmentOld", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("DIN2771", "DIN2771", "DIN2771", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("DIN2772", "DIN2772", "DIN2772", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("Estate", "Estate", "Estate", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("FaciPlan_Document", "FaciPlan_Document", "FaciPlan_Document", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("FaciPlan_Fullname", "FaciPlan_Fullname", "FaciPlan_Fullname", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("FaciPlan_Master", "FaciPlan_Master", "FaciPlan_Master", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("FaciPlan_MasterU", "FaciPlan_MasterU", "FaciPlan_MasterU", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("FaciPlan_Page", "FaciPlan_Page", "FaciPlan_Page", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("FaciPlan_PageU", "FaciPlan_PageU", "FaciPlan_PageU", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("FaciPlan_Shape", "FaciPlan_Shape", "FaciPlan_Shape", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("FaciPlan_ShapeU", "FaciPlan_ShapeU", "FaciPlan_ShapeU", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("FloorConstruction", "FloorConstruction", "FloorConstruction", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("FloorManufacturer", "FloorManufacturer", "FloorManufacturer", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("FloorName", "FloorName", "FloorName", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("fModify", "fModify", "fModify", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("Geometry_NoLine", "Geometry_NoLine", "Geometry_NoLine", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("Hirer", "Hirer", "Hirer", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("HirerDate1", "HirerDate1", "HirerDate1", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("HirerDate2", "HirerDate2", "HirerDate2", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("HirerDate3", "HirerDate3", "HirerDate3", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("HirerStatus", "HirerStatus", "HirerStatus", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("LastEdit", "LastEdit", "LastEdit", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("Location", "Location", "Location", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("OccupantCapacity", "OccupantCapacity", "OccupantCapacity", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("OccupantCount", "OccupantCount", "OccupantCount", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("ResultCapacity", "ResultCapacity", "ResultCapacity", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("RoomHeight", "RoomHeight", "RoomHeight", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("RoomName", "RoomName", "RoomName", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("RoomNumber", "RoomNumber", "RoomNumber", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("ShapeClass", "ShapeClass", "ShapeClass", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("ShapeMaster", "ShapeMaster", "ShapeMaster", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("ShapeType", "ShapeType", "ShapeType", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("SubShapeType", "SubShapeType", "SubShapeType", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("UniqueID", "UniqueID", "UniqueID", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("UpdateDateTime", "UpdateDateTime", "UpdateDateTime", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("UpdateUserName", "UpdateUserName", "UpdateUserName", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("visArea", "visArea", "visArea", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("visAreaHistory", "visAreaHistory", "visAreaHistory", GetType(String)), New Stimulsoft.Report.Dictionary.StiDataColumn("visAreaNoWalls", "visAreaNoWalls", "visAreaNoWalls", GetType(String))})
            Me.DataSources.Add(Me.MultiArea)
            Me.Dictionary.Databases.Add(New Stimulsoft.Report.Dictionary.StiOleDbDatabase("FaciPlanDB", "FaciPlanDB", "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\Public\Documents\FaciWare\F"&amp; _ 
"aciPlan.mdb", false))
            AddHandler Me.MultiArea.Connecting, AddressOf Me.GetMultiArea_SqlCommand
        End Sub
        
        Public Sub GetMultiArea_SqlCommand(ByVal sender As Object, ByVal e As System.EventArgs)
            Me.MultiArea.SqlCommand = "select * from MultiArea"
        End Sub
        
        #Region "DataSource MultiArea"
        Public Class MultiAreaDataSource
            Inherits Stimulsoft.Report.Dictionary.StiOleDbSource
            
            Public Sub New()
                MyBase.New("FaciPlanDB", "MultiArea", "MultiArea", "", true, false, 30)
            End Sub
            
            Public Overridable ReadOnly Property BaseElevation As String
                Get
                    Return CType(StiReport.ChangeType(Me("BaseElevation"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property BSFirma As String
                Get
                    Return CType(StiReport.ChangeType(Me("BSFirma"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property BuildingName As String
                Get
                    Return CType(StiReport.ChangeType(Me("BuildingName"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property CeilingConstruction As String
                Get
                    Return CType(StiReport.ChangeType(Me("CeilingConstruction"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property CeilingLights As String
                Get
                    Return CType(StiReport.ChangeType(Me("CeilingLights"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property ClassType As String
                Get
                    Return CType(StiReport.ChangeType(Me("ClassType"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property CleaningInterval As String
                Get
                    Return CType(StiReport.ChangeType(Me("CleaningInterval"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property CostCenter As String
                Get
                    Return CType(StiReport.ChangeType(Me("CostCenter"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property CostCenterOld As String
                Get
                    Return CType(StiReport.ChangeType(Me("CostCenterOld"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property Department As String
                Get
                    Return CType(StiReport.ChangeType(Me("Department"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property DepartmentOld As String
                Get
                    Return CType(StiReport.ChangeType(Me("DepartmentOld"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property DIN2771 As String
                Get
                    Return CType(StiReport.ChangeType(Me("DIN2771"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property DIN2772 As String
                Get
                    Return CType(StiReport.ChangeType(Me("DIN2772"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property Estate As String
                Get
                    Return CType(StiReport.ChangeType(Me("Estate"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property FaciPlan_Document As String
                Get
                    Return CType(StiReport.ChangeType(Me("FaciPlan_Document"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property FaciPlan_Fullname As String
                Get
                    Return CType(StiReport.ChangeType(Me("FaciPlan_Fullname"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property FaciPlan_Master As String
                Get
                    Return CType(StiReport.ChangeType(Me("FaciPlan_Master"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property FaciPlan_MasterU As String
                Get
                    Return CType(StiReport.ChangeType(Me("FaciPlan_MasterU"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property FaciPlan_Page As String
                Get
                    Return CType(StiReport.ChangeType(Me("FaciPlan_Page"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property FaciPlan_PageU As String
                Get
                    Return CType(StiReport.ChangeType(Me("FaciPlan_PageU"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property FaciPlan_Shape As String
                Get
                    Return CType(StiReport.ChangeType(Me("FaciPlan_Shape"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property FaciPlan_ShapeU As String
                Get
                    Return CType(StiReport.ChangeType(Me("FaciPlan_ShapeU"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property FloorConstruction As String
                Get
                    Return CType(StiReport.ChangeType(Me("FloorConstruction"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property FloorManufacturer As String
                Get
                    Return CType(StiReport.ChangeType(Me("FloorManufacturer"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property FloorName As String
                Get
                    Return CType(StiReport.ChangeType(Me("FloorName"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property fModify As String
                Get
                    Return CType(StiReport.ChangeType(Me("fModify"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property Geometry_NoLine As String
                Get
                    Return CType(StiReport.ChangeType(Me("Geometry_NoLine"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property Hirer As String
                Get
                    Return CType(StiReport.ChangeType(Me("Hirer"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property HirerDate1 As String
                Get
                    Return CType(StiReport.ChangeType(Me("HirerDate1"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property HirerDate2 As String
                Get
                    Return CType(StiReport.ChangeType(Me("HirerDate2"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property HirerDate3 As String
                Get
                    Return CType(StiReport.ChangeType(Me("HirerDate3"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property HirerStatus As String
                Get
                    Return CType(StiReport.ChangeType(Me("HirerStatus"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property LastEdit As String
                Get
                    Return CType(StiReport.ChangeType(Me("LastEdit"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property Location As String
                Get
                    Return CType(StiReport.ChangeType(Me("Location"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property OccupantCapacity As String
                Get
                    Return CType(StiReport.ChangeType(Me("OccupantCapacity"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property OccupantCount As String
                Get
                    Return CType(StiReport.ChangeType(Me("OccupantCount"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property ResultCapacity As String
                Get
                    Return CType(StiReport.ChangeType(Me("ResultCapacity"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property RoomHeight As String
                Get
                    Return CType(StiReport.ChangeType(Me("RoomHeight"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property RoomName As String
                Get
                    Return CType(StiReport.ChangeType(Me("RoomName"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property RoomNumber As String
                Get
                    Return CType(StiReport.ChangeType(Me("RoomNumber"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property ShapeClass As String
                Get
                    Return CType(StiReport.ChangeType(Me("ShapeClass"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property ShapeMaster As String
                Get
                    Return CType(StiReport.ChangeType(Me("ShapeMaster"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property ShapeType As String
                Get
                    Return CType(StiReport.ChangeType(Me("ShapeType"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property SubShapeType As String
                Get
                    Return CType(StiReport.ChangeType(Me("SubShapeType"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property UniqueID As String
                Get
                    Return CType(StiReport.ChangeType(Me("UniqueID"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property UpdateDateTime As String
                Get
                    Return CType(StiReport.ChangeType(Me("UpdateDateTime"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property UpdateUserName As String
                Get
                    Return CType(StiReport.ChangeType(Me("UpdateUserName"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property visArea As String
                Get
                    Return CType(StiReport.ChangeType(Me("visArea"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property visAreaHistory As String
                Get
                    Return CType(StiReport.ChangeType(Me("visAreaHistory"), GetType(String), true),String)
                End Get
            End Property
            
            Public Overridable ReadOnly Property visAreaNoWalls As String
                Get
                    Return CType(StiReport.ChangeType(Me("visAreaNoWalls"), GetType(String), true),String)
                End Get
            End Property
        End Class
        #End Region 'DataSource MultiArea
        #End Region 'StiReport Designer generated code - do not modify
    End Class
End Namespace
</Script>
  <ScriptLanguage>VB</ScriptLanguage>
  <Styles isList="true" count="0" />
</StiSerializer>