Label not hiding when no data in databand

Stimulsoft Reports.NET discussion
Post Reply
marine88
Posts: 18
Joined: Mon Feb 22, 2010 2:18 pm

Label not hiding when no data in databand

Post by marine88 »

I have two databands where on one databand the label is hidden if there is no data. On the other it displays. Can't seem to figure out why it hides nor why the other does not. I have modified the second to last items called Databand13 label LiDar Prod: and Databand DatLidar_Prod_Memo label is Lidar_Prod Notes:


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
public Stimulsoft.Report.Components.StiPage Page1;
public Stimulsoft.Report.Components.StiText DataWorkOrder_Details_Print_Zip;
public Stimulsoft.Report.Components.StiText Text36;
public Stimulsoft.Report.Components.StiReportTitleBand Photogrammetry_Work_Order;
public Stimulsoft.Report.Components.StiText Text1;
public Stimulsoft.Report.Components.StiText Text40;
public Stimulsoft.Report.Components.StiText Text41;
public Stimulsoft.Report.Components.StiText Text39;
public Stimulsoft.Report.Components.StiText Text38;
public Stimulsoft.Report.Components.StiUndefinedComponent HorizontalLinePrimitive1;
public Stimulsoft.Report.Components.StiDataBand DataWorkOrder_Details_Print;
public Stimulsoft.Report.Components.StiText Text2;
public Stimulsoft.Report.Components.StiText Text3;
public Stimulsoft.Report.Components.StiText Text4;
public Stimulsoft.Report.Components.StiText Text5;
public Stimulsoft.Report.Components.StiText Text6;
public Stimulsoft.Report.Components.StiText Text7;
public Stimulsoft.Report.Components.StiText Text8;
public Stimulsoft.Report.Components.StiText Text9;
public Stimulsoft.Report.Components.StiText Text10;
public Stimulsoft.Report.Components.StiText Text11;
public Stimulsoft.Report.Components.StiText Text12;
public Stimulsoft.Report.Components.StiText Text13;
public Stimulsoft.Report.Components.StiText Text18;
public Stimulsoft.Report.Components.StiText Text19;
public Stimulsoft.Report.Components.StiText Text20;
public Stimulsoft.Report.Components.StiText Text21;
public Stimulsoft.Report.Components.StiText Text22;
public Stimulsoft.Report.Components.StiText Text23;
public Stimulsoft.Report.Components.StiText Text24;
public Stimulsoft.Report.Components.StiText Text25;
public Stimulsoft.Report.Components.StiText Text26;
public Stimulsoft.Report.Components.StiText Text27;
public Stimulsoft.Report.Components.StiText Text28;
public Stimulsoft.Report.Components.StiText Text29;
public Stimulsoft.Report.Components.StiText Text30;
public Stimulsoft.Report.Components.StiText Text31;
public Stimulsoft.Report.Components.StiText Text34;
public Stimulsoft.Report.Components.StiText Text32;
public Stimulsoft.Report.Components.StiText Text33;
public Stimulsoft.Report.Components.StiText Text35;
public Stimulsoft.Report.Components.StiText Text42;
public Stimulsoft.Report.Components.StiText Text43;
public Stimulsoft.Report.Components.StiText Text44;
public Stimulsoft.Report.Components.StiText Text45;
public Stimulsoft.Report.Components.StiText Text37;
public Stimulsoft.Report.Components.StiText Text14;
public Stimulsoft.Report.Components.StiUndefinedComponent HorizontalLinePrimitive2;
public Stimulsoft.Report.Components.StiStartPointPrimitive StartPointPrimitive1;
public Stimulsoft.Report.Components.StiEndPointPrimitive EndPointPrimitive1;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand1;
public Stimulsoft.Report.Components.StiText Text47;
public Stimulsoft.Report.Components.StiDataBand DataDeliverables;
public Stimulsoft.Report.Components.StiText Text46;
public Stimulsoft.Report.Components.StiText Text84;
public Stimulsoft.Report.Components.StiDataBand DataNotes;
public Stimulsoft.Report.Components.StiText Text48;
public Stimulsoft.Report.Components.StiText Text49;
public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand1;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand2;
public Stimulsoft.Report.Components.StiText Text15;
public Stimulsoft.Report.Components.StiDataBand DataAerial;
public Stimulsoft.Report.Components.StiText Text16;
public Stimulsoft.Report.Components.StiDataBand DataBand1;
public Stimulsoft.Report.Components.StiText Text17;
public Stimulsoft.Report.Components.StiText Text50;
public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand2;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand3;
public Stimulsoft.Report.Components.StiText Text53;
public Stimulsoft.Report.Components.StiDataBand DataBand2;
public Stimulsoft.Report.Components.StiText Text51;
public Stimulsoft.Report.Components.StiDataBand DataBand3;
public Stimulsoft.Report.Components.StiText Text54;
public Stimulsoft.Report.Components.StiText Text55;
public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand3;
public Stimulsoft.Report.Components.StiRoundedRectanglePrimitive RoundedRectanglePrimitive1;
public Stimulsoft.Report.Components.StiWatermark Page1_Watermark;
public Stimulsoft.Report.Components.StiPage Page2;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand4;
public Stimulsoft.Report.Components.StiText Text52;
public Stimulsoft.Report.Components.StiDataBand DataBandControlSurvey;
public Stimulsoft.Report.Components.StiText Text56;
public Stimulsoft.Report.Components.StiDataBand DataBand5;
public Stimulsoft.Report.Components.StiText Text57;
public Stimulsoft.Report.Components.StiText Text58;
public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand4;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand5;
public Stimulsoft.Report.Components.StiText Text59;
public Stimulsoft.Report.Components.StiDataBand DataBand4;
public Stimulsoft.Report.Components.StiText Text62;
public Stimulsoft.Report.Components.StiDataBand DataBand6;
public Stimulsoft.Report.Components.StiText Text60;
public Stimulsoft.Report.Components.StiText Text61;
public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand5;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand6;
public Stimulsoft.Report.Components.StiText Text63;
public Stimulsoft.Report.Components.StiDataBand DataBand7;
public Stimulsoft.Report.Components.StiText Text66;
public Stimulsoft.Report.Components.StiDataBand DataBand8;
public Stimulsoft.Report.Components.StiText Text64;
public Stimulsoft.Report.Components.StiText Text65;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand7;
public Stimulsoft.Report.Components.StiText Text67;
public Stimulsoft.Report.Components.StiDataBand DataBand9;
public Stimulsoft.Report.Components.StiText Text68;
public Stimulsoft.Report.Components.StiDataBand DataBand10;
public Stimulsoft.Report.Components.StiText Text69;
public Stimulsoft.Report.Components.StiText Text70;
public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand6;
public Stimulsoft.Report.Components.StiWatermark Page2_Watermark;
public Stimulsoft.Report.Components.StiPage Page3;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand8;
public Stimulsoft.Report.Components.StiText Text71;
public Stimulsoft.Report.Components.StiDataBand DataBand11;
public Stimulsoft.Report.Components.StiText Text72;
public Stimulsoft.Report.Components.StiDataBand DataBand12;
public Stimulsoft.Report.Components.StiText Text73;
public Stimulsoft.Report.Components.StiText Text74;
public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand7;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand11;
public Stimulsoft.Report.Components.StiText Text83;
public Stimulsoft.Report.Components.StiDataBand DataGraphics;
public Stimulsoft.Report.Components.StiText DataGraphics_Graphics_Edit;
public Stimulsoft.Report.Components.StiDataBand DataBand16;
public Stimulsoft.Report.Components.StiText Text86;
public Stimulsoft.Report.Components.StiText Text85;
public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand10;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand9;
public Stimulsoft.Report.Components.StiText Text75;
public Stimulsoft.Report.Components.StiDataBand DataBand13;
public Stimulsoft.Report.Components.StiText Text78;
public Stimulsoft.Report.Components.StiDataBand DataLidar_Prod_Memo;
public Stimulsoft.Report.Components.StiText Text76;
public Stimulsoft.Report.Components.StiText Text77;
public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand8;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand10;
public Stimulsoft.Report.Components.StiText Text79;
public Stimulsoft.Report.Components.StiDataBand DataBand15;
public Stimulsoft.Report.Components.StiText Text80;
public Stimulsoft.Report.Components.StiText Text81;
public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand9;
public Stimulsoft.Report.Components.StiWatermark Page3_Watermark;
public Stimulsoft.Report.Print.StiPrinterSettings Report_PrinterSettings;
public WorkOrder_Details_PrintDataSource WorkOrder_Details_Print;
public Projects__PM70_DataSource Projects__PM70_;
public DeliverablesDataSource Deliverables;
public NotesDataSource Notes;
public AerialDataSource Aerial;
public LidarAcqDataSource LidarAcq;
public ControlDataSource Control;
public AnalyticsDataSource Analytics;
public PhotoLabDataSource PhotoLab;
public StereoCompDataSource StereoComp;
public OrthoDataSource Ortho;
public LidarProdDataSource LidarProd;
public GraphicsDataSource Graphics;
public Lidar_Prod_MemoDataSource Lidar_Prod_Memo;

public void DataWorkOrder_Details_Print_Zip__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, WorkOrder_Details_Print.Zip, true);
}

public void Text36__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, WorkOrder_Details_Print.Coordinator, true);
}

public void Text1__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Photogrammetry Work Order";
}

public void Text40__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, WorkOrder_Details_Print.Estimate_Number, true);
}

public void Text41__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Estimate_Number:";
}

public void Text39__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, WorkOrder_Details_Print.MJH_Number, true);
}

public void Text38__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "MJH Number:";
}

public void Text2__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, WorkOrder_Details_Print.Company_Name, true);
}

public void Text3__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Company_Name";
}

public void Text4__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, WorkOrder_Details_Print.Address, true);
}

public void Text5__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Address";
}

public void Text6__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, WorkOrder_Details_Print.City, true);
}

public void Text7__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "City:";
}

public void Text8__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, WorkOrder_Details_Print.State, true);
}

public void Text9__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "State:";
}

public void Text10__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, WorkOrder_Details_Print.Zip, true);
}

public void Text11__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Zip:";
}

public void Text12__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, WorkOrder_Details_Print.Client, true);
}

public void Text13__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Client:";
}

public void Text18__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = this.Text18.TextFormat.Format(CheckExcelValue(sender, WorkOrder_Details_Print.PM_And_Production_Kickoff));
}

public void Text19__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Kickoff Date:";
}

public void Text20__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = this.Text20.TextFormat.Format(CheckExcelValue(sender, WorkOrder_Details_Print.Production_To_PM_Handoff));
}

public void Text21__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Handoff Date:";
}

public void Text22__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = this.Text22.TextFormat.Format(CheckExcelValue(sender, WorkOrder_Details_Print.Due_Date));
}

public void Text23__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Due_Date";
}

public void Text24__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, WorkOrder_Details_Print.Description, true);
}

public void Text25__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Description:";
}

public void Text26__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, WorkOrder_Details_Print.Scale, true);
}

public void Text27__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Map Scale:";
}

public void Text28__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, WorkOrder_Details_Print.CI, true);
}

public void Text29__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "CI:";
}

public void Text30__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, WorkOrder_Details_Print.Sales_Rep, true);
}

public void Text31__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Rep:";
}

public void Text34__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "PM:";
}

public void Text32__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, WorkOrder_Details_Print.Project_Manager, true);
}

public void Text33__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, WorkOrder_Details_Print.Estimator, true);
}

public void Text35__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Estimator:";
}

public void Text42__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, WorkOrder_Details_Print.E_mail_Address, true);
}

public void Text43__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "E_mail_Address:";
}

public void Text44__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, WorkOrder_Details_Print.Phone, true);
}

public void Text45__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Phone:";
}

public void Text37__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "PC:";
}

public void Text14__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, WorkOrder_Details_Print.Coordinator, true);
}

public void Text47__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "DELIVERABLES:";
}

public void Text84__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, Deliverables.Deliverables, true);
}

public void Text48__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, Notes.Deliverables_Memo, true);
}

public void Text49__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Deliverables Notes:";
}

public void Text15__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "AERIAL:";
}

public void Text16__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, Aerial.Aerial_Photography, true);
}

public void Text17__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "AERIAL NOTES:";
}

public void Text50__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, Notes.Aerial_Photography_Memo, true);
}

public void Text53__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "LiDAR Acquistion:";
}

public void Text51__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, LidarAcq.LIDAR_Acquisition, true);
}

public void Text54__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, Notes.Memo_LiDAR_Acquisition, true);
}

public void Text55__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "LiDAR_Acquisition Notes:";
}

public void Text52__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Control/AT:";
}

public void Text56__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, Control.Control_Surveys, true);
}

public void Text57__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, Notes.Control_Surveys_Memo, true);
}

public void Text58__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Control_Surveys Notes:";
}

public void Text59__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Analytics:";
}

public void Text62__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, Analytics.Analytics, true);
}

public void Text60__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, Notes.Analytics_Memo, true);
}

public void Text61__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Analytics Notes:";
}

public void Text63__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "PhotoLab:";
}

public void Text66__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, PhotoLab.Photo_Lab, true);
}

public void Text64__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, Notes.Photo_Lab_Memo, true);
}

public void Text65__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Photo_Lab Notes:";
}

public void Text67__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Stereo Comp:";
}

public void Text68__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, StereoComp.Stereo_Compilation, true);
}

public void Text69__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, Notes.Stereo_Compilation_Memo, true);
}

public void Text70__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Stereo_Compilation Notes:";
}

public void Text71__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "ORTHO:";
}

public void Text72__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, Ortho.Digital_Image, true);
}

public void Text73__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, Notes.Digital_Image_Memo, true);
}

public void Text74__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Digital_Image Notes:";
}

public void Text83__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "GRAPHICS:";
}

public void DataGraphics_Graphics_Edit__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, Graphics.Graphics_Edit, true);
}

public void Text86__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Graphics_Edit_Memo";
}

public void Text85__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, Notes.Graphics_Edit_Memo, true);
}

public void Text75__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "LiDAR Prod:";
}

public void Text78__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, LidarProd.Lidar_Prod, true);
}

public void Text76__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, Lidar_Prod_Memo.Lidar_Prod_Memo, true);
}

public void Text77__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Lidar_Prod Notes:";
}

public void Text79__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "GIS:";
}

public void Text80__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, Notes.GIS_Memo, true);
}

public void Text81__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "GIS Notes:";
}

private void InitializeComponent()
{
this.Lidar_Prod_Memo = new Lidar_Prod_MemoDataSource();
this.Graphics = new GraphicsDataSource();
this.LidarProd = new LidarProdDataSource();
this.Ortho = new OrthoDataSource();
this.StereoComp = new StereoCompDataSource();
this.PhotoLab = new PhotoLabDataSource();
this.Analytics = new AnalyticsDataSource();
this.Control = new ControlDataSource();
this.LidarAcq = new LidarAcqDataSource();
this.Aerial = new AerialDataSource();
this.Notes = new NotesDataSource();
this.Deliverables = new DeliverablesDataSource();
this.Projects__PM70_ = new Projects__PM70_DataSource();
this.WorkOrder_Details_Print = new WorkOrder_Details_PrintDataSource();
this.NeedsCompiling = false;
this.EngineVersion = Stimulsoft.Report.Engine.StiEngineVersion.EngineV2;
this.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"};
this.ReportAlias = "Report";
//
// ReportChanged
//
this.ReportChanged = new DateTime(2010, 12, 1, 16, 36, 17, 733);
//
// ReportCreated
//
this.ReportCreated = new DateTime(2010, 3, 1, 12, 54, 27, 0);
this.ReportFile = "C:\\Inetpub\\wwwroot\\PM2Subver\\Forms\\Work_Orders\\phtowrkordprint.mrt";
this.ReportGuid = "1eaf2c11369945629016664d818b4018";
this.ReportName = "Report";
this.ReportUnit = Stimulsoft.Report.StiReportUnitType.Inches;
this.ScriptLanguage = Stimulsoft.Report.StiReportLanguageType.CSharp;
//
// Page1
//
this.Page1 = new Stimulsoft.Report.Components.StiPage();
this.Page1.Guid = "18cf5c5729bd421d931c1f4221323d2e";
this.Page1.Name = "Page1";
this.Page1.PageHeight = 11.69;
this.Page1.PageWidth = 8.27;
this.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));
this.Page1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataWorkOrder_Details_Print_Zip
//
this.DataWorkOrder_Details_Print_Zip = new Stimulsoft.Report.Components.StiText();
this.DataWorkOrder_Details_Print_Zip.CanGrow = true;
this.DataWorkOrder_Details_Print_Zip.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 0.2, 0.1, 0.3);
this.DataWorkOrder_Details_Print_Zip.Name = "DataWorkOrder_Details_Print_Zip";
this.DataWorkOrder_Details_Print_Zip.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.DataWorkOrder_Details_Print_Zip__GetValue);
this.DataWorkOrder_Details_Print_Zip.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.DataWorkOrder_Details_Print_Zip.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataWorkOrder_Details_Print_Zip.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataWorkOrder_Details_Print_Zip.Font = new System.Drawing.Font("Arial", 8F);
this.DataWorkOrder_Details_Print_Zip.Guid = null;
this.DataWorkOrder_Details_Print_Zip.Interaction = null;
this.DataWorkOrder_Details_Print_Zip.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.DataWorkOrder_Details_Print_Zip.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.DataWorkOrder_Details_Print_Zip.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text36
//
this.Text36 = new Stimulsoft.Report.Components.StiText();
this.Text36.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8, 2, 0.3, 0.2);
this.Text36.Name = "Text36";
this.Text36.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text36__GetValue);
this.Text36.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text36.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text36.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text36.Guid = null;
this.Text36.Interaction = null;
this.Text36.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text36.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text36.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Photogrammetry_Work_Order
//
this.Photogrammetry_Work_Order = new Stimulsoft.Report.Components.StiReportTitleBand();
this.Photogrammetry_Work_Order.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 7.49, 0.3);
this.Photogrammetry_Work_Order.Name = "Photogrammetry Work Order";
this.Photogrammetry_Work_Order.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Photogrammetry_Work_Order.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text1
//
this.Text1 = new Stimulsoft.Report.Components.StiText();
this.Text1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 2.8, 0.3);
this.Text1.Name = "Text1";
this.Text1.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text1__GetValue);
this.Text1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text1.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text1.Guid = null;
this.Text1.Interaction = null;
this.Text1.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text1.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text1.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text40
//
this.Text40 = new Stimulsoft.Report.Components.StiText();
this.Text40.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.5, 0, 0.8, 0.2);
this.Text40.Name = "Text40";
this.Text40.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text40__GetValue);
this.Text40.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text40.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text40.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text40.Guid = null;
this.Text40.Interaction = null;
this.Text40.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text40.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text40.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text41
//
this.Text41 = new Stimulsoft.Report.Components.StiText();
this.Text41.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.2, 0, 1.5, 0.2);
this.Text41.Name = "Text41";
this.Text41.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text41__GetValue);
this.Text41.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text41.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text41.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text41.Guid = null;
this.Text41.Interaction = null;
this.Text41.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text41.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text41.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text39
//
this.Text39 = new Stimulsoft.Report.Components.StiText();
this.Text39.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 0, 1.1, 0.2);
this.Text39.Name = "Text39";
this.Text39.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text39__GetValue);
this.Text39.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text39.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text39.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text39.Guid = null;
this.Text39.Interaction = null;
this.Text39.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text39.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text39.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text38
//
this.Text38 = new Stimulsoft.Report.Components.StiText();
this.Text38.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.9, 0, 1.1, 0.2);
this.Text38.Name = "Text38";
this.Text38.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text38__GetValue);
this.Text38.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text38.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text38.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.Text38.Guid = null;
this.Text38.Interaction = null;
this.Text38.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text38.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text38.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// HorizontalLinePrimitive1
//
this.HorizontalLinePrimitive1 = new Stimulsoft.Report.Components.StiUndefinedComponent();
this.HorizontalLinePrimitive1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.3, 7.5, 0.01);
this.HorizontalLinePrimitive1.Name = "HorizontalLinePrimitive1";
this.HorizontalLinePrimitive1.Guid = null;
this.HorizontalLinePrimitive1.Interaction = null;
this.Photogrammetry_Work_Order.Guid = null;
this.Photogrammetry_Work_Order.Interaction = null;
//
// DataWorkOrder_Details_Print
//
this.DataWorkOrder_Details_Print = new Stimulsoft.Report.Components.StiDataBand();
this.DataWorkOrder_Details_Print.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.9, 7.49, 2);
this.DataWorkOrder_Details_Print.DataSourceName = "WorkOrder_Details_Print";
this.DataWorkOrder_Details_Print.Name = "DataWorkOrder_Details_Print";
this.DataWorkOrder_Details_Print.Sort = new System.String[0];
this.DataWorkOrder_Details_Print.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataWorkOrder_Details_Print.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text2
//
this.Text2 = new Stimulsoft.Report.Components.StiText();
this.Text2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(1.2, 0.2, 3.4, 0.2);
this.Text2.Name = "Text2";
this.Text2.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text2__GetValue);
this.Text2.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text2.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text2.Guid = null;
this.Text2.Interaction = null;
this.Text2.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text2.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text2.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text3
//
this.Text3 = new Stimulsoft.Report.Components.StiText();
this.Text3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.2, 0.2, 1, 0.2);
this.Text3.Name = "Text3";
this.Text3.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text3__GetValue);
this.Text3.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text3.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text3.Guid = null;
this.Text3.Interaction = null;
this.Text3.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text3.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text3.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text4
//
this.Text4 = new Stimulsoft.Report.Components.StiText();
this.Text4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.9, 0.4, 3, 0.2);
this.Text4.Name = "Text4";
this.Text4.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text4__GetValue);
this.Text4.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text4.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text4.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text4.Guid = null;
this.Text4.Interaction = null;
this.Text4.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text4.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text4.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text5
//
this.Text5 = new Stimulsoft.Report.Components.StiText();
this.Text5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.2, 0.4, 0.7, 0.2);
this.Text5.Name = "Text5";
this.Text5.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text5__GetValue);
this.Text5.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text5.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text5.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text5.Guid = null;
this.Text5.Interaction = null;
this.Text5.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text5.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text5.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text6
//
this.Text6 = new Stimulsoft.Report.Components.StiText();
this.Text6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.3, 0.4, 0.7, 0.2);
this.Text6.Name = "Text6";
this.Text6.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text6__GetValue);
this.Text6.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text6.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text6.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text6.Guid = null;
this.Text6.Interaction = null;
this.Text6.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text6.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text6.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text7
//
this.Text7 = new Stimulsoft.Report.Components.StiText();
this.Text7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4, 0.4, 0.3, 0.2);
this.Text7.Name = "Text7";
this.Text7.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text7__GetValue);
this.Text7.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text7.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text7.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text7.Guid = null;
this.Text7.Interaction = null;
this.Text7.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text7.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text7.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text8
//
this.Text8 = new Stimulsoft.Report.Components.StiText();
this.Text8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.5, 0.4, 0.4, 0.2);
this.Text8.Name = "Text8";
this.Text8.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text8__GetValue);
this.Text8.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text8.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text8.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text8.Guid = null;
this.Text8.Interaction = null;
this.Text8.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text8.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text8.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text9
//
this.Text9 = new Stimulsoft.Report.Components.StiText();
this.Text9.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.1, 0.4, 0.4, 0.2);
this.Text9.Name = "Text9";
this.Text9.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text9__GetValue);
this.Text9.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text9.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text9.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text9.Guid = null;
this.Text9.Interaction = null;
this.Text9.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text9.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text9.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text10
//
this.Text10 = new Stimulsoft.Report.Components.StiText();
this.Text10.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.3, 0.4, 0.6, 0.2);
this.Text10.Name = "Text10";
this.Text10.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text10__GetValue);
this.Text10.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text10.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text10.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text10.Guid = null;
this.Text10.Interaction = null;
this.Text10.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text10.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text10.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text11
//
this.Text11 = new Stimulsoft.Report.Components.StiText();
this.Text11.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6, 0.4, 0.3, 0.2);
this.Text11.Name = "Text11";
this.Text11.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text11__GetValue);
this.Text11.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text11.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text11.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text11.Guid = null;
this.Text11.Interaction = null;
this.Text11.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text11.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text11.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text12
//
this.Text12 = new Stimulsoft.Report.Components.StiText();
this.Text12.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.6, 0.7, 1.4, 0.2);
this.Text12.Name = "Text12";
this.Text12.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text12__GetValue);
this.Text12.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text12.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text12.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text12.Guid = null;
this.Text12.Interaction = null;
this.Text12.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text12.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text12.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text13
//
this.Text13 = new Stimulsoft.Report.Components.StiText();
this.Text13.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.2, 0.7, 0.4, 0.2);
this.Text13.Name = "Text13";
this.Text13.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text13__GetValue);
this.Text13.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text13.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text13.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text13.Guid = null;
this.Text13.Interaction = null;
this.Text13.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text13.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text13.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text18
//
this.Text18 = new Stimulsoft.Report.Components.StiText();
this.Text18.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.9, 1.6, 0.7, 0.2);
this.Text18.Name = "Text18";
this.Text18.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text18__GetValue);
this.Text18.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text18.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text18.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text18.Guid = null;
this.Text18.Interaction = null;
this.Text18.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text18.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text18.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiDateFormatService("d", " ");
this.Text18.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text19
//
this.Text19 = new Stimulsoft.Report.Components.StiText();
this.Text19.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.1, 1.6, 0.8, 0.2);
this.Text19.Name = "Text19";
this.Text19.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text19__GetValue);
this.Text19.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text19.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text19.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text19.Guid = null;
this.Text19.Interaction = null;
this.Text19.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text19.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text19.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text20
//
this.Text20 = new Stimulsoft.Report.Components.StiText();
this.Text20.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.6, 1.6, 0.6, 0.2);
this.Text20.Name = "Text20";
this.Text20.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text20__GetValue);
this.Text20.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text20.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text20.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text20.Guid = null;
this.Text20.Interaction = null;
this.Text20.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text20.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text20.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiDateFormatService("d", " ");
this.Text20.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text21
//
this.Text21 = new Stimulsoft.Report.Components.StiText();
this.Text21.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(1.8, 1.6, 0.8, 0.2);
this.Text21.Name = "Text21";
this.Text21.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text21__GetValue);
this.Text21.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text21.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text21.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text21.Guid = null;
this.Text21.Interaction = null;
this.Text21.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text21.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text21.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text22
//
this.Text22 = new Stimulsoft.Report.Components.StiText();
this.Text22.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.9, 1.6, 0.6, 0.2);
this.Text22.Name = "Text22";
this.Text22.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text22__GetValue);
this.Text22.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text22.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text22.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text22.Guid = null;
this.Text22.Interaction = null;
this.Text22.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text22.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text22.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiDateFormatService("d", " ");
this.Text22.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text23
//
this.Text23 = new Stimulsoft.Report.Components.StiText();
this.Text23.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.3, 1.6, 0.6, 0.2);
this.Text23.Name = "Text23";
this.Text23.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text23__GetValue);
this.Text23.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text23.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text23.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text23.Guid = null;
this.Text23.Interaction = null;
this.Text23.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text23.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text23.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text24
//
this.Text24 = new Stimulsoft.Report.Components.StiText();
this.Text24.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.8, 1.1, 6.5, 0.2);
this.Text24.Name = "Text24";
this.Text24.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text24__GetValue);
this.Text24.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text24.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text24.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text24.Guid = null;
this.Text24.Interaction = null;
this.Text24.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text24.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text24.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text25
//
this.Text25 = new Stimulsoft.Report.Components.StiText();
this.Text25.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.1, 1.1, 0.7, 0.2);
this.Text25.Name = "Text25";
this.Text25.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text25__GetValue);
this.Text25.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text25.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text25.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text25.Guid = null;
this.Text25.Interaction = null;
this.Text25.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text25.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text25.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text26
//
this.Text26 = new Stimulsoft.Report.Components.StiText();
this.Text26.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.7, 1.3, 0.6, 0.2);
this.Text26.Name = "Text26";
this.Text26.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text26__GetValue);
this.Text26.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text26.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text26.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text26.Guid = null;
this.Text26.Interaction = null;
this.Text26.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text26.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text26.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text27
//
this.Text27 = new Stimulsoft.Report.Components.StiText();
this.Text27.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.1, 1.3, 0.6, 0.2);
this.Text27.Name = "Text27";
this.Text27.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text27__GetValue);
this.Text27.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text27.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text27.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text27.Guid = null;
this.Text27.Interaction = null;
this.Text27.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text27.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text27.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text28
//
this.Text28 = new Stimulsoft.Report.Components.StiText();
this.Text28.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(1.7, 1.3, 0.3, 0.2);
this.Text28.Name = "Text28";
this.Text28.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text28__GetValue);
this.Text28.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text28.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text28.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text28.Guid = null;
this.Text28.Interaction = null;
this.Text28.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text28.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text28.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text29
//
this.Text29 = new Stimulsoft.Report.Components.StiText();
this.Text29.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(1.5, 1.3, 0.2, 0.2);
this.Text29.Name = "Text29";
this.Text29.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text29__GetValue);
this.Text29.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text29.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text29.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text29.Guid = null;
this.Text29.Interaction = null;
this.Text29.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text29.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text29.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text30
//
this.Text30 = new Stimulsoft.Report.Components.StiText();
this.Text30.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.4, 1.3, 0.3, 0.2);
this.Text30.Name = "Text30";
this.Text30.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text30__GetValue);
this.Text30.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text30.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text30.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text30.Guid = null;
this.Text30.Interaction = null;
this.Text30.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text30.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text30.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text31
//
this.Text31 = new Stimulsoft.Report.Components.StiText();
this.Text31.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.1, 1.3, 0.3, 0.2);
this.Text31.Name = "Text31";
this.Text31.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text31__GetValue);
this.Text31.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text31.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text31.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text31.Guid = null;
this.Text31.Interaction = null;
this.Text31.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text31.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text31.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text34
//
this.Text34 = new Stimulsoft.Report.Components.StiText();
this.Text34.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.8, 1.3, 0.2, 0.2);
this.Text34.Name = "Text34";
this.Text34.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text34__GetValue);
this.Text34.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text34.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text34.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text34.Guid = null;
this.Text34.Interaction = null;
this.Text34.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text34.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text34.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text32
//
this.Text32 = new Stimulsoft.Report.Components.StiText();
this.Text32.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3, 1.3, 0.4, 0.2);
this.Text32.Name = "Text32";
this.Text32.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text32__GetValue);
this.Text32.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text32.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text32.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text32.Guid = null;
this.Text32.Interaction = null;
this.Text32.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text32.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text32.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text33
//
this.Text33 = new Stimulsoft.Report.Components.StiText();
this.Text33.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.1, 1.3, 0.3, 0.2);
this.Text33.Name = "Text33";
this.Text33.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text33__GetValue);
this.Text33.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text33.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text33.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text33.Guid = null;
this.Text33.Interaction = null;
this.Text33.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text33.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text33.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text35
//
this.Text35 = new Stimulsoft.Report.Components.StiText();
this.Text35.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.5, 1.3, 0.6, 0.2);
this.Text35.Name = "Text35";
this.Text35.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text35__GetValue);
this.Text35.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text35.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text35.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text35.Guid = null;
this.Text35.Interaction = null;
this.Text35.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text35.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text35.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text42
//
this.Text42 = new Stimulsoft.Report.Components.StiText();
this.Text42.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.4, 0.7, 1.6, 0.2);
this.Text42.Name = "Text42";
this.Text42.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text42__GetValue);
this.Text42.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text42.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text42.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text42.Guid = null;
this.Text42.Interaction = null;
this.Text42.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text42.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text42.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text43
//
this.Text43 = new Stimulsoft.Report.Components.StiText();
this.Text43.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.4, 0.7, 1, 0.2);
this.Text43.Name = "Text43";
this.Text43.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text43__GetValue);
this.Text43.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text43.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text43.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text43.Guid = null;
this.Text43.Interaction = null;
this.Text43.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text43.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text43.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text44
//
this.Text44 = new Stimulsoft.Report.Components.StiText();
this.Text44.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.5, 0.7, 0.8, 0.2);
this.Text44.Name = "Text44";
this.Text44.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text44__GetValue);
this.Text44.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text44.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text44.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text44.Guid = null;
this.Text44.Interaction = null;
this.Text44.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text44.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text44.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text45
//
this.Text45 = new Stimulsoft.Report.Components.StiText();
this.Text45.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.1, 0.7, 0.4, 0.2);
this.Text45.Name = "Text45";
this.Text45.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text45__GetValue);
this.Text45.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text45.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text45.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text45.Guid = null;
this.Text45.Interaction = null;
this.Text45.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text45.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text45.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text37
//
this.Text37 = new Stimulsoft.Report.Components.StiText();
this.Text37.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.5, 1.3, 0.2, 0.2);
this.Text37.Name = "Text37";
this.Text37.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text37__GetValue);
this.Text37.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text37.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text37.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text37.Guid = null;
this.Text37.Interaction = null;
this.Text37.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text37.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text37.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text14
//
this.Text14 = new Stimulsoft.Report.Components.StiText();
this.Text14.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.7, 1.3, 0.3, 0.2);
this.Text14.Name = "Text14";
this.Text14.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text14__GetValue);
this.Text14.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text14.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text14.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text14.Guid = null;
this.Text14.Interaction = null;
this.Text14.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text14.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text14.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// HorizontalLinePrimitive2
//
this.HorizontalLinePrimitive2 = new Stimulsoft.Report.Components.StiUndefinedComponent();
this.HorizontalLinePrimitive2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 1.9, 7.5, 0.01);
this.HorizontalLinePrimitive2.Name = "HorizontalLinePrimitive2";
this.HorizontalLinePrimitive2.Guid = null;
this.HorizontalLinePrimitive2.Interaction = null;
//
// StartPointPrimitive1
//
this.StartPointPrimitive1 = new Stimulsoft.Report.Components.StiStartPointPrimitive();
this.StartPointPrimitive1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.1, 0.2, 0, 0);
this.StartPointPrimitive1.Name = "StartPointPrimitive1";
this.StartPointPrimitive1.ReferenceToGuid = "d25e7a6083af42c8bd50982409d67341";
this.StartPointPrimitive1.Guid = null;
this.StartPointPrimitive1.Interaction = null;
//
// EndPointPrimitive1
//
this.EndPointPrimitive1 = new Stimulsoft.Report.Components.StiEndPointPrimitive();
this.EndPointPrimitive1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7, 1, 0, 0);
this.EndPointPrimitive1.Name = "EndPointPrimitive1";
this.EndPointPrimitive1.ReferenceToGuid = "d25e7a6083af42c8bd50982409d67341";
this.EndPointPrimitive1.Guid = null;
this.EndPointPrimitive1.Interaction = null;
this.DataWorkOrder_Details_Print.Guid = null;
this.DataWorkOrder_Details_Print.Interaction = null;
this.DataWorkOrder_Details_Print.MasterComponent = null;
//
// GroupHeaderBand1
//
this.GroupHeaderBand1 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeaderBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 3.3, 7.49, 0.2);
this.GroupHeaderBand1.Name = "GroupHeaderBand1";
this.GroupHeaderBand1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupHeaderBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text47
//
this.Text47 = new Stimulsoft.Report.Components.StiText();
this.Text47.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 0.9, 0.2);
this.Text47.Name = "Text47";
this.Text47.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text47__GetValue);
this.Text47.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text47.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text47.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text47.Guid = null;
this.Text47.Interaction = null;
this.Text47.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text47.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text47.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.GroupHeaderBand1.Guid = null;
this.GroupHeaderBand1.Interaction = null;
//
// DataDeliverables
//
this.DataDeliverables = new Stimulsoft.Report.Components.StiDataBand();
this.DataDeliverables.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 3.9, 7.49, 0.2);
this.DataDeliverables.DataSourceName = "Deliverables";
this.DataDeliverables.Name = "DataDeliverables";
this.DataDeliverables.Sort = new System.String[] {
"DESC",
"ID"};
this.DataDeliverables.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));
this.DataDeliverables.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text46
//
this.Text46 = new Stimulsoft.Report.Components.StiText();
this.Text46.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 6.1, 0.2);
this.Text46.Name = "Text46";
this.Text46.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 31, 73, 125)));
this.Text46.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Gainsboro);
this.Text46.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text46.Guid = null;
this.Text46.Interaction = null;
this.Text46.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text46.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text46.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text84
//
this.Text84 = new Stimulsoft.Report.Components.StiText();
this.Text84.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 6.1, 0.2);
this.Text84.Name = "Text84";
this.Text84.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text84__GetValue);
this.Text84.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text84.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text84.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text84.Guid = null;
this.Text84.Interaction = null;
this.Text84.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text84.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text84.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataDeliverables.DataRelationName = null;
this.DataDeliverables.Guid = null;
this.DataDeliverables.Interaction = null;
this.DataDeliverables.MasterComponent = null;
//
// DataNotes
//
this.DataNotes = new Stimulsoft.Report.Components.StiDataBand();
this.DataNotes.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4.5, 7.49, 0.4);
this.DataNotes.DataSourceName = "Notes";
this.DataNotes.Name = "DataNotes";
this.DataNotes.Sort = new System.String[0];
this.DataNotes.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataNotes.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text48
//
this.Text48 = new Stimulsoft.Report.Components.StiText();
this.Text48.AutoWidth = true;
this.Text48.CanGrow = true;
this.Text48.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 7.4, 0.2);
this.Text48.GrowToHeight = true;
this.Text48.Name = "Text48";
this.Text48.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text48__GetValue);
this.Text48.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.Text48.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text48.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightGray);
this.Text48.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text48.Guid = null;
this.Text48.Interaction = null;
this.Text48.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text48.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text48.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text49
//
this.Text49 = new Stimulsoft.Report.Components.StiText();
this.Text49.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 1.1, 0.2);
this.Text49.Name = "Text49";
this.Text49.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text49__GetValue);
this.Text49.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text49.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text49.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text49.Guid = null;
this.Text49.Interaction = null;
this.Text49.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text49.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text49.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataNotes.DataRelationName = null;
this.DataNotes.Guid = null;
this.DataNotes.Interaction = null;
this.DataNotes.MasterComponent = null;
//
// GroupFooterBand1
//
this.GroupFooterBand1 = new Stimulsoft.Report.Components.StiGroupFooterBand();
this.GroupFooterBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 5.3, 7.49, 0.1);
this.GroupFooterBand1.Name = "GroupFooterBand1";
this.GroupFooterBand1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupFooterBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.GroupFooterBand1.Guid = null;
this.GroupFooterBand1.Interaction = null;
//
// GroupHeaderBand2
//
this.GroupHeaderBand2 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeaderBand2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 5.8, 7.49, 0.2);
this.GroupHeaderBand2.Name = "GroupHeaderBand2";
this.GroupHeaderBand2.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupHeaderBand2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text15
//
this.Text15 = new Stimulsoft.Report.Components.StiText();
this.Text15.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.1, 0, 0.5, 0.2);
this.Text15.Guid = "19ca42566f3947819f3ff0132bd41a3e";
this.Text15.Name = "Text15";
this.Text15.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text15__GetValue);
this.Text15.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text15.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text15.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text15.Interaction = null;
this.Text15.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text15.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text15.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.GroupHeaderBand2.Guid = null;
this.GroupHeaderBand2.Interaction = null;
//
// DataAerial
//
this.DataAerial = new Stimulsoft.Report.Components.StiDataBand();
this.DataAerial.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 6.4, 7.49, 0.2);
this.DataAerial.DataSourceName = "Aerial";
this.DataAerial.Name = "DataAerial";
this.DataAerial.Sort = new System.String[] {
"DESC",
"ID"};
this.DataAerial.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataAerial.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text16
//
this.Text16 = new Stimulsoft.Report.Components.StiText();
this.Text16.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 7.4, 0.2);
this.Text16.Name = "Text16";
this.Text16.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text16__GetValue);
this.Text16.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text16.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Gainsboro);
this.Text16.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text16.Guid = null;
this.Text16.Interaction = null;
this.Text16.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text16.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text16.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataAerial.DataRelationName = null;
this.DataAerial.Guid = null;
this.DataAerial.Interaction = null;
this.DataAerial.MasterComponent = null;
//
// DataBand1
//
this.DataBand1 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 7, 7.49, 0.4);
this.DataBand1.DataSourceName = "Notes";
this.DataBand1.Name = "DataBand1";
this.DataBand1.Sort = new System.String[0];
this.DataBand1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text17
//
this.Text17 = new Stimulsoft.Report.Components.StiText();
this.Text17.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.1, 0, 0.9, 0.2);
this.Text17.Guid = "84a22f65b9b04dce94426c4b07aa3db1";
this.Text17.Name = "Text17";
this.Text17.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text17__GetValue);
this.Text17.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text17.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text17.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text17.Interaction = null;
this.Text17.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text17.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text17.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text50
//
this.Text50 = new Stimulsoft.Report.Components.StiText();
this.Text50.AutoWidth = true;
this.Text50.CanGrow = true;
this.Text50.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 7.4, 0.2);
this.Text50.Name = "Text50";
this.Text50.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text50__GetValue);
this.Text50.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text50.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightGray);
this.Text50.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text50.Guid = null;
this.Text50.Interaction = null;
this.Text50.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text50.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text50.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand1.DataRelationName = null;
this.DataBand1.Guid = null;
this.DataBand1.Interaction = null;
this.DataBand1.MasterComponent = null;
//
// GroupFooterBand2
//
this.GroupFooterBand2 = new Stimulsoft.Report.Components.StiGroupFooterBand();
this.GroupFooterBand2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 7.8, 7.49, 0.2);
this.GroupFooterBand2.Name = "GroupFooterBand2";
this.GroupFooterBand2.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupFooterBand2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.GroupFooterBand2.Guid = null;
this.GroupFooterBand2.Interaction = null;
//
// GroupHeaderBand3
//
this.GroupHeaderBand3 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeaderBand3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 8.4, 7.49, 0.3);
this.GroupHeaderBand3.Name = "GroupHeaderBand3";
this.GroupHeaderBand3.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupHeaderBand3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text53
//
this.Text53 = new Stimulsoft.Report.Components.StiText();
this.Text53.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.1, 1, 0.2);
this.Text53.Name = "Text53";
this.Text53.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text53__GetValue);
this.Text53.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.InitializeComponent2();
}

public void InitializeComponent2()
{
this.Text53.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text53.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text53.Guid = null;
this.Text53.Interaction = null;
this.Text53.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text53.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text53.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.GroupHeaderBand3.Guid = null;
this.GroupHeaderBand3.Interaction = null;
//
// DataBand2
//
this.DataBand2 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 9.1, 7.49, 0.2);
this.DataBand2.DataSourceName = "LidarAcq";
this.DataBand2.Name = "DataBand2";
this.DataBand2.Sort = new System.String[] {
"DESC",
"ID"};
this.DataBand2.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataBand2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text51
//
this.Text51 = new Stimulsoft.Report.Components.StiText();
this.Text51.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 7.4, 0.2);
this.Text51.Name = "Text51";
this.Text51.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text51__GetValue);
this.Text51.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text51.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Gainsboro);
this.Text51.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text51.Guid = null;
this.Text51.Interaction = null;
this.Text51.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text51.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text51.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand2.DataRelationName = null;
this.DataBand2.Guid = null;
this.DataBand2.Interaction = null;
this.DataBand2.MasterComponent = null;
//
// DataBand3
//
this.DataBand3 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 9.7, 7.49, 0.4);
this.DataBand3.Name = "DataBand3";
this.DataBand3.Sort = new System.String[0];
this.DataBand3.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataBand3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text54
//
this.Text54 = new Stimulsoft.Report.Components.StiText();
this.Text54.AutoWidth = true;
this.Text54.CanGrow = true;
this.Text54.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 7.4, 0.2);
this.Text54.GrowToHeight = true;
this.Text54.Name = "Text54";
this.Text54.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text54__GetValue);
this.Text54.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text54.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightGray);
this.Text54.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text54.Guid = null;
this.Text54.Interaction = null;
this.Text54.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text54.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text54.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text55
//
this.Text55 = new Stimulsoft.Report.Components.StiText();
this.Text55.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 1.4, 0.2);
this.Text55.Name = "Text55";
this.Text55.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text55__GetValue);
this.Text55.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text55.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text55.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text55.Guid = null;
this.Text55.Interaction = null;
this.Text55.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text55.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text55.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand3.Guid = null;
this.DataBand3.Interaction = null;
this.DataBand3.MasterComponent = null;
//
// GroupFooterBand3
//
this.GroupFooterBand3 = new Stimulsoft.Report.Components.StiGroupFooterBand();
this.GroupFooterBand3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 10.5, 7.49, 0.3);
this.GroupFooterBand3.Name = "GroupFooterBand3";
this.GroupFooterBand3.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupFooterBand3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.GroupFooterBand3.Guid = null;
this.GroupFooterBand3.Interaction = null;
//
// RoundedRectanglePrimitive1
//
this.RoundedRectanglePrimitive1 = new Stimulsoft.Report.Components.StiRoundedRectanglePrimitive();
this.RoundedRectanglePrimitive1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.1, 1.1, 6.9, 0.8);
this.RoundedRectanglePrimitive1.Color = System.Drawing.Color.Black;
this.RoundedRectanglePrimitive1.Guid = "d25e7a6083af42c8bd50982409d67341";
this.RoundedRectanglePrimitive1.Name = "RoundedRectanglePrimitive1";
this.RoundedRectanglePrimitive1.Round = 0.2F;
this.RoundedRectanglePrimitive1.Size = 2F;
this.RoundedRectanglePrimitive1.Interaction = null;
this.Page1.ExcelSheetValue = null;
this.Page1.Interaction = null;
this.Page1.Margins = new Stimulsoft.Report.Components.StiMargins(0.39, 0.39, 0.39, 0.39);
this.Page1_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.Page1_Watermark.Font = new System.Drawing.Font("Arial", 100F);
this.Page1_Watermark.Image = null;
this.Page1_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// Page2
//
this.Page2 = new Stimulsoft.Report.Components.StiPage();
this.Page2.Guid = "bfedfd5b6b764dc1881933df0765fe3b";
this.Page2.Name = "Page2";
this.Page2.PageHeight = 11.69;
this.Page2.PageWidth = 8.27;
this.Page2.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));
this.Page2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// GroupHeaderBand4
//
this.GroupHeaderBand4 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeaderBand4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 7.49, 0.2);
this.GroupHeaderBand4.Name = "GroupHeaderBand4";
this.GroupHeaderBand4.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupHeaderBand4.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text52
//
this.Text52 = new Stimulsoft.Report.Components.StiText();
this.Text52.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.1, 0, 0.7, 0.2);
this.Text52.Name = "Text52";
this.Text52.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text52__GetValue);
this.Text52.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text52.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text52.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text52.Guid = null;
this.Text52.Interaction = null;
this.Text52.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text52.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text52.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.GroupHeaderBand4.Guid = null;
this.GroupHeaderBand4.Interaction = null;
//
// DataBandControlSurvey
//
this.DataBandControlSurvey = new Stimulsoft.Report.Components.StiDataBand();
this.DataBandControlSurvey.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.8, 7.49, 0.2);
this.DataBandControlSurvey.DataSourceName = "Control";
this.DataBandControlSurvey.Name = "DataBandControlSurvey";
this.DataBandControlSurvey.Sort = new System.String[] {
"DESC",
"ID"};
this.DataBandControlSurvey.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataBandControlSurvey.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text56
//
this.Text56 = new Stimulsoft.Report.Components.StiText();
this.Text56.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 7.3, 0.2);
this.Text56.Name = "Text56";
this.Text56.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text56__GetValue);
this.Text56.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text56.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Gainsboro);
this.Text56.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text56.Guid = null;
this.Text56.Interaction = null;
this.Text56.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text56.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text56.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBandControlSurvey.DataRelationName = null;
this.DataBandControlSurvey.Guid = null;
this.DataBandControlSurvey.Interaction = null;
this.DataBandControlSurvey.MasterComponent = null;
//
// DataBand5
//
this.DataBand5 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 1.4, 7.49, 0.4);
this.DataBand5.Name = "DataBand5";
this.DataBand5.Sort = new System.String[0];
this.DataBand5.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataBand5.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text57
//
this.Text57 = new Stimulsoft.Report.Components.StiText();
this.Text57.AutoWidth = true;
this.Text57.CanGrow = true;
this.Text57.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 7.3, 0.2);
this.Text57.GrowToHeight = true;
this.Text57.Name = "Text57";
this.Text57.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text57__GetValue);
this.Text57.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text57.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightGray);
this.Text57.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text57.Guid = null;
this.Text57.Interaction = null;
this.Text57.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text57.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text57.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text58
//
this.Text58 = new Stimulsoft.Report.Components.StiText();
this.Text58.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 1.4, 0.2);
this.Text58.Name = "Text58";
this.Text58.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text58__GetValue);
this.Text58.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text58.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text58.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text58.Guid = null;
this.Text58.Interaction = null;
this.Text58.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text58.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text58.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand5.Guid = null;
this.DataBand5.Interaction = null;
this.DataBand5.MasterComponent = null;
//
// GroupFooterBand4
//
this.GroupFooterBand4 = new Stimulsoft.Report.Components.StiGroupFooterBand();
this.GroupFooterBand4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2.2, 7.49, 0.1);
this.GroupFooterBand4.Name = "GroupFooterBand4";
this.GroupFooterBand4.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupFooterBand4.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.GroupFooterBand4.Guid = null;
this.GroupFooterBand4.Interaction = null;
//
// GroupHeaderBand5
//
this.GroupHeaderBand5 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeaderBand5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2.7, 7.49, 0.2);
this.GroupHeaderBand5.Name = "GroupHeaderBand5";
this.GroupHeaderBand5.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupHeaderBand5.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text59
//
this.Text59 = new Stimulsoft.Report.Components.StiText();
this.Text59.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.1, 0, 0.6, 0.2);
this.Text59.Name = "Text59";
this.Text59.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text59__GetValue);
this.Text59.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text59.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text59.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text59.Guid = null;
this.Text59.Interaction = null;
this.Text59.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text59.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text59.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.GroupHeaderBand5.Guid = null;
this.GroupHeaderBand5.Interaction = null;
//
// DataBand4
//
this.DataBand4 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 3.3, 7.49, 0.2);
this.DataBand4.DataSourceName = "Analytics";
this.DataBand4.Name = "DataBand4";
this.DataBand4.Sort = new System.String[] {
"DESC",
"ID"};
this.DataBand4.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataBand4.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text62
//
this.Text62 = new Stimulsoft.Report.Components.StiText();
this.Text62.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 7.3, 0.2);
this.Text62.Name = "Text62";
this.Text62.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text62__GetValue);
this.Text62.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text62.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Gainsboro);
this.Text62.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text62.Guid = null;
this.Text62.Interaction = null;
this.Text62.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text62.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text62.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand4.DataRelationName = null;
this.DataBand4.Guid = null;
this.DataBand4.Interaction = null;
this.DataBand4.MasterComponent = null;
//
// DataBand6
//
this.DataBand6 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 3.9, 7.49, 0.4);
this.DataBand6.Name = "DataBand6";
this.DataBand6.Sort = new System.String[0];
this.DataBand6.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataBand6.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text60
//
this.Text60 = new Stimulsoft.Report.Components.StiText();
this.Text60.AutoWidth = true;
this.Text60.CanGrow = true;
this.Text60.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 7.3, 0.2);
this.Text60.GrowToHeight = true;
this.Text60.Name = "Text60";
this.Text60.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text60__GetValue);
this.Text60.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text60.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightGray);
this.Text60.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text60.Guid = null;
this.Text60.Interaction = null;
this.Text60.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text60.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text60.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text61
//
this.Text61 = new Stimulsoft.Report.Components.StiText();
this.Text61.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 1, 0.2);
this.Text61.Name = "Text61";
this.Text61.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text61__GetValue);
this.Text61.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text61.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text61.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text61.Guid = null;
this.Text61.Interaction = null;
this.Text61.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text61.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text61.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand6.Guid = null;
this.DataBand6.Interaction = null;
this.DataBand6.MasterComponent = null;
//
// GroupFooterBand5
//
this.GroupFooterBand5 = new Stimulsoft.Report.Components.StiGroupFooterBand();
this.GroupFooterBand5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4.7, 7.49, 0);
this.GroupFooterBand5.Name = "GroupFooterBand5";
this.GroupFooterBand5.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupFooterBand5.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.GroupFooterBand5.Guid = null;
this.GroupFooterBand5.Interaction = null;
//
// GroupHeaderBand6
//
this.GroupHeaderBand6 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeaderBand6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 5.1, 7.49, 0.2);
this.GroupHeaderBand6.Name = "GroupHeaderBand6";
this.GroupHeaderBand6.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupHeaderBand6.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text63
//
this.Text63 = new Stimulsoft.Report.Components.StiText();
this.Text63.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.1, 0, 0.6, 0.2);
this.Text63.Name = "Text63";
this.Text63.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text63__GetValue);
this.Text63.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text63.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text63.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text63.Guid = null;
this.Text63.Interaction = null;
this.Text63.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text63.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text63.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.GroupHeaderBand6.Guid = null;
this.GroupHeaderBand6.Interaction = null;
//
// DataBand7
//
this.DataBand7 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 5.7, 7.49, 0.2);
this.DataBand7.DataSourceName = "PhotoLab";
this.DataBand7.Name = "DataBand7";
this.DataBand7.Sort = new System.String[] {
"DESC",
"ID"};
this.DataBand7.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataBand7.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text66
//
this.Text66 = new Stimulsoft.Report.Components.StiText();
this.Text66.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 7.3, 0.2);
this.Text66.Name = "Text66";
this.Text66.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text66__GetValue);
this.Text66.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text66.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Gainsboro);
this.Text66.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text66.Guid = null;
this.Text66.Interaction = null;
this.Text66.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text66.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text66.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand7.DataRelationName = null;
this.DataBand7.Guid = null;
this.DataBand7.Interaction = null;
this.DataBand7.MasterComponent = null;
//
// DataBand8
//
this.DataBand8 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 6.3, 7.49, 0.4);
this.DataBand8.Name = "DataBand8";
this.DataBand8.Sort = new System.String[0];
this.DataBand8.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataBand8.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text64
//
this.Text64 = new Stimulsoft.Report.Components.StiText();
this.Text64.AutoWidth = true;
this.Text64.CanGrow = true;
this.Text64.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 7.3, 0.2);
this.Text64.GrowToHeight = true;
this.Text64.Name = "Text64";
this.Text64.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text64__GetValue);
this.Text64.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text64.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightGray);
this.Text64.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text64.Guid = null;
this.Text64.Interaction = null;
this.Text64.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text64.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text64.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text65
//
this.Text65 = new Stimulsoft.Report.Components.StiText();
this.Text65.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 1.4, 0.2);
this.Text65.Name = "Text65";
this.Text65.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text65__GetValue);
this.Text65.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text65.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text65.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text65.Guid = null;
this.Text65.Interaction = null;
this.Text65.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text65.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text65.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand8.Guid = null;
this.DataBand8.Interaction = null;
this.DataBand8.MasterComponent = null;
//
// GroupHeaderBand7
//
this.GroupHeaderBand7 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeaderBand7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 7.1, 7.49, 0.2);
this.GroupHeaderBand7.Name = "GroupHeaderBand7";
this.GroupHeaderBand7.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupHeaderBand7.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text67
//
this.Text67 = new Stimulsoft.Report.Components.StiText();
this.Text67.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 0.8, 0.2);
this.Text67.Name = "Text67";
this.Text67.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text67__GetValue);
this.Text67.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text67.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text67.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text67.Guid = null;
this.Text67.Interaction = null;
this.Text67.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text67.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text67.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.GroupHeaderBand7.Guid = null;
this.GroupHeaderBand7.Interaction = null;
//
// DataBand9
//
this.DataBand9 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand9.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 7.7, 7.49, 0.2);
this.DataBand9.DataSourceName = "StereoComp";
this.DataBand9.Name = "DataBand9";
this.DataBand9.Sort = new System.String[] {
"DESC",
"ID"};
this.DataBand9.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));
this.DataBand9.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text68
//
this.Text68 = new Stimulsoft.Report.Components.StiText();
this.Text68.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 7.3, 0.2);
this.Text68.Name = "Text68";
this.Text68.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text68__GetValue);
this.Text68.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text68.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Gainsboro);
this.Text68.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text68.Guid = null;
this.Text68.Interaction = null;
this.Text68.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text68.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text68.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand9.DataRelationName = null;
this.DataBand9.Guid = null;
this.DataBand9.Interaction = null;
this.DataBand9.MasterComponent = null;
//
// DataBand10
//
this.DataBand10 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand10.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 8.3, 7.49, 0.4);
this.DataBand10.Name = "DataBand10";
this.DataBand10.Sort = new System.String[0];
this.DataBand10.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataBand10.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text69
//
this.Text69 = new Stimulsoft.Report.Components.StiText();
this.Text69.AutoWidth = true;
this.Text69.CanGrow = true;
this.Text69.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 7.3, 0.2);
this.Text69.GrowToHeight = true;
this.Text69.Name = "Text69";
this.Text69.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text69__GetValue);
this.Text69.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text69.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightGray);
this.Text69.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text69.Guid = null;
this.Text69.Interaction = null;
this.Text69.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text69.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text69.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text70
//
this.Text70 = new Stimulsoft.Report.Components.StiText();
this.Text70.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 1.5, 0.2);
this.Text70.Name = "Text70";
this.Text70.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text70__GetValue);
this.Text70.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text70.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text70.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text70.Guid = null;
this.Text70.Interaction = null;
this.Text70.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text70.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text70.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand10.Guid = null;
this.DataBand10.Interaction = null;
this.DataBand10.MasterComponent = null;
//
// GroupFooterBand6
//
this.GroupFooterBand6 = new Stimulsoft.Report.Components.StiGroupFooterBand();
this.GroupFooterBand6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 9.1, 7.49, 0);
this.GroupFooterBand6.Name = "GroupFooterBand6";
this.GroupFooterBand6.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupFooterBand6.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.GroupFooterBand6.Guid = null;
this.GroupFooterBand6.Interaction = null;
this.Page2.ExcelSheetValue = null;
this.Page2.Interaction = null;
this.Page2.Margins = new Stimulsoft.Report.Components.StiMargins(0.39, 0.39, 0.39, 0.39);
this.Page2_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.Page2_Watermark.Font = new System.Drawing.Font("Arial", 100F);
this.Page2_Watermark.Image = null;
this.Page2_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
//
// Page3
//
this.Page3 = new Stimulsoft.Report.Components.StiPage();
this.Page3.Guid = "ddff9cc968c04455bcc6bef406587f8b";
this.Page3.Name = "Page3";
this.Page3.PageHeight = 11.69;
this.Page3.PageWidth = 8.27;
this.Page3.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));
this.Page3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// GroupHeaderBand8
//
this.GroupHeaderBand8 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeaderBand8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 7.49, 0.2);
this.GroupHeaderBand8.Name = "GroupHeaderBand8";
this.GroupHeaderBand8.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupHeaderBand8.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text71
//
this.Text71 = new Stimulsoft.Report.Components.StiText();
this.Text71.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 0.5, 0.2);
this.Text71.Name = "Text71";
this.Text71.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text71__GetValue);
this.Text71.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text71.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text71.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text71.Guid = null;
this.Text71.Interaction = null;
this.Text71.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text71.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text71.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.GroupHeaderBand8.Guid = null;
this.GroupHeaderBand8.Interaction = null;
//
// DataBand11
//
this.DataBand11 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand11.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.8, 7.49, 0.2);
this.DataBand11.DataSourceName = "Ortho";
this.DataBand11.Name = "DataBand11";
this.DataBand11.Sort = new System.String[] {
"DESC",
"ID"};
this.DataBand11.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataBand11.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text72
//
this.Text72 = new Stimulsoft.Report.Components.StiText();
this.Text72.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 7.3, 0.2);
this.Text72.Name = "Text72";
this.Text72.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text72__GetValue);
this.Text72.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text72.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Gainsboro);
this.Text72.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text72.Guid = null;
this.Text72.Interaction = null;
this.Text72.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text72.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text72.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand11.DataRelationName = null;
this.DataBand11.Guid = null;
this.DataBand11.Interaction = null;
this.DataBand11.MasterComponent = null;
//
// DataBand12
//
this.DataBand12 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand12.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 1.4, 7.49, 0.4);
this.DataBand12.Name = "DataBand12";
this.DataBand12.Sort = new System.String[0];
this.DataBand12.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataBand12.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text73
//
this.Text73 = new Stimulsoft.Report.Components.StiText();
this.Text73.AutoWidth = true;
this.Text73.CanGrow = true;
this.Text73.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 7.3, 0.2);
this.Text73.GrowToHeight = true;
this.Text73.Name = "Text73";
this.Text73.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text73__GetValue);
this.Text73.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text73.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightGray);
this.Text73.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text73.Guid = null;
this.Text73.Interaction = null;
this.Text73.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text73.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text73.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text74
//
this.Text74 = new Stimulsoft.Report.Components.StiText();
this.Text74.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 1.2, 0.2);
this.Text74.Name = "Text74";
this.Text74.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text74__GetValue);
this.Text74.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text74.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text74.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text74.Guid = null;
this.Text74.Interaction = null;
this.Text74.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text74.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text74.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand12.Guid = null;
this.DataBand12.Interaction = null;
this.DataBand12.MasterComponent = null;
//
// GroupFooterBand7
//
this.GroupFooterBand7 = new Stimulsoft.Report.Components.StiGroupFooterBand();
this.GroupFooterBand7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2.2, 7.49, 0);
this.GroupFooterBand7.Name = "GroupFooterBand7";
this.GroupFooterBand7.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupFooterBand7.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.GroupFooterBand7.Guid = null;
this.GroupFooterBand7.Interaction = null;
//
// GroupHeaderBand11
//
this.GroupHeaderBand11 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeaderBand11.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2.6, 7.49, 0.2);
this.GroupHeaderBand11.Name = "GroupHeaderBand11";
this.GroupHeaderBand11.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupHeaderBand11.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text83
//
this.Text83 = new Stimulsoft.Report.Components.StiText();
this.Text83.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 0.6, 0.2);
this.Text83.Guid = "9af148c2b21043cca8e6e36e8b9fd62d";
this.Text83.Name = "Text83";
this.Text83.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text83__GetValue);
this.Text83.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text83.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text83.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text83.Interaction = null;
this.Text83.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text83.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text83.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.GroupHeaderBand11.Guid = null;
this.GroupHeaderBand11.Interaction = null;
//
// DataGraphics
//
this.DataGraphics = new Stimulsoft.Report.Components.StiDataBand();
this.DataGraphics.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 3.2, 7.49, 0.2);
this.DataGraphics.DataSourceName = "Graphics";
this.DataGraphics.Name = "DataGraphics";
this.DataGraphics.Sort = new System.String[] {
"DESC",
"ID"};
this.DataGraphics.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataGraphics.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DataGraphics_Graphics_Edit
//
this.DataGraphics_Graphics_Edit = new Stimulsoft.Report.Components.StiText();
this.DataGraphics_Graphics_Edit.CanGrow = true;
this.DataGraphics_Graphics_Edit.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 7.3, 0.2);
this.DataGraphics_Graphics_Edit.Name = "DataGraphics_Graphics_Edit";
this.DataGraphics_Graphics_Edit.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.DataGraphics_Graphics_Edit__GetValue);
this.DataGraphics_Graphics_Edit.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.DataGraphics_Graphics_Edit.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataGraphics_Graphics_Edit.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightGray);
this.DataGraphics_Graphics_Edit.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.DataGraphics_Graphics_Edit.Guid = null;
this.DataGraphics_Graphics_Edit.Interaction = null;
this.DataGraphics_Graphics_Edit.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.DataGraphics_Graphics_Edit.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.DataGraphics_Graphics_Edit.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataGraphics.DataRelationName = null;
this.DataGraphics.Guid = null;
this.DataGraphics.Interaction = null;
this.DataGraphics.MasterComponent = null;
//
// DataBand16
//
this.DataBand16 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand16.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 3.8, 7.49, 0.4);
this.DataBand16.Name = "DataBand16";
this.DataBand16.Sort = new System.String[0];
this.DataBand16.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataBand16.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text86
//
this.Text86 = new Stimulsoft.Report.Components.StiText();
this.Text86.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 1.2, 0.2);
this.Text86.Name = "Text86";
this.Text86.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text86__GetValue);
this.Text86.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text86.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text86.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text86.Guid = null;
this.Text86.Interaction = null;
this.Text86.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text86.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text86.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text85
//
this.Text85 = new Stimulsoft.Report.Components.StiText();
this.Text85.AutoWidth = true;
this.Text85.CanGrow = true;
this.Text85.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 7.3, 0.2);
this.Text85.GrowToHeight = true;
this.Text85.Name = "Text85";
this.Text85.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text85__GetValue);
this.Text85.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text85.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightGray);
this.Text85.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text85.Guid = null;
this.Text85.Interaction = null;
this.Text85.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text85.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text85.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand16.Guid = null;
this.DataBand16.Interaction = null;
this.DataBand16.MasterComponent = null;
//
// GroupFooterBand10
//
this.GroupFooterBand10 = new Stimulsoft.Report.Components.StiGroupFooterBand();
this.GroupFooterBand10.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4.6, 7.49, 0);
this.GroupFooterBand10.Name = "GroupFooterBand10";
this.GroupFooterBand10.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupFooterBand10.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.GroupFooterBand10.Guid = null;
this.GroupFooterBand10.Interaction = null;
//
// GroupHeaderBand9
//
this.GroupHeaderBand9 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeaderBand9.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 5, 7.49, 0.2);
this.GroupHeaderBand9.Enabled = false;
this.GroupHeaderBand9.Name = "GroupHeaderBand9";
this.GroupHeaderBand9.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupHeaderBand9.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text75
//
this.Text75 = new Stimulsoft.Report.Components.StiText();
this.Text75.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 0.7, 0.2);
this.Text75.Name = "Text75";
this.Text75.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text75__GetValue);
this.Text75.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text75.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text75.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text75.Guid = null;
this.Text75.Interaction = null;
this.Text75.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text75.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text75.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.GroupHeaderBand9.Guid = null;
this.GroupHeaderBand9.Interaction = null;
//
// DataBand13
//
this.DataBand13 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand13.CanShrink = true;
this.DataBand13.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 5.6, 7.49, 0.2);
this.DataBand13.DataSourceName = "LidarProd";
this.DataBand13.Name = "DataBand13";
this.DataBand13.Sort = new System.String[0];
this.DataBand13.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataBand13.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text78
//
this.Text78 = new Stimulsoft.Report.Components.StiText();
this.Text78.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 7.3, 0.2);
this.Text78.Name = "Text78";
this.Text78.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text78__GetValue);
this.Text78.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text78.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Gainsboro);
this.Text78.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text78.Guid = null;
this.Text78.Interaction = null;
this.Text78.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text78.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text78.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand13.DataRelationName = null;
this.DataBand13.Guid = null;
this.DataBand13.Interaction = null;
this.DataBand13.MasterComponent = null;
//
// DataLidar_Prod_Memo
//
this.DataLidar_Prod_Memo = new Stimulsoft.Report.Components.StiDataBand();
this.DataLidar_Prod_Memo.CanShrink = true;
this.DataLidar_Prod_Memo.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 6.2, 7.49, 0.3);
this.DataLidar_Prod_Memo.DataSourceName = "Lidar_Prod_Memo";
this.DataLidar_Prod_Memo.Name = "DataLidar_Prod_Memo";
this.DataLidar_Prod_Memo.Sort = new System.String[0];
this.DataLidar_Prod_Memo.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataLidar_Prod_Memo.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text76
//
this.Text76 = new Stimulsoft.Report.Components.StiText();
this.Text76.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 7.3, 0.2);
this.Text76.Name = "Text76";
this.Text76.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text76__GetValue);
this.Text76.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text76.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text76.Font = new System.Drawing.Font("Arial", 10F, ((System.Drawing.FontStyle.Regular | System.Drawing.FontStyle.Bold)
| System.Drawing.FontStyle.Underline));
this.Text76.Guid = null;
this.Text76.Interaction = null;
this.Text76.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text76.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text76.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text77
//
this.Text77 = new Stimulsoft.Report.Components.StiText();
this.Text77.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 1.1, 0.2);
this.Text77.Name = "Text77";
this.Text77.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text77__GetValue);
this.Text77.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text77.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text77.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text77.Guid = null;
this.Text77.Interaction = null;
this.Text77.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text77.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text77.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataLidar_Prod_Memo.Guid = null;
this.DataLidar_Prod_Memo.Interaction = null;
this.DataLidar_Prod_Memo.MasterComponent = null;
//
// GroupFooterBand8
//
this.GroupFooterBand8 = new Stimulsoft.Report.Components.StiGroupFooterBand();
this.GroupFooterBand8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 6.9, 7.49, 0);
this.GroupFooterBand8.Name = "GroupFooterBand8";
this.GroupFooterBand8.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupFooterBand8.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.GroupFooterBand8.Guid = null;
this.GroupFooterBand8.Interaction = null;
//
// GroupHeaderBand10
//
this.GroupHeaderBand10 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeaderBand10.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 7.3, 7.49, 0.2);
this.GroupHeaderBand10.Name = "GroupHeaderBand10";
this.GroupHeaderBand10.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupHeaderBand10.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text79
//
this.Text79 = new Stimulsoft.Report.Components.StiText();
this.Text79.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 0.3, 0.2);
this.Text79.Name = "Text79";
this.Text79.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text79__GetValue);
this.Text79.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text79.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text79.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text79.Guid = null;
this.Text79.Interaction = null;
this.Text79.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text79.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text79.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.GroupHeaderBand10.Guid = null;
this.GroupHeaderBand10.Interaction = null;
//
// DataBand15
//
this.DataBand15 = new Stimulsoft.Report.Components.StiDataBand();
this.DataBand15.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 7.9, 7.49, 0.4);
this.DataBand15.Name = "DataBand15";
this.DataBand15.Sort = new System.String[0];
this.DataBand15.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataBand15.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text80
//
this.Text80 = new Stimulsoft.Report.Components.StiText();
this.Text80.AutoWidth = true;
this.Text80.CanGrow = true;
this.Text80.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 7.3, 0.2);
this.Text80.GrowToHeight = true;
this.Text80.Name = "Text80";
this.Text80.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text80__GetValue);
this.Text80.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text80.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.LightGray);
this.Text80.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text80.Guid = null;
this.Text80.Interaction = null;
this.Text80.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text80.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text80.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text81
//
this.Text81 = new Stimulsoft.Report.Components.StiText();
this.Text81.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 0.7, 0.2);
this.Text81.Name = "Text81";
this.Text81.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text81__GetValue);
this.Text81.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text81.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text81.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.Text81.Guid = null;
this.Text81.Interaction = null;
this.Text81.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text81.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text81.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataBand15.Guid = null;
this.DataBand15.Interaction = null;
this.DataBand15.MasterComponent = null;
//
// GroupFooterBand9
//
this.GroupFooterBand9 = new Stimulsoft.Report.Components.StiGroupFooterBand();
this.GroupFooterBand9.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 8.7, 7.49, 0);
this.GroupFooterBand9.Name = "GroupFooterBand9";
this.GroupFooterBand9.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupFooterBand9.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.GroupFooterBand9.Guid = null;
this.GroupFooterBand9.Interaction = null;
this.Page3.ExcelSheetValue = null;
this.Page3.Interaction = null;
this.Page3.Margins = new Stimulsoft.Report.Components.StiMargins(0.39, 0.39, 0.39, 0.39);
this.Page3_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.Page3_Watermark.Font = new System.Drawing.Font("Arial", 100F);
this.Page3_Watermark.Image = null;
this.Page3_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
this.Report_PrinterSettings = new Stimulsoft.Report.Print.StiPrinterSettings();
this.PrinterSettings = this.Report_PrinterSettings;
this.Page1.Page = this.Page1;
this.Page1.Report = this;
this.Page1.Watermark = this.Page1_Watermark;
this.DataWorkOrder_Details_Print_Zip.Page = this.Page1;
this.DataWorkOrder_Details_Print_Zip.Parent = this.Page1;
this.Text36.Page = this.Page1;
this.Text36.Parent = this.Page1;
this.Photogrammetry_Work_Order.Page = this.Page1;
this.Photogrammetry_Work_Order.Parent = this.Page1;
this.Text1.Page = this.Page1;
this.Text1.Parent = this.Photogrammetry_Work_Order;
this.Text40.Page = this.Page1;
this.Text40.Parent = this.Photogrammetry_Work_Order;
this.Text41.Page = this.Page1;
this.Text41.Parent = this.Photogrammetry_Work_Order;
this.Text39.Page = this.Page1;
this.Text39.Parent = this.Photogrammetry_Work_Order;
this.InitializeComponent3();
}

public void InitializeComponent3()
{
this.Text38.Page = this.Page1;
this.Text38.Parent = this.Photogrammetry_Work_Order;
this.HorizontalLinePrimitive1.Page = this.Page1;
this.HorizontalLinePrimitive1.Parent = this.Photogrammetry_Work_Order;
this.DataWorkOrder_Details_Print.Page = this.Page1;
this.DataWorkOrder_Details_Print.Parent = this.Page1;
this.Text2.Page = this.Page1;
this.Text2.Parent = this.DataWorkOrder_Details_Print;
this.Text3.Page = this.Page1;
this.Text3.Parent = this.DataWorkOrder_Details_Print;
this.Text4.Page = this.Page1;
this.Text4.Parent = this.DataWorkOrder_Details_Print;
this.Text5.Page = this.Page1;
this.Text5.Parent = this.DataWorkOrder_Details_Print;
this.Text6.Page = this.Page1;
this.Text6.Parent = this.DataWorkOrder_Details_Print;
this.Text7.Page = this.Page1;
this.Text7.Parent = this.DataWorkOrder_Details_Print;
this.Text8.Page = this.Page1;
this.Text8.Parent = this.DataWorkOrder_Details_Print;
this.Text9.Page = this.Page1;
this.Text9.Parent = this.DataWorkOrder_Details_Print;
this.Text10.Page = this.Page1;
this.Text10.Parent = this.DataWorkOrder_Details_Print;
this.Text11.Page = this.Page1;
this.Text11.Parent = this.DataWorkOrder_Details_Print;
this.Text12.Page = this.Page1;
this.Text12.Parent = this.DataWorkOrder_Details_Print;
this.Text13.Page = this.Page1;
this.Text13.Parent = this.DataWorkOrder_Details_Print;
this.Text18.Page = this.Page1;
this.Text18.Parent = this.DataWorkOrder_Details_Print;
this.Text19.Page = this.Page1;
this.Text19.Parent = this.DataWorkOrder_Details_Print;
this.Text20.Page = this.Page1;
this.Text20.Parent = this.DataWorkOrder_Details_Print;
this.Text21.Page = this.Page1;
this.Text21.Parent = this.DataWorkOrder_Details_Print;
this.Text22.Page = this.Page1;
this.Text22.Parent = this.DataWorkOrder_Details_Print;
this.Text23.Page = this.Page1;
this.Text23.Parent = this.DataWorkOrder_Details_Print;
this.Text24.Page = this.Page1;
this.Text24.Parent = this.DataWorkOrder_Details_Print;
this.Text25.Page = this.Page1;
this.Text25.Parent = this.DataWorkOrder_Details_Print;
this.Text26.Page = this.Page1;
this.Text26.Parent = this.DataWorkOrder_Details_Print;
this.Text27.Page = this.Page1;
this.Text27.Parent = this.DataWorkOrder_Details_Print;
this.Text28.Page = this.Page1;
this.Text28.Parent = this.DataWorkOrder_Details_Print;
this.Text29.Page = this.Page1;
this.Text29.Parent = this.DataWorkOrder_Details_Print;
this.Text30.Page = this.Page1;
this.Text30.Parent = this.DataWorkOrder_Details_Print;
this.Text31.Page = this.Page1;
this.Text31.Parent = this.DataWorkOrder_Details_Print;
this.Text34.Page = this.Page1;
this.Text34.Parent = this.DataWorkOrder_Details_Print;
this.Text32.Page = this.Page1;
this.Text32.Parent = this.DataWorkOrder_Details_Print;
this.Text33.Page = this.Page1;
this.Text33.Parent = this.DataWorkOrder_Details_Print;
this.Text35.Page = this.Page1;
this.Text35.Parent = this.DataWorkOrder_Details_Print;
this.Text42.Page = this.Page1;
this.Text42.Parent = this.DataWorkOrder_Details_Print;
this.Text43.Page = this.Page1;
this.Text43.Parent = this.DataWorkOrder_Details_Print;
this.Text44.Page = this.Page1;
this.Text44.Parent = this.DataWorkOrder_Details_Print;
this.Text45.Page = this.Page1;
this.Text45.Parent = this.DataWorkOrder_Details_Print;
this.Text37.Page = this.Page1;
this.Text37.Parent = this.DataWorkOrder_Details_Print;
this.Text14.Page = this.Page1;
this.Text14.Parent = this.DataWorkOrder_Details_Print;
this.HorizontalLinePrimitive2.Page = this.Page1;
this.HorizontalLinePrimitive2.Parent = this.DataWorkOrder_Details_Print;
this.StartPointPrimitive1.Page = this.Page1;
this.StartPointPrimitive1.Parent = this.DataWorkOrder_Details_Print;
this.EndPointPrimitive1.Page = this.Page1;
this.EndPointPrimitive1.Parent = this.DataWorkOrder_Details_Print;
this.GroupHeaderBand1.Page = this.Page1;
this.GroupHeaderBand1.Parent = this.Page1;
this.Text47.Page = this.Page1;
this.Text47.Parent = this.GroupHeaderBand1;
this.DataDeliverables.Page = this.Page1;
this.DataDeliverables.Parent = this.Page1;
this.Text46.Page = this.Page1;
this.Text46.Parent = this.DataDeliverables;
this.Text84.Page = this.Page1;
this.Text84.Parent = this.DataDeliverables;
this.DataNotes.Page = this.Page1;
this.DataNotes.Parent = this.Page1;
this.Text48.Page = this.Page1;
this.Text48.Parent = this.DataNotes;
this.Text49.Page = this.Page1;
this.Text49.Parent = this.DataNotes;
this.GroupFooterBand1.Page = this.Page1;
this.GroupFooterBand1.Parent = this.Page1;
this.GroupHeaderBand2.Page = this.Page1;
this.GroupHeaderBand2.Parent = this.Page1;
this.Text15.Page = this.Page1;
this.Text15.Parent = this.GroupHeaderBand2;
this.DataAerial.Page = this.Page1;
this.DataAerial.Parent = this.Page1;
this.Text16.Page = this.Page1;
this.Text16.Parent = this.DataAerial;
this.DataBand1.Page = this.Page1;
this.DataBand1.Parent = this.Page1;
this.Text17.Page = this.Page1;
this.Text17.Parent = this.DataBand1;
this.Text50.Page = this.Page1;
this.Text50.Parent = this.DataBand1;
this.GroupFooterBand2.Page = this.Page1;
this.GroupFooterBand2.Parent = this.Page1;
this.GroupHeaderBand3.Page = this.Page1;
this.GroupHeaderBand3.Parent = this.Page1;
this.Text53.Page = this.Page1;
this.Text53.Parent = this.GroupHeaderBand3;
this.DataBand2.Page = this.Page1;
this.DataBand2.Parent = this.Page1;
this.Text51.Page = this.Page1;
this.Text51.Parent = this.DataBand2;
this.DataBand3.Page = this.Page1;
this.DataBand3.Parent = this.Page1;
this.Text54.Page = this.Page1;
this.Text54.Parent = this.DataBand3;
this.Text55.Page = this.Page1;
this.Text55.Parent = this.DataBand3;
this.GroupFooterBand3.Page = this.Page1;
this.GroupFooterBand3.Parent = this.Page1;
this.RoundedRectanglePrimitive1.Page = this.Page1;
this.RoundedRectanglePrimitive1.Parent = this.Page1;
this.Page2.Page = this.Page2;
this.Page2.Report = this;
this.Page2.Watermark = this.Page2_Watermark;
this.GroupHeaderBand4.Page = this.Page2;
this.GroupHeaderBand4.Parent = this.Page2;
this.Text52.Page = this.Page2;
this.Text52.Parent = this.GroupHeaderBand4;
this.DataBandControlSurvey.Page = this.Page2;
this.DataBandControlSurvey.Parent = this.Page2;
this.Text56.Page = this.Page2;
this.Text56.Parent = this.DataBandControlSurvey;
this.DataBand5.Page = this.Page2;
this.DataBand5.Parent = this.Page2;
this.Text57.Page = this.Page2;
this.Text57.Parent = this.DataBand5;
this.Text58.Page = this.Page2;
this.Text58.Parent = this.DataBand5;
this.GroupFooterBand4.Page = this.Page2;
this.GroupFooterBand4.Parent = this.Page2;
this.GroupHeaderBand5.Page = this.Page2;
this.GroupHeaderBand5.Parent = this.Page2;
this.Text59.Page = this.Page2;
this.Text59.Parent = this.GroupHeaderBand5;
this.DataBand4.Page = this.Page2;
this.DataBand4.Parent = this.Page2;
this.Text62.Page = this.Page2;
this.Text62.Parent = this.DataBand4;
this.DataBand6.Page = this.Page2;
this.DataBand6.Parent = this.Page2;
this.Text60.Page = this.Page2;
this.Text60.Parent = this.DataBand6;
this.Text61.Page = this.Page2;
this.Text61.Parent = this.DataBand6;
this.GroupFooterBand5.Page = this.Page2;
this.GroupFooterBand5.Parent = this.Page2;
this.GroupHeaderBand6.Page = this.Page2;
this.GroupHeaderBand6.Parent = this.Page2;
this.Text63.Page = this.Page2;
this.Text63.Parent = this.GroupHeaderBand6;
this.DataBand7.Page = this.Page2;
this.DataBand7.Parent = this.Page2;
this.Text66.Page = this.Page2;
this.Text66.Parent = this.DataBand7;
this.DataBand8.Page = this.Page2;
this.DataBand8.Parent = this.Page2;
this.Text64.Page = this.Page2;
this.Text64.Parent = this.DataBand8;
this.Text65.Page = this.Page2;
this.Text65.Parent = this.DataBand8;
this.GroupHeaderBand7.Page = this.Page2;
this.GroupHeaderBand7.Parent = this.Page2;
this.Text67.Page = this.Page2;
this.Text67.Parent = this.GroupHeaderBand7;
this.DataBand9.Page = this.Page2;
this.DataBand9.Parent = this.Page2;
this.Text68.Page = this.Page2;
this.Text68.Parent = this.DataBand9;
this.DataBand10.Page = this.Page2;
this.DataBand10.Parent = this.Page2;
this.Text69.Page = this.Page2;
this.Text69.Parent = this.DataBand10;
this.Text70.Page = this.Page2;
this.Text70.Parent = this.DataBand10;
this.GroupFooterBand6.Page = this.Page2;
this.GroupFooterBand6.Parent = this.Page2;
this.Page3.Page = this.Page3;
this.Page3.Report = this;
this.Page3.Watermark = this.Page3_Watermark;
this.GroupHeaderBand8.Page = this.Page3;
this.GroupHeaderBand8.Parent = this.Page3;
this.Text71.Page = this.Page3;
this.Text71.Parent = this.GroupHeaderBand8;
this.DataBand11.Page = this.Page3;
this.DataBand11.Parent = this.Page3;
this.Text72.Page = this.Page3;
this.Text72.Parent = this.DataBand11;
this.DataBand12.Page = this.Page3;
this.DataBand12.Parent = this.Page3;
this.Text73.Page = this.Page3;
this.Text73.Parent = this.DataBand12;
this.Text74.Page = this.Page3;
this.Text74.Parent = this.DataBand12;
this.GroupFooterBand7.Page = this.Page3;
this.GroupFooterBand7.Parent = this.Page3;
this.GroupHeaderBand11.Page = this.Page3;
this.GroupHeaderBand11.Parent = this.Page3;
this.Text83.Page = this.Page3;
this.Text83.Parent = this.GroupHeaderBand11;
this.DataGraphics.Page = this.Page3;
this.DataGraphics.Parent = this.Page3;
this.DataGraphics_Graphics_Edit.Page = this.Page3;
this.DataGraphics_Graphics_Edit.Parent = this.DataGraphics;
this.DataBand16.Page = this.Page3;
this.DataBand16.Parent = this.Page3;
this.Text86.Page = this.Page3;
this.Text86.Parent = this.DataBand16;
this.Text85.Page = this.Page3;
this.Text85.Parent = this.DataBand16;
this.GroupFooterBand10.Page = this.Page3;
this.GroupFooterBand10.Parent = this.Page3;
this.GroupHeaderBand9.Page = this.Page3;
this.GroupHeaderBand9.Parent = this.Page3;
this.Text75.Page = this.Page3;
this.Text75.Parent = this.GroupHeaderBand9;
this.DataBand13.Page = this.Page3;
this.DataBand13.Parent = this.Page3;
this.Text78.Page = this.Page3;
this.Text78.Parent = this.DataBand13;
this.DataLidar_Prod_Memo.Page = this.Page3;
this.DataLidar_Prod_Memo.Parent = this.Page3;
this.Text76.Page = this.Page3;
this.Text76.Parent = this.DataLidar_Prod_Memo;
this.Text77.Page = this.Page3;
this.Text77.Parent = this.DataLidar_Prod_Memo;
this.GroupFooterBand8.Page = this.Page3;
this.GroupFooterBand8.Parent = this.Page3;
this.GroupHeaderBand10.Page = this.Page3;
this.GroupHeaderBand10.Parent = this.Page3;
this.Text79.Page = this.Page3;
this.Text79.Parent = this.GroupHeaderBand10;
this.DataBand15.Page = this.Page3;
this.DataBand15.Parent = this.Page3;
this.Text80.Page = this.Page3;
this.Text80.Parent = this.DataBand15;
this.Text81.Page = this.Page3;
this.Text81.Parent = this.DataBand15;
this.GroupFooterBand9.Page = this.Page3;
this.GroupFooterBand9.Parent = this.Page3;
//
// Add to Photogrammetry_Work_Order.Components
//
this.Photogrammetry_Work_Order.Components.Clear();
this.Photogrammetry_Work_Order.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text1,
this.Text40,
this.Text41,
this.Text39,
this.Text38,
this.HorizontalLinePrimitive1});
//
// Add to DataWorkOrder_Details_Print.Components
//
this.DataWorkOrder_Details_Print.Components.Clear();
this.DataWorkOrder_Details_Print.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text2,
this.Text3,
this.Text4,
this.Text5,
this.Text6,
this.Text7,
this.Text8,
this.Text9,
this.Text10,
this.Text11,
this.Text12,
this.Text13,
this.Text18,
this.Text19,
this.Text20,
this.Text21,
this.Text22,
this.Text23,
this.Text24,
this.Text25,
this.Text26,
this.Text27,
this.Text28,
this.Text29,
this.Text30,
this.Text31,
this.Text34,
this.Text32,
this.Text33,
this.Text35,
this.Text42,
this.Text43,
this.Text44,
this.Text45,
this.Text37,
this.Text14,
this.HorizontalLinePrimitive2,
this.StartPointPrimitive1,
this.EndPointPrimitive1});
//
// Add to GroupHeaderBand1.Components
//
this.GroupHeaderBand1.Components.Clear();
this.GroupHeaderBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text47});
//
// Add to DataDeliverables.Components
//
this.DataDeliverables.Components.Clear();
this.DataDeliverables.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text46,
this.Text84});
//
// Add to DataNotes.Components
//
this.DataNotes.Components.Clear();
this.DataNotes.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text48,
this.Text49});
//
// Add to GroupHeaderBand2.Components
//
this.GroupHeaderBand2.Components.Clear();
this.GroupHeaderBand2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text15});
//
// Add to DataAerial.Components
//
this.DataAerial.Components.Clear();
this.DataAerial.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text16});
//
// Add to DataBand1.Components
//
this.DataBand1.Components.Clear();
this.DataBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text17,
this.Text50});
//
// Add to GroupHeaderBand3.Components
//
this.GroupHeaderBand3.Components.Clear();
this.GroupHeaderBand3.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text53});
//
// Add to DataBand2.Components
//
this.DataBand2.Components.Clear();
this.DataBand2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text51});
//
// Add to DataBand3.Components
//
this.DataBand3.Components.Clear();
this.DataBand3.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text54,
this.Text55});
//
// Add to Page1.Components
//
this.Page1.Components.Clear();
this.Page1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataWorkOrder_Details_Print_Zip,
this.Text36,
this.Photogrammetry_Work_Order,
this.DataWorkOrder_Details_Print,
this.GroupHeaderBand1,
this.DataDeliverables,
this.DataNotes,
this.GroupFooterBand1,
this.GroupHeaderBand2,
this.DataAerial,
this.DataBand1,
this.GroupFooterBand2,
this.GroupHeaderBand3,
this.DataBand2,
this.DataBand3,
this.GroupFooterBand3,
this.RoundedRectanglePrimitive1});
//
// Add to GroupHeaderBand4.Components
//
this.GroupHeaderBand4.Components.Clear();
this.GroupHeaderBand4.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text52});
//
// Add to DataBandControlSurvey.Components
//
this.DataBandControlSurvey.Components.Clear();
this.DataBandControlSurvey.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text56});
//
// Add to DataBand5.Components
//
this.DataBand5.Components.Clear();
this.DataBand5.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text57,
this.Text58});
//
// Add to GroupHeaderBand5.Components
//
this.GroupHeaderBand5.Components.Clear();
this.GroupHeaderBand5.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text59});
//
// Add to DataBand4.Components
//
this.DataBand4.Components.Clear();
this.DataBand4.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text62});
//
// Add to DataBand6.Components
//
this.DataBand6.Components.Clear();
this.DataBand6.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text60,
this.Text61});
//
// Add to GroupHeaderBand6.Components
//
this.GroupHeaderBand6.Components.Clear();
this.GroupHeaderBand6.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text63});
//
// Add to DataBand7.Components
//
this.DataBand7.Components.Clear();
this.DataBand7.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text66});
//
// Add to DataBand8.Components
//
this.DataBand8.Components.Clear();
this.DataBand8.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text64,
this.Text65});
//
// Add to GroupHeaderBand7.Components
//
this.GroupHeaderBand7.Components.Clear();
this.GroupHeaderBand7.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text67});
//
// Add to DataBand9.Components
//
this.DataBand9.Components.Clear();
this.DataBand9.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text68});
//
// Add to DataBand10.Components
//
this.DataBand10.Components.Clear();
this.DataBand10.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text69,
this.Text70});
//
// Add to Page2.Components
//
this.Page2.Components.Clear();
this.Page2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.GroupHeaderBand4,
this.DataBandControlSurvey,
this.DataBand5,
this.GroupFooterBand4,
this.GroupHeaderBand5,
this.DataBand4,
this.DataBand6,
this.GroupFooterBand5,
this.GroupHeaderBand6,
this.DataBand7,
this.DataBand8,
this.GroupHeaderBand7,
this.DataBand9,
this.DataBand10,
this.GroupFooterBand6});
//
// Add to GroupHeaderBand8.Components
//
this.GroupHeaderBand8.Components.Clear();
this.GroupHeaderBand8.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text71});
//
// Add to DataBand11.Components
//
this.DataBand11.Components.Clear();
this.DataBand11.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text72});
//
// Add to DataBand12.Components
//
this.DataBand12.Components.Clear();
this.DataBand12.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text73,
this.Text74});
//
// Add to GroupHeaderBand11.Components
//
this.GroupHeaderBand11.Components.Clear();
this.GroupHeaderBand11.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text83});
//
// Add to DataGraphics.Components
//
this.DataGraphics.Components.Clear();
this.DataGraphics.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataGraphics_Graphics_Edit});
//
// Add to DataBand16.Components
//
this.DataBand16.Components.Clear();
this.DataBand16.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text86,
this.Text85});
//
// Add to GroupHeaderBand9.Components
//
this.GroupHeaderBand9.Components.Clear();
this.GroupHeaderBand9.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text75});
//
// Add to DataBand13.Components
//
this.DataBand13.Components.Clear();
this.DataBand13.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text78});
//
// Add to DataLidar_Prod_Memo.Components
//
this.DataLidar_Prod_Memo.Components.Clear();
this.DataLidar_Prod_Memo.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text76,
this.Text77});
//
// Add to GroupHeaderBand10.Components
//
this.GroupHeaderBand10.Components.Clear();
this.GroupHeaderBand10.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text79});
//
// Add to DataBand15.Components
//
this.DataBand15.Components.Clear();
this.DataBand15.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text80,
this.Text81});
//
// Add to Page3.Components
//
this.Page3.Components.Clear();
this.Page3.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.GroupHeaderBand8,
this.DataBand11,
this.DataBand12,
this.GroupFooterBand7,
this.GroupHeaderBand11,
this.DataGraphics,
this.DataBand16,
this.GroupFooterBand10,
this.GroupHeaderBand9,
this.DataBand13,
this.DataLidar_Prod_Memo,
this.GroupFooterBand8,
this.GroupHeaderBand10,
this.DataBand15,
this.GroupFooterBand9});
//
// Add to Pages
//
this.Pages.Clear();
this.Pages.AddRange(new Stimulsoft.Report.Components.StiPage[] {
this.Page1,
this.Page2,
this.Page3});
this.WorkOrder_Details_Print.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("Coordinator", "Coordinator", "Coordinator", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("MJH_Number", "MJH_Number", "MJH_Number", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Estimate_Number", "Estimate_Number", "Estimate_Number", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Location", "Location", "Location", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Description", "Description", "Description", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Project_Manager", "Project_Manager", "Project_Manager", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Sales_Rep", "Sales_Rep", "Sales_Rep", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Estimator", "Estimator", "Estimator", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Altitude", "Altitude", "Altitude", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PM_And_Production_Kickoff", "PM_And_Production_Kickoff", "PM_And_Production_Kickoff", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Type_Of_Project", "Type_Of_Project", "Type_Of_Project", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Production_To_PM_Handoff", "Production_To_PM_Handoff", "Production_To_PM_Handoff", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Due_Date", "Due_Date", "Due_Date", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Market_Service", "Market_Service", "Market_Service", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Scale", "Scale", "Scale", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("CI", "CI", "CI", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Client", "Client", "Client", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Company_Name", "Company_Name", "Company_Name", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Address", "Address", "Address", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("City", "City", "City", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("State", "State", "State", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Zip", "Zip", "Zip", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Phone", "Phone", "Phone", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("E_mail_Address", "E_mail_Address", "E_mail_Address", typeof(string))});
this.WorkOrder_Details_Print.Parameters.AddRange(new Stimulsoft.Report.Dictionary.StiDataParameter[] {
new Stimulsoft.Report.Dictionary.StiDataParameter("@Estimate_Number", 8, 0)});
this.DataSources.Add(this.WorkOrder_Details_Print);
this.Projects__PM70_.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("ABGPS", "ABGPS", "ABGPS", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("ABGPS_IMU", "ABGPS_IMU", "ABGPS_IMU", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Acres", "Acres", "Acres", typeof(long)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Aerial_Photography_Memo", "Aerial_Photography_Memo", "Aerial_Photography_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Altitude", "Altitude", "Altitude", typeof(long)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Ana_Hours", "Ana_Hours", "Ana_Hours", typeof(long)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Ana_Hours_Percent_Complete", "Ana_Hours_Percent_Complete", "Ana_Hours_Percent_Complete", typeof(double)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Analytics_Memo", "Analytics_Memo", "Analytics_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Archive", "Archive", "Archive", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("At_Risk", "At_Risk", "At_Risk", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Autocorrellated", "Autocorrellated", "Autocorrellated", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Backlog", "Backlog", "Backlog", typeof(decimal)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Beginning_Date", "Beginning_Date", "Beginning_Date", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Business", "Business", "Business", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("BW", "BW", "BW", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Change_Date1", "Change_Date1", "Change_Date1", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Change_Date2", "Change_Date2", "Change_Date2", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Change_Date3", "Change_Date3", "Change_Date3", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Change_Date4", "Change_Date4", "Change_Date4", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Change_Date5", "Change_Date5", "Change_Date5", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("change1", "change1", "change1", typeof(decimal)),
new Stimulsoft.Report.Dictionary.StiDataColumn("change2", "change2", "change2", typeof(decimal)),
new Stimulsoft.Report.Dictionary.StiDataColumn("change3", "change3", "change3", typeof(decimal)),
new Stimulsoft.Report.Dictionary.StiDataColumn("change4", "change4", "change4", typeof(decimal)),
new Stimulsoft.Report.Dictionary.StiDataColumn("change5", "change5", "change5", typeof(decimal)),
new Stimulsoft.Report.Dictionary.StiDataColumn("CI", "CI", "CI", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("CIR", "CIR", "CIR", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Client", "Client", "Client", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Clients_PO_Number", "Clients_PO_Number", "Clients_PO_Number", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Clients_State", "Clients_State", "Clients_State", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("CMS_ID", "CMS_ID", "CMS_ID", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Color", "Color", "Color", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Company_ID", "Company_ID", "Company_ID", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Completion_Date", "Completion_Date", "Completion_Date", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Control_By", "Control_By", "Control_By", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Control_Surveys_Memo", "Control_Surveys_Memo", "Control_Surveys_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Coordinator", "Coordinator", "Coordinator", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Corridor_Width", "Corridor_Width", "Corridor_Width", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Country", "Country", "Country", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("DA_Imagery", "DA_Imagery", "DA_Imagery", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("DA_LiDAR", "DA_LiDAR", "DA_LiDAR", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("DA_Photo_Lab", "DA_Photo_Lab", "DA_Photo_Lab", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("DA_Survey", "DA_Survey", "DA_Survey", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Date_Ordered_Archive", "Date_Ordered_Archive", "Date_Ordered_Archive", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Date_Ordered_Dearchive", "Date_Ordered_Dearchive", "Date_Ordered_Dearchive", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Date_Originated", "Date_Originated", "Date_Originated", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Days_To_Archive", "Days_To_Archive", "Days_To_Archive", typeof(long)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Dearchive_Main_Project", "Dearchive_Main_Project", "Dearchive_Main_Project", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Dearchive_Tie_Projects", "Dearchive_Tie_Projects", "Dearchive_Tie_Projects", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Deliverables_Memo", "Deliverables_Memo", "Deliverables_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("DEM_Hours", "DEM_Hours", "DEM_Hours", typeof(long)),
new Stimulsoft.Report.Dictionary.StiDataColumn("DEM_Hours_Percent_Complete", "DEM_Hours_Percent_Complete", "DEM_Hours_Percent_Complete", typeof(double)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Description", "Description", "Description", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Digital_Image_Memo", "Digital_Image_Memo", "Digital_Image_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("DMC", "DMC", "DMC", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("DMC_Or_FILM", "DMC_Or_FILM", "DMC_Or_FILM", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("DTM_Hours", "DTM_Hours", "DTM_Hours", typeof(long)),
new Stimulsoft.Report.Dictionary.StiDataColumn("DTM_Hours_Percent_Complete", "DTM_Hours_Percent_Complete", "DTM_Hours_Percent_Complete", typeof(double)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Due_Date", "Due_Date", "Due_Date", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Edit_Hours", "Edit_Hours", "Edit_Hours", typeof(long)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Edit_Hours_Percent_Complete", "Edit_Hours_Percent_Complete", "Edit_Hours_Percent_Complete", typeof(double)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Ending_Date", "Ending_Date", "Ending_Date", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Estimate_Date", "Estimate_Date", "Estimate_Date", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Estimate_Fee", "Estimate_Fee", "Estimate_Fee", typeof(decimal)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Estimate_Number", "Estimate_Number", "Estimate_Number", typeof(long)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Estimated_Hours", "Estimated_Hours", "Estimated_Hours", typeof(long)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Estimator", "Estimator", "Estimator", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Features_Collected_By_GS", "Features_Collected_By_GS", "Features_Collected_By_GS", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("FED_Deliverables", "FED_Deliverables", "FED_Deliverables", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Fed_GGI", "Fed_GGI", "Fed_GGI", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Fed_Nextview", "Fed_Nextview", "Fed_Nextview", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("FED_Schedule_Milestone_Dates", "FED_Schedule_Milestone_Dates", "FED_Schedule_Milestone_Dates", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("FED_Scope_Of_Work", "FED_Scope_Of_Work", "FED_Scope_Of_Work", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("FED_Source_Data", "FED_Source_Data", "FED_Source_Data", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("FED_Spatial_Reference", "FED_Spatial_Reference", "FED_Spatial_Reference", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Ferry_Miles", "Ferry_Miles", "Ferry_Miles", typeof(long)),
new Stimulsoft.Report.Dictionary.StiDataColumn("FILM", "FILM", "FILM", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Film_Processing_Memo", "Film_Processing_Memo", "Film_Processing_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Firm_Due_Date", "Firm_Due_Date", "Firm_Due_Date", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Forcast_Probable", "Forcast_Probable", "Forcast_Probable", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("GIS_Consulting", "GIS_Consulting", "GIS_Consulting", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("GIS_Conversion", "GIS_Conversion", "GIS_Conversion", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("GIS_Deliverables", "GIS_Deliverables", "GIS_Deliverables", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("GIS_Memo", "GIS_Memo", "GIS_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("GIS_Schedule_Milestone_Dates", "GIS_Schedule_Milestone_Dates", "GIS_Schedule_Milestone_Dates", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("GIS_Scope_Of_Work", "GIS_Scope_Of_Work", "GIS_Scope_Of_Work", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("GIS_Source_Data", "GIS_Source_Data", "GIS_Source_Data", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("GIS_Spatial_Reference", "GIS_Spatial_Reference", "GIS_Spatial_Reference", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("GIS_Support", "GIS_Support", "GIS_Support", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Graphics_Edit_Memo", "Graphics_Edit_Memo", "Graphics_Edit_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Hours_Comments", "Hours_Comments", "Hours_Comments", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Hours_Used", "Hours_Used", "Hours_Used", typeof(long)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Inquiry_Date", "Inquiry_Date", "Inquiry_Date", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Invoice_Date1", "Invoice_Date1", "Invoice_Date1", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Invoice_Date2", "Invoice_Date2", "Invoice_Date2", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Invoice_Date3", "Invoice_Date3", "Invoice_Date3", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Invoice_Date4", "Invoice_Date4", "Invoice_Date4", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Invoice_Date5", "Invoice_Date5", "Invoice_Date5", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Invoiced", "Invoiced", "Invoiced", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("ITO", "ITO", "ITO", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("ITO_To_OTR_Date", "ITO_To_OTR_Date", "ITO_To_OTR_Date", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("KC", "KC", "KC", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Labor_Category_Rate_Table", "Labor_Category_Rate_Table", "Labor_Category_Rate_Table", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Labor_Code_Rate_Table", "Labor_Code_Rate_Table", "Labor_Code_Rate_Table", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Late", "Late", "Late", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("LIDAR", "LIDAR", "LIDAR", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Lidar_Prod_Memo", "Lidar_Prod_Memo", "Lidar_Prod_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Line_Feet", "Line_Feet", "Line_Feet", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Location", "Location", "Location", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("LP_LiDAR_Production", "LP_LiDAR_Production", "LP_LiDAR_Production", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Map_Limits_Defined", "Map_Limits_Defined", "Map_Limits_Defined", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Market_Service", "Market_Service", "Market_Service", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Marketing_Description", "Marketing_Description", "Marketing_Description", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Measured_Acres", "Measured_Acres", "Measured_Acres", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Media_Memo", "Media_Memo", "Media_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_Acquisition", "Memo_LiDAR_Acquisition", "Memo_LiDAR_Acquisition", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_Contours_And_Breaklines", "Memo_LiDAR_Contours_And_Breaklines", "Memo_LiDAR_Contours_And_Breaklines", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_Data_Model", "Memo_LiDAR_Data_Model", "Memo_LiDAR_Data_Model", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_DEM", "Memo_LiDAR_DEM", "Memo_LiDAR_DEM", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_File_And_Tile_Size", "Memo_LiDAR_File_And_Tile_Size", "Memo_LiDAR_File_And_Tile_Size", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_Horizontal_Accuracy", "Memo_LiDAR_Horizontal_Accuracy", "Memo_LiDAR_Horizontal_Accuracy", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_HV_Datum", "Memo_LiDAR_HV_Datum", "Memo_LiDAR_HV_Datum", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_Mass_Points_And_TINs", "Memo_LiDAR_Mass_Points_And_TINs", "Memo_LiDAR_Mass_Points_And_TINs", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_Quality_Factors", "Memo_LiDAR_Quality_Factors", "Memo_LiDAR_Quality_Factors", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_Reflective_Surface", "Memo_LiDAR_Reflective_Surface", "Memo_LiDAR_Reflective_Surface", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_Surface_Description", "Memo_LiDAR_Surface_Description", "Memo_LiDAR_Surface_Description", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_Vertical_Accuracy", "Memo_LiDAR_Vertical_Accuracy", "Memo_LiDAR_Vertical_Accuracy", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("MJH_Cost_Vs_Sub_Cost", "MJH_Cost_Vs_Sub_Cost", "MJH_Cost_Vs_Sub_Cost", typeof(decimal)),
new Stimulsoft.Report.Dictionary.StiDataColumn("MJH_Is_A_Prime_Or_Subcontractor", "MJH_Is_A_Prime_Or_Subcontractor", "MJH_Is_A_Prime_Or_Subcontractor", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("MJH_Number", "MJH_Number", "MJH_Number", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("MJH_Number_Advantage", "MJH_Number_Advantage", "MJH_Number_Advantage", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("MJH_PO_NUMBER", "MJH_PO_NUMBER", "MJH_PO_NUMBER", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("NBR_Value", "NBR_Value", "NBR_Value", typeof(decimal)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Net_Due_In_Days", "Net_Due_In_Days", "Net_Due_In_Days", typeof(long)),
new Stimulsoft.Report.Dictionary.StiDataColumn("New_Or_Existing_Client", "New_Or_Existing_Client", "New_Or_Existing_Client", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Note", "Note", "Note", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Number_Of_Flt_Lines", "Number_Of_Flt_Lines", "Number_Of_Flt_Lines", typeof(long)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Number_Of_Line_Miles", "Number_Of_Line_Miles", "Number_Of_Line_Miles", typeof(long)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Number_Of_Models", "Number_Of_Models", "Number_Of_Models", typeof(long)),
new Stimulsoft.Report.Dictionary.StiDataColumn("On_Hold", "On_Hold", "On_Hold", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("On_Track", "On_Track", "On_Track", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("One_Fourth_Sections", "One_Fourth_Sections", "One_Fourth_Sections", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Option_Memo", "Option_Memo", "Option_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Oracle_And_PM_To_Production_Set_Up", "Oracle_And_PM_To_Production_Set_Up", "Oracle_And_PM_To_Production_Set_Up", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Oracle_And_QC_Checklist_Closeout", "Oracle_And_QC_Checklist_Closeout", "Oracle_And_QC_Checklist_Closeout", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Ortho_Hours", "Ortho_Hours", "Ortho_Hours", typeof(long)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Ortho_Hours_Percent_Complete", "Ortho_Hours_Percent_Complete", "Ortho_Hours_Percent_Complete", typeof(double)),
new Stimulsoft.Report.Dictionary.StiDataColumn("OTR", "OTR", "OTR", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Owner_Class", "Owner_Class", "Owner_Class", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Owner_Type", "Owner_Type", "Owner_Type", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Owners_Name", "Owners_Name", "Owners_Name", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Payment_Overdue", "Payment_Overdue", "Payment_Overdue", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Percent_Award", "Percent_Award", "Percent_Award", typeof(double)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Photo_Lab_Memo", "Photo_Lab_Memo", "Photo_Lab_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PII_Number", "PII_Number", "PII_Number", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Place_In_New_Folder", "Place_In_New_Folder", "Place_In_New_Folder", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Place_In_Old_Folder", "Place_In_Old_Folder", "Place_In_Old_Folder", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Place_In_RED_Folder", "Place_In_RED_Folder", "Place_In_RED_Folder", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Plan_Hours", "Plan_Hours", "Plan_Hours", typeof(long)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Plan_Hours_Percent_Complete", "Plan_Hours_Percent_Complete", "Plan_Hours_Percent_Complete", typeof(double)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PM_And_Production_Kickoff", "PM_And_Production_Kickoff", "PM_And_Production_Kickoff", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PM_To_Customer_Delivery", "PM_To_Customer_Delivery", "PM_To_Customer_Delivery", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PP_Contour", "PP_Contour", "PP_Contour", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PP_Ortho", "PP_Ortho", "PP_Ortho", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PP_Plan", "PP_Plan", "PP_Plan", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PP_Volumetrics", "PP_Volumetrics", "PP_Volumetrics", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Previous_Due_Date1", "Previous_Due_Date1", "Previous_Due_Date1", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Previous_Due_Date2", "Previous_Due_Date2", "Previous_Due_Date2", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PRIORITY", "PRIORITY", "PRIORITY", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Production_Start_Date", "Production_Start_Date", "Production_Start_Date", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Production_To_PM_Handoff", "Production_To_PM_Handoff", "Production_To_PM_Handoff", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Project_Manager", "Project_Manager", "Project_Manager", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Projected_Due_Date", "Projected_Due_Date", "Projected_Due_Date", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Projects_Profit_Center", "Projects_Profit_Center", "Projects_Profit_Center", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Projects_Total_Cost", "Projects_Total_Cost", "Projects_Total_Cost", typeof(decimal)),
new Stimulsoft.Report.Dictionary.StiDataColumn("ProjState", "ProjState", "ProjState", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("QC_Hours", "QC_Hours", "QC_Hours", typeof(long)),
new Stimulsoft.Report.Dictionary.StiDataColumn("QC_Hours_Percent_Complete", "QC_Hours_Percent_Complete", "QC_Hours_Percent_Complete", typeof(double)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Quality_Control_Checklist", "Quality_Control_Checklist", "Quality_Control_Checklist", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("RATE", "RATE", "RATE", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Reason_For_Change", "Reason_For_Change", "Reason_For_Change", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("reason1", "reason1", "reason1", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("reason2", "reason2", "reason2", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("reason3", "reason3", "reason3", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("reason4", "reason4", "reason4", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("reason5", "reason5", "reason5", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Received_Final_Payment", "Received_Final_Payment", "Received_Final_Payment", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Remove_From_List_Of_Archive", "Remove_From_List_Of_Archive", "Remove_From_List_Of_Archive", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Residential", "Residential", "Residential", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Retainage", "Retainage", "Retainage", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Retainage_Limit", "Retainage_Limit", "Retainage_Limit", typeof(decimal)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Retainage_Percent", "Retainage_Percent", "Retainage_Percent", typeof(long)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Rural", "Rural", "Rural", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Sales_Rep", "Sales_Rep", "Sales_Rep", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Sales_Type", "Sales_Type", "Sales_Type", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Scale", "Scale", "Scale", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Seed_File", "Seed_File", "Seed_File", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Service_Charge", "Service_Charge", "Service_Charge", typeof(long)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Signed_Contract_Purchase_Order", "Signed_Contract_Purchase_Order", "Signed_Contract_Purchase_Order", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Special_Invoice_Format", "Special_Invoice_Format", "Special_Invoice_Format", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Square_Miles", "Square_Miles", "Square_Miles", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("State_Worked", "State_Worked", "State_Worked", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Stereo_Compilation_Memo", "Stereo_Compilation_Memo", "Stereo_Compilation_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Sub_Cost", "Sub_Cost", "Sub_Cost", typeof(decimal)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Sub_Task_Description", "Sub_Task_Description", "Sub_Task_Description", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Subcompany_ID", "Subcompany_ID", "Subcompany_ID", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Subcompletion_Date", "Subcompletion_Date", "Subcompletion_Date", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Subcontractor_Note", "Subcontractor_Note", "Subcontractor_Note", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("SubQuote_Date", "SubQuote_Date", "SubQuote_Date", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Survey", "Survey", "Survey", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Survey_Completion_Date", "Survey_Completion_Date", "Survey_Completion_Date", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Survey_Priority", "Survey_Priority", "Survey_Priority", typeof(long)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Survey_Start_Date", "Survey_Start_Date", "Survey_Start_Date", typeof(DateTime)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Targets", "Targets", "Targets", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Terms_Of_Liability", "Terms_Of_Liability", "Terms_Of_Liability", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Tie_Projects", "Tie_Projects", "Tie_Projects", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Type_Of_Billing", "Type_Of_Billing", "Type_Of_Billing", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Type_Of_Client", "Type_Of_Client", "Type_Of_Client", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Type_Of_Project", "Type_Of_Project", "Type_Of_Project", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Unit_Measurement", "Unit_Measurement", "Unit_Measurement", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Year", "Year", "Year", typeof(string))});
this.DataSources.Add(this.Projects__PM70_);
this.Deliverables.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("ID", "ID", "ID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Deliverables", "Deliverables", "Deliverables", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("To_PM", "To_PM", "To_PM", typeof(bool)),
new Stimulsoft.Report.Dictionary.StiDataColumn("To_PM_Date", "To_PM_Date", "To_PM_Date", typeof(DateTime))});
this.Deliverables.Parameters.AddRange(new Stimulsoft.Report.Dictionary.StiDataParameter[] {
new Stimulsoft.Report.Dictionary.StiDataParameter("@DelivEstimate_Number", 8, 0)});
this.DataSources.Add(this.Deliverables);
this.Notes.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("Deliverables_Memo", "Deliverables_Memo", "Deliverables_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_Acquisition", "Memo_LiDAR_Acquisition", "Memo_LiDAR_Acquisition", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_Surface_Description", "Memo_LiDAR_Surface_Description", "Memo_LiDAR_Surface_Description", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_Reflective_Surface", "Memo_LiDAR_Reflective_Surface", "Memo_LiDAR_Reflective_Surface", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_Vertical_Accuracy", "Memo_LiDAR_Vertical_Accuracy", "Memo_LiDAR_Vertical_Accuracy", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_Horizontal_Accuracy", "Memo_LiDAR_Horizontal_Accuracy", "Memo_LiDAR_Horizontal_Accuracy", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_Data_Model", "Memo_LiDAR_Data_Model", "Memo_LiDAR_Data_Model", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_HV_Datum", "Memo_LiDAR_HV_Datum", "Memo_LiDAR_HV_Datum", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_Contours_And_Breaklines", "Memo_LiDAR_Contours_And_Breaklines", "Memo_LiDAR_Contours_And_Breaklines", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_Mass_Points_And_TINs", "Memo_LiDAR_Mass_Points_And_TINs", "Memo_LiDAR_Mass_Points_And_TINs", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_DEM", "Memo_LiDAR_DEM", "Memo_LiDAR_DEM", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_File_And_Tile_Size", "Memo_LiDAR_File_And_Tile_Size", "Memo_LiDAR_File_And_Tile_Size", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Memo_LiDAR_Quality_Factors", "Memo_LiDAR_Quality_Factors", "Memo_LiDAR_Quality_Factors", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Media_Memo", "Media_Memo", "Media_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("GIS_Memo", "GIS_Memo", "GIS_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Aerial_Photography_Memo", "Aerial_Photography_Memo", "Aerial_Photography_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Film_Processing_Memo", "Film_Processing_Memo", "Film_Processing_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Control_Surveys_Memo", "Control_Surveys_Memo", "Control_Surveys_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Analytics_Memo", "Analytics_Memo", "Analytics_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Stereo_Compilation_Memo", "Stereo_Compilation_Memo", "Stereo_Compilation_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Graphics_Edit_Memo", "Graphics_Edit_Memo", "Graphics_Edit_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Lidar_Prod_Memo", "Lidar_Prod_Memo", "Lidar_Prod_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Photo_Lab_Memo", "Photo_Lab_Memo", "Photo_Lab_Memo", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Digital_Image_Memo", "Digital_Image_Memo", "Digital_Image_Memo", typeof(string))});
this.Notes.Parameters.AddRange(new Stimulsoft.Report.Dictionary.StiDataParameter[] {
new Stimulsoft.Report.Dictionary.StiDataParameter("@NotesEstimate_Number", 8, 0)});
this.DataSources.Add(this.Notes);
this.Aerial.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("ID", "ID", "ID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Aerial_Photography", "Aerial_Photography", "Aerial_Photography", typeof(string))});
this.Aerial.Parameters.AddRange(new Stimulsoft.Report.Dictionary.StiDataParameter[] {
new Stimulsoft.Report.Dictionary.StiDataParameter("@AerialEstimate_Number", 8, 0)});
this.DataSources.Add(this.Aerial);
this.LidarAcq.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("ID", "ID", "ID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("LIDAR_Acquisition", "LIDAR_Acquisition", "LIDAR_Acquisition", typeof(string))});
this.LidarAcq.Parameters.AddRange(new Stimulsoft.Report.Dictionary.StiDataParameter[] {
new Stimulsoft.Report.Dictionary.StiDataParameter("@LidarAcqEstimate_Number", 8, 0)});
this.DataSources.Add(this.LidarAcq);
this.Control.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("ID", "ID", "ID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Control_Surveys", "Control_Surveys", "Control_Surveys", typeof(string))});
this.Control.Parameters.AddRange(new Stimulsoft.Report.Dictionary.StiDataParameter[] {
new Stimulsoft.Report.Dictionary.StiDataParameter("@ContEstimate_Number", 8, 0)});
this.DataSources.Add(this.Control);
this.Analytics.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("ID", "ID", "ID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Analytics", "Analytics", "Analytics", typeof(string))});
this.Analytics.Parameters.AddRange(new Stimulsoft.Report.Dictionary.StiDataParameter[] {
new Stimulsoft.Report.Dictionary.StiDataParameter("@AnalyticsEstimate_Number", 8, 0)});
this.DataSources.Add(this.Analytics);
this.PhotoLab.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("ID", "ID", "ID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Photo_Lab", "Photo_Lab", "Photo_Lab", typeof(string))});
this.PhotoLab.Parameters.AddRange(new Stimulsoft.Report.Dictionary.StiDataParameter[] {
new Stimulsoft.Report.Dictionary.StiDataParameter("@PhotoEstimate_Number", 8, 0)});
this.DataSources.Add(this.PhotoLab);
this.StereoComp.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("ID", "ID", "ID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Stereo_Compilation", "Stereo_Compilation", "Stereo_Compilation", typeof(string))});
this.StereoComp.Parameters.AddRange(new Stimulsoft.Report.Dictionary.StiDataParameter[] {
new Stimulsoft.Report.Dictionary.StiDataParameter("@StereoEstimate_Number", 8, 0)});
this.DataSources.Add(this.StereoComp);
this.Ortho.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("ID", "ID", "ID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Digital_Image", "Digital_Image", "Digital_Image", typeof(string))});
this.Ortho.Parameters.AddRange(new Stimulsoft.Report.Dictionary.StiDataParameter[] {
new Stimulsoft.Report.Dictionary.StiDataParameter("@OrthoEstimate_Number", 8, 0)});
this.DataSources.Add(this.Ortho);
this.LidarProd.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("ID", "ID", "ID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Lidar_Prod", "Lidar_Prod", "Lidar_Prod", typeof(string))});
this.LidarProd.Parameters.AddRange(new Stimulsoft.Report.Dictionary.StiDataParameter[] {
new Stimulsoft.Report.Dictionary.StiDataParameter("@LidarProdEstimate_Number", 8, 0)});
this.DataSources.Add(this.LidarProd);
this.Graphics.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("ID", "ID", "ID", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Graphics_Edit", "Graphics_Edit", "Graphics_Edit", typeof(string))});
this.Graphics.Parameters.AddRange(new Stimulsoft.Report.Dictionary.StiDataParameter[] {
new Stimulsoft.Report.Dictionary.StiDataParameter("@GraphicsEstimate_Number", 8, 0)});
this.DataSources.Add(this.Graphics);
this.Lidar_Prod_Memo.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("Lidar_Prod_Memo", "Lidar_Prod_Memo", "Lidar_Prod_Memo", typeof(string))});
this.Lidar_Prod_Memo.Parameters.AddRange(new Stimulsoft.Report.Dictionary.StiDataParameter[] {
new Stimulsoft.Report.Dictionary.StiDataParameter("@NotesEstimate_Number", 12, 6)});
this.DataSources.Add(this.Lidar_Prod_Memo);
this.Dictionary.Databases.Add(new Stimulsoft.Report.Dictionary.StiSqlDatabase("PM2", "PM2", "Password=mjh2k!!!;Persist Security Info=True;Data Source=PDBSRV01KCI;Integrated S" +
"ecurity=False;Initial Catalog=PM2;User ID=PM2", false));
this.WorkOrder_Details_Print.Connecting += new System.EventHandler(this.GetWorkOrder_Details_Print_SqlCommand);
this.Projects__PM70_.Connecting += new System.EventHandler(this.GetProjects__PM70__SqlCommand);
this.Deliverables.Connecting += new System.EventHandler(this.GetDeliverables_SqlCommand);
this.Notes.Connecting += new System.EventHandler(this.GetNotes_SqlCommand);
this.Aerial.Connecting += new System.EventHandler(this.GetAerial_SqlCommand);
this.LidarAcq.Connecting += new System.EventHandler(this.GetLidarAcq_SqlCommand);
this.Control.Connecting += new System.EventHandler(this.GetControl_SqlCommand);
this.Analytics.Connecting += new System.EventHandler(this.GetAnalytics_SqlCommand);
this.PhotoLab.Connecting += new System.EventHandler(this.GetPhotoLab_SqlCommand);
this.StereoComp.Connecting += new System.EventHandler(this.GetStereoComp_SqlCommand);
this.Ortho.Connecting += new System.EventHandler(this.GetOrtho_SqlCommand);
this.LidarProd.Connecting += new System.EventHandler(this.GetLidarProd_SqlCommand);
this.Graphics.Connecting += new System.EventHandler(this.GetGraphics_SqlCommand);
this.Lidar_Prod_Memo.Connecting += new System.EventHandler(this.GetLidar_Prod_Memo_SqlCommand);
}

public void GetWorkOrder_Details_Print_SqlCommand(object sender, System.EventArgs e)
{
this.WorkOrder_Details_Print.SqlCommand = ToString(@"SELECT Coordinator, MJH_Number, Estimate_Number, Location,
Description, Project_Manager, Sales_Rep,
Estimator, Altitude, PM_And_Production_Kickoff, Due_Date,
Type_Of_Project, [Production_To_PM_Handoff],
[Due_Date], Market_Service, Scale, CI, Client, Company_Name,
Address, City, State, Zip, Phone, E_mail_Address
FROM PM70.Projects INNER JOIN PM70.Company_List ON PM70.Projects.Company_ID=PM70.Company_List.Company_ID
INNER JOIN PM70.Clients ON PM70.Projects.Company_ID=PM70.Clients.Company_ID and PM70.Projects.Client=PM70.Clients.ATTN
WHERE (Estimate_Number = @Estimate_Number)");
}

public void GetProjects__PM70__SqlCommand(object sender, System.EventArgs e)
{
this.Projects__PM70_.SqlCommand = "select * from [PM70].[Projects]";
}

public void GetDeliverables_SqlCommand(object sender, System.EventArgs e)
{
this.Deliverables.SqlCommand = "SELECT ID, Deliverables, To_PM, To_PM_Date FROM PM70.Synopsis_Deliverables WHERE " +
"(Estimate_Number = @DelivEstimate_Number) ORDER BY ID DESC";
}

public void GetNotes_SqlCommand(object sender, System.EventArgs e)
{
this.Notes.SqlCommand = ToString(@"SELECT Memo_LiDAR_Acquisition, Memo_LiDAR_Surface_Description, Memo_LiDAR_Reflective_Surface, Memo_LiDAR_Vertical_Accuracy, Memo_LiDAR_Horizontal_Accuracy, Memo_LiDAR_Data_Model, Memo_LiDAR_HV_Datum, Memo_LiDAR_Contours_And_Breaklines, Memo_LiDAR_Mass_Points_And_TINs, Memo_LiDAR_DEM, Memo_LiDAR_File_And_Tile_Size, Memo_LiDAR_Quality_Factors, Media_Memo, GIS_Memo, Deliverables_Memo, Aerial_Photography_Memo, Film_Processing_Memo, Control_Surveys_Memo, Analytics_Memo, Stereo_Compilation_Memo, Graphics_Edit_Memo, Lidar_Prod_Memo, Photo_Lab_Memo, Digital_Image_Memo, GIS_Memo FROM PM70.Projects WHERE (Estimate_Number = @NotesEstimate_Number)");
}

public void GetAerial_SqlCommand(object sender, System.EventArgs e)
{
this.Aerial.SqlCommand = "SELECT ID, Aerial_Photography FROM PM70.Synopsis_Aerial_Photography WHERE (Estima" +
"te_Number = @AerialEstimate_Number) ORDER BY ID DESC";
}

public void GetLidarAcq_SqlCommand(object sender, System.EventArgs e)
{
this.LidarAcq.SqlCommand = "SELECT ID, LIDAR_Acquisition FROM PM70.Syn_LiDAR_Acquisition WHERE (Estimate_Numb" +
"er = @LidarAcqEstimate_Number) ORDER BY ID DESC";
}

public void GetControl_SqlCommand(object sender, System.EventArgs e)
{
this.Control.SqlCommand = "SELECT ID, Control_Surveys FROM PM70.Synopsis_Control_Surveys WHERE (Estimate_Num" +
"ber = @ContEstimate_Number) ORDER BY ID DESC";
}

public void GetAnalytics_SqlCommand(object sender, System.EventArgs e)
{
this.Analytics.SqlCommand = "SELECT ID, Analytics FROM PM70.Synopsis_Analytics WHERE (Estimate_Number = @Analy" +
"ticsEstimate_Number) ORDER BY ID DESC";
}

public void GetPhotoLab_SqlCommand(object sender, System.EventArgs e)
{
this.PhotoLab.SqlCommand = "SELECT ID, Photo_Lab FROM PM70.Synopsis_Photo_Lab WHERE (Estimate_Number = @Photo" +
"Estimate_Number) ORDER BY ID DESC";
}

public void GetStereoComp_SqlCommand(object sender, System.EventArgs e)
{
this.StereoComp.SqlCommand = "SELECT ID, Stereo_Compilation FROM PM70.Synopsis_Stereo_Compilation WHERE (Estima" +
"te_Number = @StereoEstimate_Number) ORDER BY ID DESC";
}

public void GetOrtho_SqlCommand(object sender, System.EventArgs e)
{
this.Ortho.SqlCommand = "SELECT ID, Digital_Image FROM PM70.Synopsis_Digital_Image WHERE (Estimate_Number " +
"= @OrthoEstimate_Number) ORDER BY ID DESC";
}

public void GetLidarProd_SqlCommand(object sender, System.EventArgs e)
{
this.LidarProd.SqlCommand = "SELECT ID, Lidar_Prod FROM PM70.Synopsis_Lidar_Prod WHERE (Estimate_Number = @Lid" +
"arProdEstimate_Number) ORDER BY ID DESC";
}

public void GetGraphics_SqlCommand(object sender, System.EventArgs e)
{
this.Graphics.SqlCommand = "SELECT ID, Graphics_Edit FROM PM70.Synopsis_Graphics_Edit WHERE (Estimate_Number " +
"= @GraphicsEstimate_Number) ORDER BY ID DESC";
}

public void GetLidar_Prod_Memo_SqlCommand(object sender, System.EventArgs e)
{
this.Lidar_Prod_Memo.SqlCommand = "SELECT Lidar_Prod_Memo FROM PM70.Projects WHERE (Estimate_Number = @NotesEstimat" +
"e_Number)";
}

#region DataSource WorkOrder_Details_Print
public class WorkOrder_Details_PrintDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
{

public WorkOrder_Details_PrintDataSource() :
base("PM2", "WorkOrder_Details_Print", "WorkOrder_Details_Print", "", true, false, 30)
{
}

public virtual string Coordinator
{
get
{
return ((string)(StiReport.ChangeType(this["Coordinator"], typeof(string), true)));
}
}

public virtual string MJH_Number
{
get
{
return ((string)(StiReport.ChangeType(this["MJH_Number"], typeof(string), true)));
}
}

public virtual int Estimate_Number
{
get
{
return ((int)(StiReport.ChangeType(this["Estimate_Number"], typeof(int), true)));
}
}

public virtual string Location
{
get
{
return ((string)(StiReport.ChangeType(this["Location"], typeof(string), true)));
}
}

public virtual string Description
{
get
{
return ((string)(StiReport.ChangeType(this["Description"], typeof(string), true)));
}
}

public virtual string Project_Manager
{
get
{
return ((string)(StiReport.ChangeType(this["Project_Manager"], typeof(string), true)));
}
}

public virtual string Sales_Rep
{
get
{
return ((string)(StiReport.ChangeType(this["Sales_Rep"], typeof(string), true)));
}
}

public virtual string Estimator
{
get
{
return ((string)(StiReport.ChangeType(this["Estimator"], typeof(string), true)));
}
}

public virtual int Altitude
{
get
{
return ((int)(StiReport.ChangeType(this["Altitude"], typeof(int), true)));
}
}

public virtual DateTime PM_And_Production_Kickoff
{
get
{
return ((DateTime)(StiReport.ChangeType(this["PM_And_Production_Kickoff"], typeof(DateTime), true)));
}
}

public virtual string Type_Of_Project
{
get
{
return ((string)(StiReport.ChangeType(this["Type_Of_Project"], typeof(string), true)));
}
}

public virtual DateTime Production_To_PM_Handoff
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Production_To_PM_Handoff"], typeof(DateTime), true)));
}
}

public virtual DateTime Due_Date
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Due_Date"], typeof(DateTime), true)));
}
}

public virtual string Market_Service
{
get
{
return ((string)(StiReport.ChangeType(this["Market_Service"], typeof(string), true)));
}
}

public virtual string Scale
{
get
{
return ((string)(StiReport.ChangeType(this["Scale"], typeof(string), true)));
}
}

public virtual string CI
{
get
{
return ((string)(StiReport.ChangeType(this["CI"], typeof(string), true)));
}
}

public virtual string Client
{
get
{
return ((string)(StiReport.ChangeType(this["Client"], typeof(string), true)));
}
}

public virtual string Company_Name
{
get
{
return ((string)(StiReport.ChangeType(this["Company_Name"], typeof(string), true)));
}
}

public virtual string Address
{
get
{
return ((string)(StiReport.ChangeType(this["Address"], typeof(string), true)));
}
}

public virtual string City
{
get
{
return ((string)(StiReport.ChangeType(this["City"], typeof(string), true)));
}
}

public virtual string State
{
get
{
return ((string)(StiReport.ChangeType(this["State"], typeof(string), true)));
}
}

public virtual string Zip
{
get
{
return ((string)(StiReport.ChangeType(this["Zip"], typeof(string), true)));
}
}

public virtual string Phone
{
get
{
return ((string)(StiReport.ChangeType(this["Phone"], typeof(string), true)));
}
}

public virtual string E_mail_Address
{
get
{
return ((string)(StiReport.ChangeType(this["E_mail_Address"], typeof(string), true)));
}
}
}
#endregion DataSource WorkOrder_Details_Print

#region DataSource Projects__PM70_
public class Projects__PM70_DataSource : Stimulsoft.Report.Dictionary.StiSqlSource
{

public Projects__PM70_DataSource() :
base("PM2", "Projects (PM70)", "Projects (PM70)", "", true, false, 30)
{
}

public virtual string ABGPS
{
get
{
return ((string)(StiReport.ChangeType(this["ABGPS"], typeof(string), true)));
}
}

public virtual string ABGPS_IMU
{
get
{
return ((string)(StiReport.ChangeType(this["ABGPS_IMU"], typeof(string), true)));
}
}

public virtual long Acres
{
get
{
return ((long)(StiReport.ChangeType(this["Acres"], typeof(long), true)));
}
}

public virtual string Aerial_Photography_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Aerial_Photography_Memo"], typeof(string), true)));
}
}

public virtual long Altitude
{
get
{
return ((long)(StiReport.ChangeType(this["Altitude"], typeof(long), true)));
}
}

public virtual long Ana_Hours
{
get
{
return ((long)(StiReport.ChangeType(this["Ana_Hours"], typeof(long), true)));
}
}

public virtual double Ana_Hours_Percent_Complete
{
get
{
return ((double)(StiReport.ChangeType(this["Ana_Hours_Percent_Complete"], typeof(double), true)));
}
}

public virtual string Analytics_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Analytics_Memo"], typeof(string), true)));
}
}

public virtual string Archive
{
get
{
return ((string)(StiReport.ChangeType(this["Archive"], typeof(string), true)));
}
}

public virtual string At_Risk
{
get
{
return ((string)(StiReport.ChangeType(this["At_Risk"], typeof(string), true)));
}
}

public virtual string Autocorrellated
{
get
{
return ((string)(StiReport.ChangeType(this["Autocorrellated"], typeof(string), true)));
}
}

public virtual decimal Backlog
{
get
{
return ((decimal)(StiReport.ChangeType(this["Backlog"], typeof(decimal), true)));
}
}

public virtual DateTime Beginning_Date
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Beginning_Date"], typeof(DateTime), true)));
}
}

public virtual string Business
{
get
{
return ((string)(StiReport.ChangeType(this["Business"], typeof(string), true)));
}
}

public virtual string BW
{
get
{
return ((string)(StiReport.ChangeType(this["BW"], typeof(string), true)));
}
}

public virtual DateTime Change_Date1
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Change_Date1"], typeof(DateTime), true)));
}
}

public virtual DateTime Change_Date2
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Change_Date2"], typeof(DateTime), true)));
}
}

public virtual DateTime Change_Date3
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Change_Date3"], typeof(DateTime), true)));
}
}

public virtual DateTime Change_Date4
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Change_Date4"], typeof(DateTime), true)));
}
}

public virtual DateTime Change_Date5
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Change_Date5"], typeof(DateTime), true)));
}
}

public virtual decimal change1
{
get
{
return ((decimal)(StiReport.ChangeType(this["change1"], typeof(decimal), true)));
}
}

public virtual decimal change2
{
get
{
return ((decimal)(StiReport.ChangeType(this["change2"], typeof(decimal), true)));
}
}

public virtual decimal change3
{
get
{
return ((decimal)(StiReport.ChangeType(this["change3"], typeof(decimal), true)));
}
}

public virtual decimal change4
{
get
{
return ((decimal)(StiReport.ChangeType(this["change4"], typeof(decimal), true)));
}
}

public virtual decimal change5
{
get
{
return ((decimal)(StiReport.ChangeType(this["change5"], typeof(decimal), true)));
}
}

public virtual string CI
{
get
{
return ((string)(StiReport.ChangeType(this["CI"], typeof(string), true)));
}
}

public virtual string CIR
{
get
{
return ((string)(StiReport.ChangeType(this["CIR"], typeof(string), true)));
}
}

public virtual string Client
{
get
{
return ((string)(StiReport.ChangeType(this["Client"], typeof(string), true)));
}
}

public virtual string Clients_PO_Number
{
get
{
return ((string)(StiReport.ChangeType(this["Clients_PO_Number"], typeof(string), true)));
}
}

public virtual string Clients_State
{
get
{
return ((string)(StiReport.ChangeType(this["Clients_State"], typeof(string), true)));
}
}

public virtual string CMS_ID
{
get
{
return ((string)(StiReport.ChangeType(this["CMS_ID"], typeof(string), true)));
}
}

public virtual string Color
{
get
{
return ((string)(StiReport.ChangeType(this["Color"], typeof(string), true)));
}
}

public virtual string Company_ID
{
get
{
return ((string)(StiReport.ChangeType(this["Company_ID"], typeof(string), true)));
}
}

public virtual DateTime Completion_Date
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Completion_Date"], typeof(DateTime), true)));
}
}

public virtual string Control_By
{
get
{
return ((string)(StiReport.ChangeType(this["Control_By"], typeof(string), true)));
}
}

public virtual string Control_Surveys_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Control_Surveys_Memo"], typeof(string), true)));
}
}

public virtual string Coordinator
{
get
{
return ((string)(StiReport.ChangeType(this["Coordinator"], typeof(string), true)));
}
}

public virtual string Corridor_Width
{
get
{
return ((string)(StiReport.ChangeType(this["Corridor_Width"], typeof(string), true)));
}
}

public virtual string Country
{
get
{
return ((string)(StiReport.ChangeType(this["Country"], typeof(string), true)));
}
}

public virtual string DA_Imagery
{
get
{
return ((string)(StiReport.ChangeType(this["DA_Imagery"], typeof(string), true)));
}
}

public virtual string DA_LiDAR
{
get
{
return ((string)(StiReport.ChangeType(this["DA_LiDAR"], typeof(string), true)));
}
}

public virtual string DA_Photo_Lab
{
get
{
return ((string)(StiReport.ChangeType(this["DA_Photo_Lab"], typeof(string), true)));
}
}

public virtual string DA_Survey
{
get
{
return ((string)(StiReport.ChangeType(this["DA_Survey"], typeof(string), true)));
}
}

public virtual DateTime Date_Ordered_Archive
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Date_Ordered_Archive"], typeof(DateTime), true)));
}
}

public virtual DateTime Date_Ordered_Dearchive
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Date_Ordered_Dearchive"], typeof(DateTime), true)));
}
}

public virtual DateTime Date_Originated
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Date_Originated"], typeof(DateTime), true)));
}
}

public virtual long Days_To_Archive
{
get
{
return ((long)(StiReport.ChangeType(this["Days_To_Archive"], typeof(long), true)));
}
}

public virtual string Dearchive_Main_Project
{
get
{
return ((string)(StiReport.ChangeType(this["Dearchive_Main_Project"], typeof(string), true)));
}
}

public virtual string Dearchive_Tie_Projects
{
get
{
return ((string)(StiReport.ChangeType(this["Dearchive_Tie_Projects"], typeof(string), true)));
}
}

public virtual string Deliverables_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Deliverables_Memo"], typeof(string), true)));
}
}

public virtual long DEM_Hours
{
get
{
return ((long)(StiReport.ChangeType(this["DEM_Hours"], typeof(long), true)));
}
}

public virtual double DEM_Hours_Percent_Complete
{
get
{
return ((double)(StiReport.ChangeType(this["DEM_Hours_Percent_Complete"], typeof(double), true)));
}
}

public virtual string Description
{
get
{
return ((string)(StiReport.ChangeType(this["Description"], typeof(string), true)));
}
}

public virtual string Digital_Image_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Digital_Image_Memo"], typeof(string), true)));
}
}

public virtual string DMC
{
get
{
return ((string)(StiReport.ChangeType(this["DMC"], typeof(string), true)));
}
}

public virtual string DMC_Or_FILM
{
get
{
return ((string)(StiReport.ChangeType(this["DMC_Or_FILM"], typeof(string), true)));
}
}

public virtual long DTM_Hours
{
get
{
return ((long)(StiReport.ChangeType(this["DTM_Hours"], typeof(long), true)));
}
}

public virtual double DTM_Hours_Percent_Complete
{
get
{
return ((double)(StiReport.ChangeType(this["DTM_Hours_Percent_Complete"], typeof(double), true)));
}
}

public virtual DateTime Due_Date
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Due_Date"], typeof(DateTime), true)));
}
}

public virtual long Edit_Hours
{
get
{
return ((long)(StiReport.ChangeType(this["Edit_Hours"], typeof(long), true)));
}
}

public virtual double Edit_Hours_Percent_Complete
{
get
{
return ((double)(StiReport.ChangeType(this["Edit_Hours_Percent_Complete"], typeof(double), true)));
}
}

public virtual DateTime Ending_Date
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Ending_Date"], typeof(DateTime), true)));
}
}

public virtual DateTime Estimate_Date
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Estimate_Date"], typeof(DateTime), true)));
}
}

public virtual decimal Estimate_Fee
{
get
{
return ((decimal)(StiReport.ChangeType(this["Estimate_Fee"], typeof(decimal), true)));
}
}

public virtual long Estimate_Number
{
get
{
return ((long)(StiReport.ChangeType(this["Estimate_Number"], typeof(long), true)));
}
}

public virtual long Estimated_Hours
{
get
{
return ((long)(StiReport.ChangeType(this["Estimated_Hours"], typeof(long), true)));
}
}

public virtual string Estimator
{
get
{
return ((string)(StiReport.ChangeType(this["Estimator"], typeof(string), true)));
}
}

public virtual string Features_Collected_By_GS
{
get
{
return ((string)(StiReport.ChangeType(this["Features_Collected_By_GS"], typeof(string), true)));
}
}

public virtual string FED_Deliverables
{
get
{
return ((string)(StiReport.ChangeType(this["FED_Deliverables"], typeof(string), true)));
}
}

public virtual string Fed_GGI
{
get
{
return ((string)(StiReport.ChangeType(this["Fed_GGI"], typeof(string), true)));
}
}

public virtual string Fed_Nextview
{
get
{
return ((string)(StiReport.ChangeType(this["Fed_Nextview"], typeof(string), true)));
}
}

public virtual string FED_Schedule_Milestone_Dates
{
get
{
return ((string)(StiReport.ChangeType(this["FED_Schedule_Milestone_Dates"], typeof(string), true)));
}
}

public virtual string FED_Scope_Of_Work
{
get
{
return ((string)(StiReport.ChangeType(this["FED_Scope_Of_Work"], typeof(string), true)));
}
}

public virtual string FED_Source_Data
{
get
{
return ((string)(StiReport.ChangeType(this["FED_Source_Data"], typeof(string), true)));
}
}

public virtual string FED_Spatial_Reference
{
get
{
return ((string)(StiReport.ChangeType(this["FED_Spatial_Reference"], typeof(string), true)));
}
}

public virtual long Ferry_Miles
{
get
{
return ((long)(StiReport.ChangeType(this["Ferry_Miles"], typeof(long), true)));
}
}

public virtual string FILM
{
get
{
return ((string)(StiReport.ChangeType(this["FILM"], typeof(string), true)));
}
}

public virtual string Film_Processing_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Film_Processing_Memo"], typeof(string), true)));
}
}

public virtual string Firm_Due_Date
{
get
{
return ((string)(StiReport.ChangeType(this["Firm_Due_Date"], typeof(string), true)));
}
}

public virtual string Forcast_Probable
{
get
{
return ((string)(StiReport.ChangeType(this["Forcast_Probable"], typeof(string), true)));
}
}

public virtual string GIS_Consulting
{
get
{
return ((string)(StiReport.ChangeType(this["GIS_Consulting"], typeof(string), true)));
}
}

public virtual string GIS_Conversion
{
get
{
return ((string)(StiReport.ChangeType(this["GIS_Conversion"], typeof(string), true)));
}
}

public virtual string GIS_Deliverables
{
get
{
return ((string)(StiReport.ChangeType(this["GIS_Deliverables"], typeof(string), true)));
}
}

public virtual string GIS_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["GIS_Memo"], typeof(string), true)));
}
}

public virtual string GIS_Schedule_Milestone_Dates
{
get
{
return ((string)(StiReport.ChangeType(this["GIS_Schedule_Milestone_Dates"], typeof(string), true)));
}
}

public virtual string GIS_Scope_Of_Work
{
get
{
return ((string)(StiReport.ChangeType(this["GIS_Scope_Of_Work"], typeof(string), true)));
}
}

public virtual string GIS_Source_Data
{
get
{
return ((string)(StiReport.ChangeType(this["GIS_Source_Data"], typeof(string), true)));
}
}

public virtual string GIS_Spatial_Reference
{
get
{
return ((string)(StiReport.ChangeType(this["GIS_Spatial_Reference"], typeof(string), true)));
}
}

public virtual string GIS_Support
{
get
{
return ((string)(StiReport.ChangeType(this["GIS_Support"], typeof(string), true)));
}
}

public virtual string Graphics_Edit_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Graphics_Edit_Memo"], typeof(string), true)));
}
}

public virtual string Hours_Comments
{
get
{
return ((string)(StiReport.ChangeType(this["Hours_Comments"], typeof(string), true)));
}
}

public virtual long Hours_Used
{
get
{
return ((long)(StiReport.ChangeType(this["Hours_Used"], typeof(long), true)));
}
}

public virtual DateTime Inquiry_Date
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Inquiry_Date"], typeof(DateTime), true)));
}
}

public virtual DateTime Invoice_Date1
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Invoice_Date1"], typeof(DateTime), true)));
}
}

public virtual DateTime Invoice_Date2
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Invoice_Date2"], typeof(DateTime), true)));
}
}

public virtual DateTime Invoice_Date3
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Invoice_Date3"], typeof(DateTime), true)));
}
}

public virtual DateTime Invoice_Date4
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Invoice_Date4"], typeof(DateTime), true)));
}
}

public virtual DateTime Invoice_Date5
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Invoice_Date5"], typeof(DateTime), true)));
}
}

public virtual string Invoiced
{
get
{
return ((string)(StiReport.ChangeType(this["Invoiced"], typeof(string), true)));
}
}

public virtual string ITO
{
get
{
return ((string)(StiReport.ChangeType(this["ITO"], typeof(string), true)));
}
}

public virtual DateTime ITO_To_OTR_Date
{
get
{
return ((DateTime)(StiReport.ChangeType(this["ITO_To_OTR_Date"], typeof(DateTime), true)));
}
}

public virtual string KC
{
get
{
return ((string)(StiReport.ChangeType(this["KC"], typeof(string), true)));
}
}

public virtual string Labor_Category_Rate_Table
{
get
{
return ((string)(StiReport.ChangeType(this["Labor_Category_Rate_Table"], typeof(string), true)));
}
}

public virtual string Labor_Code_Rate_Table
{
get
{
return ((string)(StiReport.ChangeType(this["Labor_Code_Rate_Table"], typeof(string), true)));
}
}

public virtual string Late
{
get
{
return ((string)(StiReport.ChangeType(this["Late"], typeof(string), true)));
}
}

public virtual string LIDAR
{
get
{
return ((string)(StiReport.ChangeType(this["LIDAR"], typeof(string), true)));
}
}

public virtual string Lidar_Prod_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Lidar_Prod_Memo"], typeof(string), true)));
}
}

public virtual string Line_Feet
{
get
{
return ((string)(StiReport.ChangeType(this["Line_Feet"], typeof(string), true)));
}
}

public virtual string Location
{
get
{
return ((string)(StiReport.ChangeType(this["Location"], typeof(string), true)));
}
}

public virtual string LP_LiDAR_Production
{
get
{
return ((string)(StiReport.ChangeType(this["LP_LiDAR_Production"], typeof(string), true)));
}
}

public virtual string Map_Limits_Defined
{
get
{
return ((string)(StiReport.ChangeType(this["Map_Limits_Defined"], typeof(string), true)));
}
}

public virtual string Market_Service
{
get
{
return ((string)(StiReport.ChangeType(this["Market_Service"], typeof(string), true)));
}
}

public virtual string Marketing_Description
{
get
{
return ((string)(StiReport.ChangeType(this["Marketing_Description"], typeof(string), true)));
}
}

public virtual string Measured_Acres
{
get
{
return ((string)(StiReport.ChangeType(this["Measured_Acres"], typeof(string), true)));
}
}

public virtual string Media_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Media_Memo"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_Acquisition
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_Acquisition"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_Contours_And_Breaklines
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_Contours_And_Breaklines"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_Data_Model
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_Data_Model"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_DEM
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_DEM"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_File_And_Tile_Size
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_File_And_Tile_Size"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_Horizontal_Accuracy
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_Horizontal_Accuracy"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_HV_Datum
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_HV_Datum"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_Mass_Points_And_TINs
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_Mass_Points_And_TINs"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_Quality_Factors
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_Quality_Factors"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_Reflective_Surface
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_Reflective_Surface"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_Surface_Description
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_Surface_Description"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_Vertical_Accuracy
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_Vertical_Accuracy"], typeof(string), true)));
}
}

public virtual decimal MJH_Cost_Vs_Sub_Cost
{
get
{
return ((decimal)(StiReport.ChangeType(this["MJH_Cost_Vs_Sub_Cost"], typeof(decimal), true)));
}
}

public virtual string MJH_Is_A_Prime_Or_Subcontractor
{
get
{
return ((string)(StiReport.ChangeType(this["MJH_Is_A_Prime_Or_Subcontractor"], typeof(string), true)));
}
}

public virtual string MJH_Number
{
get
{
return ((string)(StiReport.ChangeType(this["MJH_Number"], typeof(string), true)));
}
}

public virtual string MJH_Number_Advantage
{
get
{
return ((string)(StiReport.ChangeType(this["MJH_Number_Advantage"], typeof(string), true)));
}
}

public virtual string MJH_PO_NUMBER
{
get
{
return ((string)(StiReport.ChangeType(this["MJH_PO_NUMBER"], typeof(string), true)));
}
}

public virtual decimal NBR_Value
{
get
{
return ((decimal)(StiReport.ChangeType(this["NBR_Value"], typeof(decimal), true)));
}
}

public virtual long Net_Due_In_Days
{
get
{
return ((long)(StiReport.ChangeType(this["Net_Due_In_Days"], typeof(long), true)));
}
}

public virtual string New_Or_Existing_Client
{
get
{
return ((string)(StiReport.ChangeType(this["New_Or_Existing_Client"], typeof(string), true)));
}
}

public virtual string Note
{
get
{
return ((string)(StiReport.ChangeType(this["Note"], typeof(string), true)));
}
}

public virtual long Number_Of_Flt_Lines
{
get
{
return ((long)(StiReport.ChangeType(this["Number_Of_Flt_Lines"], typeof(long), true)));
}
}

public virtual long Number_Of_Line_Miles
{
get
{
return ((long)(StiReport.ChangeType(this["Number_Of_Line_Miles"], typeof(long), true)));
}
}

public virtual long Number_Of_Models
{
get
{
return ((long)(StiReport.ChangeType(this["Number_Of_Models"], typeof(long), true)));
}
}

public virtual string On_Hold
{
get
{
return ((string)(StiReport.ChangeType(this["On_Hold"], typeof(string), true)));
}
}

public virtual string On_Track
{
get
{
return ((string)(StiReport.ChangeType(this["On_Track"], typeof(string), true)));
}
}

public virtual string One_Fourth_Sections
{
get
{
return ((string)(StiReport.ChangeType(this["One_Fourth_Sections"], typeof(string), true)));
}
}

public virtual string Option_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Option_Memo"], typeof(string), true)));
}
}

public virtual DateTime Oracle_And_PM_To_Production_Set_Up
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Oracle_And_PM_To_Production_Set_Up"], typeof(DateTime), true)));
}
}

public virtual DateTime Oracle_And_QC_Checklist_Closeout
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Oracle_And_QC_Checklist_Closeout"], typeof(DateTime), true)));
}
}

public virtual long Ortho_Hours
{
get
{
return ((long)(StiReport.ChangeType(this["Ortho_Hours"], typeof(long), true)));
}
}

public virtual double Ortho_Hours_Percent_Complete
{
get
{
return ((double)(StiReport.ChangeType(this["Ortho_Hours_Percent_Complete"], typeof(double), true)));
}
}

public virtual string OTR
{
get
{
return ((string)(StiReport.ChangeType(this["OTR"], typeof(string), true)));
}
}

public virtual string Owner_Class
{
get
{
return ((string)(StiReport.ChangeType(this["Owner_Class"], typeof(string), true)));
}
}

public virtual string Owner_Type
{
get
{
return ((string)(StiReport.ChangeType(this["Owner_Type"], typeof(string), true)));
}
}

public virtual string Owners_Name
{
get
{
return ((string)(StiReport.ChangeType(this["Owners_Name"], typeof(string), true)));
}
}

public virtual string Payment_Overdue
{
get
{
return ((string)(StiReport.ChangeType(this["Payment_Overdue"], typeof(string), true)));
}
}

public virtual double Percent_Award
{
get
{
return ((double)(StiReport.ChangeType(this["Percent_Award"], typeof(double), true)));
}
}

public virtual string Photo_Lab_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Photo_Lab_Memo"], typeof(string), true)));
}
}

public virtual string PII_Number
{
get
{
return ((string)(StiReport.ChangeType(this["PII_Number"], typeof(string), true)));
}
}

public virtual string Place_In_New_Folder
{
get
{
return ((string)(StiReport.ChangeType(this["Place_In_New_Folder"], typeof(string), true)));
}
}

public virtual string Place_In_Old_Folder
{
get
{
return ((string)(StiReport.ChangeType(this["Place_In_Old_Folder"], typeof(string), true)));
}
}

public virtual string Place_In_RED_Folder
{
get
{
return ((string)(StiReport.ChangeType(this["Place_In_RED_Folder"], typeof(string), true)));
}
}

public virtual long Plan_Hours
{
get
{
return ((long)(StiReport.ChangeType(this["Plan_Hours"], typeof(long), true)));
}
}

public virtual double Plan_Hours_Percent_Complete
{
get
{
return ((double)(StiReport.ChangeType(this["Plan_Hours_Percent_Complete"], typeof(double), true)));
}
}

public virtual DateTime PM_And_Production_Kickoff
{
get
{
return ((DateTime)(StiReport.ChangeType(this["PM_And_Production_Kickoff"], typeof(DateTime), true)));
}
}

public virtual DateTime PM_To_Customer_Delivery
{
get
{
return ((DateTime)(StiReport.ChangeType(this["PM_To_Customer_Delivery"], typeof(DateTime), true)));
}
}

public virtual string PP_Contour
{
get
{
return ((string)(StiReport.ChangeType(this["PP_Contour"], typeof(string), true)));
}
}

public virtual string PP_Ortho
{
get
{
return ((string)(StiReport.ChangeType(this["PP_Ortho"], typeof(string), true)));
}
}

public virtual string PP_Plan
{
get
{
return ((string)(StiReport.ChangeType(this["PP_Plan"], typeof(string), true)));
}
}

public virtual string PP_Volumetrics
{
get
{
return ((string)(StiReport.ChangeType(this["PP_Volumetrics"], typeof(string), true)));
}
}

public virtual DateTime Previous_Due_Date1
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Previous_Due_Date1"], typeof(DateTime), true)));
}
}

public virtual DateTime Previous_Due_Date2
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Previous_Due_Date2"], typeof(DateTime), true)));
}
}

public virtual string PRIORITY
{
get
{
return ((string)(StiReport.ChangeType(this["PRIORITY"], typeof(string), true)));
}
}

public virtual DateTime Production_Start_Date
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Production_Start_Date"], typeof(DateTime), true)));
}
}

public virtual DateTime Production_To_PM_Handoff
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Production_To_PM_Handoff"], typeof(DateTime), true)));
}
}

public virtual string Project_Manager
{
get
{
return ((string)(StiReport.ChangeType(this["Project_Manager"], typeof(string), true)));
}
}

public virtual DateTime Projected_Due_Date
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Projected_Due_Date"], typeof(DateTime), true)));
}
}

public virtual string Projects_Profit_Center
{
get
{
return ((string)(StiReport.ChangeType(this["Projects_Profit_Center"], typeof(string), true)));
}
}

public virtual decimal Projects_Total_Cost
{
get
{
return ((decimal)(StiReport.ChangeType(this["Projects_Total_Cost"], typeof(decimal), true)));
}
}

public virtual string ProjState
{
get
{
return ((string)(StiReport.ChangeType(this["ProjState"], typeof(string), true)));
}
}

public virtual long QC_Hours
{
get
{
return ((long)(StiReport.ChangeType(this["QC_Hours"], typeof(long), true)));
}
}

public virtual double QC_Hours_Percent_Complete
{
get
{
return ((double)(StiReport.ChangeType(this["QC_Hours_Percent_Complete"], typeof(double), true)));
}
}

public virtual DateTime Quality_Control_Checklist
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Quality_Control_Checklist"], typeof(DateTime), true)));
}
}

public virtual string RATE
{
get
{
return ((string)(StiReport.ChangeType(this["RATE"], typeof(string), true)));
}
}

public virtual string Reason_For_Change
{
get
{
return ((string)(StiReport.ChangeType(this["Reason_For_Change"], typeof(string), true)));
}
}

public virtual string reason1
{
get
{
return ((string)(StiReport.ChangeType(this["reason1"], typeof(string), true)));
}
}

public virtual string reason2
{
get
{
return ((string)(StiReport.ChangeType(this["reason2"], typeof(string), true)));
}
}

public virtual string reason3
{
get
{
return ((string)(StiReport.ChangeType(this["reason3"], typeof(string), true)));
}
}

public virtual string reason4
{
get
{
return ((string)(StiReport.ChangeType(this["reason4"], typeof(string), true)));
}
}

public virtual string reason5
{
get
{
return ((string)(StiReport.ChangeType(this["reason5"], typeof(string), true)));
}
}

public virtual string Received_Final_Payment
{
get
{
return ((string)(StiReport.ChangeType(this["Received_Final_Payment"], typeof(string), true)));
}
}

public virtual string Remove_From_List_Of_Archive
{
get
{
return ((string)(StiReport.ChangeType(this["Remove_From_List_Of_Archive"], typeof(string), true)));
}
}

public virtual string Residential
{
get
{
return ((string)(StiReport.ChangeType(this["Residential"], typeof(string), true)));
}
}

public virtual string Retainage
{
get
{
return ((string)(StiReport.ChangeType(this["Retainage"], typeof(string), true)));
}
}

public virtual decimal Retainage_Limit
{
get
{
return ((decimal)(StiReport.ChangeType(this["Retainage_Limit"], typeof(decimal), true)));
}
}

public virtual long Retainage_Percent
{
get
{
return ((long)(StiReport.ChangeType(this["Retainage_Percent"], typeof(long), true)));
}
}

public virtual string Rural
{
get
{
return ((string)(StiReport.ChangeType(this["Rural"], typeof(string), true)));
}
}

public virtual string Sales_Rep
{
get
{
return ((string)(StiReport.ChangeType(this["Sales_Rep"], typeof(string), true)));
}
}

public virtual string Sales_Type
{
get
{
return ((string)(StiReport.ChangeType(this["Sales_Type"], typeof(string), true)));
}
}

public virtual string Scale
{
get
{
return ((string)(StiReport.ChangeType(this["Scale"], typeof(string), true)));
}
}

public virtual string Seed_File
{
get
{
return ((string)(StiReport.ChangeType(this["Seed_File"], typeof(string), true)));
}
}

public virtual long Service_Charge
{
get
{
return ((long)(StiReport.ChangeType(this["Service_Charge"], typeof(long), true)));
}
}

public virtual DateTime Signed_Contract_Purchase_Order
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Signed_Contract_Purchase_Order"], typeof(DateTime), true)));
}
}

public virtual string Special_Invoice_Format
{
get
{
return ((string)(StiReport.ChangeType(this["Special_Invoice_Format"], typeof(string), true)));
}
}

public virtual string Square_Miles
{
get
{
return ((string)(StiReport.ChangeType(this["Square_Miles"], typeof(string), true)));
}
}

public virtual string State_Worked
{
get
{
return ((string)(StiReport.ChangeType(this["State_Worked"], typeof(string), true)));
}
}

public virtual string Stereo_Compilation_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Stereo_Compilation_Memo"], typeof(string), true)));
}
}

public virtual decimal Sub_Cost
{
get
{
return ((decimal)(StiReport.ChangeType(this["Sub_Cost"], typeof(decimal), true)));
}
}

public virtual string Sub_Task_Description
{
get
{
return ((string)(StiReport.ChangeType(this["Sub_Task_Description"], typeof(string), true)));
}
}

public virtual string Subcompany_ID
{
get
{
return ((string)(StiReport.ChangeType(this["Subcompany_ID"], typeof(string), true)));
}
}

public virtual DateTime Subcompletion_Date
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Subcompletion_Date"], typeof(DateTime), true)));
}
}

public virtual string Subcontractor_Note
{
get
{
return ((string)(StiReport.ChangeType(this["Subcontractor_Note"], typeof(string), true)));
}
}

public virtual DateTime SubQuote_Date
{
get
{
return ((DateTime)(StiReport.ChangeType(this["SubQuote_Date"], typeof(DateTime), true)));
}
}

public virtual string Survey
{
get
{
return ((string)(StiReport.ChangeType(this["Survey"], typeof(string), true)));
}
}

public virtual DateTime Survey_Completion_Date
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Survey_Completion_Date"], typeof(DateTime), true)));
}
}

public virtual long Survey_Priority
{
get
{
return ((long)(StiReport.ChangeType(this["Survey_Priority"], typeof(long), true)));
}
}

public virtual DateTime Survey_Start_Date
{
get
{
return ((DateTime)(StiReport.ChangeType(this["Survey_Start_Date"], typeof(DateTime), true)));
}
}

public virtual string Targets
{
get
{
return ((string)(StiReport.ChangeType(this["Targets"], typeof(string), true)));
}
}

public virtual string Terms_Of_Liability
{
get
{
return ((string)(StiReport.ChangeType(this["Terms_Of_Liability"], typeof(string), true)));
}
}

public virtual string Tie_Projects
{
get
{
return ((string)(StiReport.ChangeType(this["Tie_Projects"], typeof(string), true)));
}
}

public virtual string Type_Of_Billing
{
get
{
return ((string)(StiReport.ChangeType(this["Type_Of_Billing"], typeof(string), true)));
}
}

public virtual string Type_Of_Client
{
get
{
return ((string)(StiReport.ChangeType(this["Type_Of_Client"], typeof(string), true)));
}
}

public virtual string Type_Of_Project
{
get
{
return ((string)(StiReport.ChangeType(this["Type_Of_Project"], typeof(string), true)));
}
}

public virtual string Unit_Measurement
{
get
{
return ((string)(StiReport.ChangeType(this["Unit_Measurement"], typeof(string), true)));
}
}

public virtual string Year
{
get
{
return ((string)(StiReport.ChangeType(this["Year"], typeof(string), true)));
}
}
}
#endregion DataSource Projects__PM70_

#region DataSource Deliverables
public class DeliverablesDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
{

public DeliverablesDataSource() :
base("PM2", "Deliverables", "Deliverables", "", true, false, 30)
{
}

public virtual int ID
{
get
{
return ((int)(StiReport.ChangeType(this["ID"], typeof(int), true)));
}
}

public virtual string Deliverables
{
get
{
return ((string)(StiReport.ChangeType(this["Deliverables"], typeof(string), true)));
}
}

public virtual bool To_PM
{
get
{
return ((bool)(StiReport.ChangeType(this["To_PM"], typeof(bool), true)));
}
}

public virtual DateTime To_PM_Date
{
get
{
return ((DateTime)(StiReport.ChangeType(this["To_PM_Date"], typeof(DateTime), true)));
}
}
}
#endregion DataSource Deliverables

#region DataSource Notes
public class NotesDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
{

public NotesDataSource() :
base("PM2", "Notes", "Notes", "", true, false, 30)
{
}

public virtual string Deliverables_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Deliverables_Memo"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_Acquisition
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_Acquisition"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_Surface_Description
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_Surface_Description"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_Reflective_Surface
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_Reflective_Surface"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_Vertical_Accuracy
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_Vertical_Accuracy"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_Horizontal_Accuracy
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_Horizontal_Accuracy"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_Data_Model
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_Data_Model"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_HV_Datum
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_HV_Datum"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_Contours_And_Breaklines
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_Contours_And_Breaklines"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_Mass_Points_And_TINs
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_Mass_Points_And_TINs"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_DEM
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_DEM"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_File_And_Tile_Size
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_File_And_Tile_Size"], typeof(string), true)));
}
}

public virtual string Memo_LiDAR_Quality_Factors
{
get
{
return ((string)(StiReport.ChangeType(this["Memo_LiDAR_Quality_Factors"], typeof(string), true)));
}
}

public virtual string Media_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Media_Memo"], typeof(string), true)));
}
}

public virtual string GIS_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["GIS_Memo"], typeof(string), true)));
}
}

public virtual string Aerial_Photography_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Aerial_Photography_Memo"], typeof(string), true)));
}
}

public virtual string Film_Processing_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Film_Processing_Memo"], typeof(string), true)));
}
}

public virtual string Control_Surveys_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Control_Surveys_Memo"], typeof(string), true)));
}
}

public virtual string Analytics_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Analytics_Memo"], typeof(string), true)));
}
}

public virtual string Stereo_Compilation_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Stereo_Compilation_Memo"], typeof(string), true)));
}
}

public virtual string Graphics_Edit_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Graphics_Edit_Memo"], typeof(string), true)));
}
}

public virtual string Lidar_Prod_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Lidar_Prod_Memo"], typeof(string), true)));
}
}

public virtual string Photo_Lab_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Photo_Lab_Memo"], typeof(string), true)));
}
}

public virtual string Digital_Image_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Digital_Image_Memo"], typeof(string), true)));
}
}
}
#endregion DataSource Notes

#region DataSource Aerial
public class AerialDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
{

public AerialDataSource() :
base("PM2", "Aerial", "Aerial", "", true, false, 30)
{
}

public virtual int ID
{
get
{
return ((int)(StiReport.ChangeType(this["ID"], typeof(int), true)));
}
}

public virtual string Aerial_Photography
{
get
{
return ((string)(StiReport.ChangeType(this["Aerial_Photography"], typeof(string), true)));
}
}
}
#endregion DataSource Aerial

#region DataSource LidarAcq
public class LidarAcqDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
{

public LidarAcqDataSource() :
base("PM2", "LidarAcq", "LidarAcq", "", true, false, 30)
{
}

public virtual int ID
{
get
{
return ((int)(StiReport.ChangeType(this["ID"], typeof(int), true)));
}
}

public virtual string LIDAR_Acquisition
{
get
{
return ((string)(StiReport.ChangeType(this["LIDAR_Acquisition"], typeof(string), true)));
}
}
}
#endregion DataSource LidarAcq

#region DataSource Control
public class ControlDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
{

public ControlDataSource() :
base("PM2", "Control", "Control", "", true, false, 30)
{
}

public virtual int ID
{
get
{
return ((int)(StiReport.ChangeType(this["ID"], typeof(int), true)));
}
}

public virtual string Control_Surveys
{
get
{
return ((string)(StiReport.ChangeType(this["Control_Surveys"], typeof(string), true)));
}
}
}
#endregion DataSource Control

#region DataSource Analytics
public class AnalyticsDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
{

public AnalyticsDataSource() :
base("PM2", "Analytics", "Analytics", "", true, false, 30)
{
}

public virtual int ID
{
get
{
return ((int)(StiReport.ChangeType(this["ID"], typeof(int), true)));
}
}

public virtual string Analytics
{
get
{
return ((string)(StiReport.ChangeType(this["Analytics"], typeof(string), true)));
}
}
}
#endregion DataSource Analytics

#region DataSource PhotoLab
public class PhotoLabDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
{

public PhotoLabDataSource() :
base("PM2", "PhotoLab", "PhotoLab", "", true, false, 30)
{
}

public virtual int ID
{
get
{
return ((int)(StiReport.ChangeType(this["ID"], typeof(int), true)));
}
}

public virtual string Photo_Lab
{
get
{
return ((string)(StiReport.ChangeType(this["Photo_Lab"], typeof(string), true)));
}
}
}
#endregion DataSource PhotoLab

#region DataSource StereoComp
public class StereoCompDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
{

public StereoCompDataSource() :
base("PM2", "StereoComp", "StereoComp", "", true, false, 30)
{
}

public virtual int ID
{
get
{
return ((int)(StiReport.ChangeType(this["ID"], typeof(int), true)));
}
}

public virtual string Stereo_Compilation
{
get
{
return ((string)(StiReport.ChangeType(this["Stereo_Compilation"], typeof(string), true)));
}
}
}
#endregion DataSource StereoComp

#region DataSource Ortho
public class OrthoDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
{

public OrthoDataSource() :
base("PM2", "Ortho", "Ortho", "", true, false, 30)
{
}

public virtual int ID
{
get
{
return ((int)(StiReport.ChangeType(this["ID"], typeof(int), true)));
}
}

public virtual string Digital_Image
{
get
{
return ((string)(StiReport.ChangeType(this["Digital_Image"], typeof(string), true)));
}
}
}
#endregion DataSource Ortho

#region DataSource LidarProd
public class LidarProdDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
{

public LidarProdDataSource() :
base("PM2", "LidarProd", "LidarProd", "", true, false, 30)
{
}

public virtual int ID
{
get
{
return ((int)(StiReport.ChangeType(this["ID"], typeof(int), true)));
}
}

public virtual string Lidar_Prod
{
get
{
return ((string)(StiReport.ChangeType(this["Lidar_Prod"], typeof(string), true)));
}
}
}
#endregion DataSource LidarProd

#region DataSource Graphics
public class GraphicsDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
{

public GraphicsDataSource() :
base("PM2", "Graphics", "Graphics", "", true, false, 30)
{
}

public virtual string ID
{
get
{
return ((string)(StiReport.ChangeType(this["ID"], typeof(string), true)));
}
}

public virtual string Graphics_Edit
{
get
{
return ((string)(StiReport.ChangeType(this["Graphics_Edit"], typeof(string), true)));
}
}
}
#endregion DataSource Graphics

#region DataSource Lidar_Prod_Memo
public class Lidar_Prod_MemoDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
{

public Lidar_Prod_MemoDataSource() :
base("PM2", "Lidar_Prod_Memo", "Lidar_Prod_Memo", "", true, false, 30)
{
}

public virtual string Lidar_Prod_Memo
{
get
{
return ((string)(StiReport.ChangeType(this["Lidar_Prod_Memo"], typeof(string), true)));
}
}
}
#endregion DataSource Lidar_Prod_Memo
#endregion StiReport Designer generated code - do not modify
}
}
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Label not hiding when no data in databand

Post by Alex K. »

Hello,

Please send us your .mrt file with data on support@stimulsoft.com for analisys.

Thank you.
Post Reply