﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<StiSerializer version="1.02" type="Net" application="StiReport">
  <Dictionary Ref="1" type="Dictionary" isKey="true">
    <BusinessObjects isList="true" count="0" />
    <Databases isList="true" count="1">
      <EasyBuildConnection Ref="2" type="Stimulsoft.Report.Dictionary.StiSqlDatabase" isKey="true">
        <Alias>EasyBuildConnection</Alias>
        <ConnectionStringEncrypted>9FrBz0hKQ91FWvn0dFikY9FUlWNIS5LNa1/tCMOE9RPVcJsLaUuChPlH6L13SeO/5VTLaENo+hlGRL3sZz1rRtFa0YNNekvVahW9+E+AokbTVI+JXXoBreFJ+Vw=</ConnectionStringEncrypted>
        <Name>EasyBuildConnection</Name>
      </EasyBuildConnection>
    </Databases>
    <DataSources isList="true" count="15">
      <Company Ref="3" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>Company</Alias>
        <Columns isList="true" count="16">
          <value>CompanyID,System.Int32</value>
          <value>LetterheadName,System.String</value>
          <value>CompanyStart,System.String</value>
          <value>Website,System.String</value>
          <value>ABN,System.String</value>
          <value>Address,System.String</value>
          <value>Phone,System.String</value>
          <value>Fax,System.String</value>
          <value>Email,System.String</value>
          <value>BankName,System.String</value>
          <value>BSB,System.String</value>
          <value>AccountNumber,System.String</value>
          <value>CategoryID,System.Int32</value>
          <value>CountryID,System.Int32</value>
          <value>ABNLabel,System.String</value>
          <value>BuildersLicenceNumber,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>Company</Name>
        <NameInSource>EasyBuildConnection</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>SELECT c.ID CompanyID, c.LetterheadName, CASE WHEN c.ID = 30 THEN '1993' ELSE '1953' END CompanyStart, c.Website, c.ABN,c.BuildersLicenceNumber,
          RTRIM(RTRIM(RTRIM(RTRIM(RTRIM(ISNULL(c.StreetNumber,'') + ' ' + ISNULL(c.StreetName,'')) + ' ' + ISNULL(c.StreetType,'')) + ', ' + ISNULL(c.Suburb,'')) + ', ' + ISNULL(c.State,'')) + ' ' + ISNULL(c.postcode,'')) Address, c.Phone, c.Fax, c.Email, c.BankName, c.BSB, c.AccountNumber, c.CategoryID,
	      c.CountryID, CASE WHEN c.CountryID = 2 THEN 'GST No.' WHEN c.CountryID = 4 THEN 'EIN' ELSE 'ABN' END ABNLabel
FROM JobDetails jd
INNER JOIN Company c ON c.ID = jd.CompanyID
WHERE jd.ID = {JobID}
        </SqlCommand>
      </Company>
      <CompanyLogos Ref="4" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>CompanyLogos</Alias>
        <Columns isList="true" count="2">
          <value>CompanyID,System.Int32</value>
          <value>Logo,System.Byte[]</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>CompanyLogos</Name>
        <NameInSource>EasyBuildConnection</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>SELECT cl.CompanyID, cl.Logo
	FROM JobDetails jd
INNER JOIN CompanyLogos cl ON cl.CompanyID = jd.CompanyID
WHERE jd.ID = {JobID}</SqlCommand>
      </CompanyLogos>
      <PropertyRepairDetails Ref="5" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>PropertyRepairDetails</Alias>
        <Columns isList="true" count="29">
          <value>BrkAdjIns,System.String</value>
          <value>InsuredDetails,System.String</value>
          <value>ClaimDetails,System.String</value>
          <value>InsuredText,System.String</value>
          <value>Ins,System.String</value>
          <value>BrkAdjInsPhone,System.String</value>
          <value>InsPhone,System.String</value>
          <value>BrkAdjInsFax,System.String</value>
          <value>InsFax,System.String</value>
          <value>BrkAdjInsEmail,System.String</value>
          <value>InsEmail,System.String</value>
          <value>AdjusterReference,System.String</value>
          <value>BrokerReference,System.String</value>
          <value>SupervisorName,System.String</value>
          <value>SupervisorPhone,System.String</value>
          <value>SupervisorEmail,System.String</value>
          <value>SupervisorFax,System.String</value>
          <value>QuoteRef,System.String</value>
          <value>ClaimNumber,System.String</value>
          <value>CustomerName,System.String</value>
          <value>SiteAddress,System.String</value>
          <value>CustomerPhone,System.String</value>
          <value>DateRequested,System.DateTime</value>
          <value>InsuredResidedYears,System.Decimal</value>
          <value>CustomerCalled,System.DateTime</value>
          <value>AppointmentDate,System.DateTime</value>
          <value>EstimatorNotes,System.String</value>
          <value>DateOfLoss,System.DateTime</value>
          <value>InsID,System.Int32</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>PropertyRepairDetails</Name>
        <NameInSource>EasyBuildConnection</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>		  SELECT 
				({Title} + ' - ' +
				CASE WHEN jd.BrokerContactID IS NULL OR ISNULL(jd.AppointedByBroker,0) = 0 THEN 
					(CASE WHEN jd.AdjusterContactID IS NULL THEN icom.Name ELSE acom.Name END)
				ELSE 
					bcom.Name 
				END
          )as BrkAdjIns,
	      
          'Insured Details' as InsuredDetails,
          'Claim Details' as ClaimDetails,
          'Insured' as InsuredText,

          icom.Name Ins, icom.ID As InsID,
          CASE WHEN jd.AdjusterContactID IS NULL THEN Case WHEN ioff.SmartPhone IS NULL THEN Case WHEN icon.Phone IS NULL THEN ioff.Phone ELSE icon.Phone END ELSE ioff.SmartPhone END
          ELSE CASE WHEN aoff.SmartPhone IS NULL THEN Case WHEN acon.Phone IS NULL THEN aoff.Phone ELSE acon.Phone END ELSE aoff.SmartPhone END END AdjInsPhone,
          CASE WHEN ioff.SmartPhone IS NULL THEN CASE WHEN icon.Phone IS NULL THEN ioff.Phone ELSE icon.Phone END END InsPhone,
          CASE WHEN jd.AdjusterContactID IS NULL THEN Case WHEN icon.Fax IS NULL THEN ioff.Fax ELSE icon.Fax END ELSE Case WHEN acon.Fax IS NULL THEN aoff.Fax ELSE acon.Fax END END AdjInsFax,
          CASE WHEN icon.Fax IS NULL THEN ioff.Fax ELSE icon.Fax END InsFax,
          CASE WHEN jd.AdjusterContactID IS NULL THEN Case WHEN icon.Email IS NULL THEN ioff.Email ELSE icon.Email END ELSE Case WHEN acon.Email IS NULL THEN aoff.Email ELSE acon.Email END END AdjInsEmail,
          Case WHEN icon.Email IS NULL THEN ioff.Email ELSE icon.Email END InsEmail,
          jdc.AdjusterReference, ISNULL(e.FirstName,'') + ' ' + ISNULL(e.LastName,'') SupervisorName, Case WHEN e.Mobile IS NULL THEN c.Phone ELSE e.Mobile END SupervisorPhone,
          Case WHEN e.Email IS NULL THEN c.Email ELSE e.Email END SupervisorEmail, c.Fax SupervisorFax,
          ISNULL(jd.ProjectID,'') + '/' + CONVERT(VARCHAR(3), ISNULL(est.Version,'')) + LEFT(ISNULL(e.loginname,''),2) QuoteRef, jdc.ClaimNumber,
          ISNULL(jc.FirstName,'') + ' ' + ISNULL(jc.LastName,'') CustomerName, sa.SiteAddress, Case WHEN jcp.Phone1 IS NULL THEN Case WHEN jcp.Mobile IS NULL THEN jcp.Phone2 ELSE jcp.Mobile END ELSE jcp.Phone1 END CustomerPhone,
          jdi.AllocationDate DateRequested, ISNULL(jdi.InsuredResidedYears,0) InsuredResidedYears, prinote.CustomerCalled, jdi.AppointmentDate, est.GeneralNotes EstimatorNotes, jdi.DateOfLoss 
          FROM JobDetails jd
		  LEFT JOIN [Case] cs ON cs.ID = {CaseID}
          LEFT JOIN ClientContact icon ON icon.ID = jd.InsuranceContactID
          LEFT JOIN ClientOffice ioff ON ioff.ID = icon.ClientOfficeID
          LEFT JOIN ClientCompany icom ON icom.ID = ioff.ClientCompanyID
          LEFT JOIN ClientContact acon ON acon.ID = jd.AdjusterContactID
          LEFT JOIN ClientOffice aoff ON aoff.ID = acon.ClientOfficeID
          LEFT JOIN ClientCompany acom ON acom.ID = aoff.ClientCompanyID
		  LEFT JOIN ClientContact bcon ON bcon.ID = jd.BrokerContactID
          LEFT JOIN ClientOffice boff ON boff.ID = bcon.ClientOfficeID
          LEFT JOIN ClientCompany bcom ON bcom.ID = boff.ClientCompanyID
          LEFT JOIN JobDetailsClaim jdc ON jdc.JobID = jd.ID
          LEFT JOIN JobDetailsManager jdm ON jdm.JobID = jd.ID AND jdm.Type = 6 AND jdm.PrimaryType = 1
          LEFT JOIN Employees e ON e.RecordID = jdm.EmployeeID
          LEFT JOIN Company c ON c.ID = jd.CompanyID
          LEFT JOIN JobContact jc ON jc.JobID = jd.ID AND jc.KeyContact = 1
          LEFT JOIN JobContactPhoneDetails jcp ON jcp.JobContactID = jc.ID
          LEFT JOIN vw_JobSiteAddress sa ON sa.JobID = jd.ID
          LEFT JOIN JobDetailsImportantDates jdi ON jdi.JobID = jd.ID
          LEFT JOIN
          (SELECT TOP 1 ed.JobID, ed.Version, ed.GeneralNotes
          FROM EstimateDetails ed
          WHERE ed.JobID = {JobID} AND ed.StatusID &lt;&gt; 4
          ORDER BY ed.Version) est ON est.JobID = jd.ID
          LEFT JOIN
          (SELECT jn.JobID, MIN(jn.InsertedDate) CustomerCalled
          FROM JobNote jn
          WHERE jn.TypeID = 7
          GROUP BY jn.JobID) prinote ON prinote.JobID = jd.ID
          WHERE jd.ID = {JobID}
        </SqlCommand>
      </PropertyRepairDetails>
      <JobAssessment Ref="6" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>JobAssessment</Alias>
        <Columns isList="true" count="126">
          <value>Recommendation,System.String</value>
          <value>ReferralReason,System.String</value>
          <value>ReferToInsurerReason,System.String</value>
          <value>InsuredResponsibility,System.String</value>
          <value>ClientWillingToProceed,System.String</value>
          <value>ReportsOrdered,System.String</value>
          <value>RiskAssessmentRequired,System.String</value>
          <value>HomeOwnerWarranty,System.String</value>
          <value>DoAndCharge,System.String</value>
          <value>BuildingType,System.String</value>
          <value>DesignType,System.String</value>
          <value>ConstructionType,System.String</value>
          <value>RoofType,System.String</value>
          <value>OverallCondition,System.String</value>
          <value>OtherHazardsOnSite,System.String</value>
          <value>FoundationType,System.String</value>
          <value>StructureSizeSquares,System.Decimal</value>
          <value>StructureSizeSquareMeters,System.Decimal</value>
          <value>StructureAgeYears,System.Decimal</value>
          <value>MainRoofDamage,System.Boolean</value>
          <value>MainRoofDamageText,System.String</value>
          <value>RoofDamagePercent,System.Decimal</value>
          <value>TarpOnRoof,System.String</value>
          <value>JLGTarp,System.String</value>
          <value>HabitabilityID,System.Int32</value>
          <value>ResidenceHabitable,System.Int32</value>
          <value>ResidenceHabitableText,System.String</value>
          <value>Habitability,System.String</value>
          <value>EventType,System.String</value>
          <value>OptionalCover,System.String</value>
          <value>IncidentConfirmed,System.String</value>
          <value>ClientInformedNextSteps,System.String</value>
          <value>MakesafeTypeID,System.Int32</value>
          <value>MakesafeType,System.String</value>
          <value>DidMakesafeAttend,System.String</value>
          <value>MakeSafeCompletionDate,System.DateTime</value>
          <value>MakesafeCost,System.Decimal</value>
          <value>SumInsuredAdequate,System.String</value>
          <value>TradeRequired,System.String</value>
          <value>PreviousClaimLodged,System.String</value>
          <value>StrataClaim,System.String</value>
          <value>EstimatedRoofRepairCompletionDate,System.DateTime</value>
          <value>RoofRepairCompleted,System.String</value>
          <value>RepairsByInsuredPrior,System.String</value>
          <value>ClaimedIncident,System.String</value>
          <value>ActionTakenAfterIncident,System.String</value>
          <value>ResultantDamage,System.String</value>
          <value>BuildersAssessmentOfCause,System.String</value>
          <value>FurtherSiteComments,System.String</value>
          <value>EstimatedRepairTimeDays,System.Decimal</value>
          <value>ActionRequiredByInsured,System.String</value>
          <value>ActionRequiredByInsurer,System.String</value>
          <value>ActionRequiredByJLG,System.String</value>
          <value>ActionRequiredByInsuredDetails,System.String</value>
          <value>RoofDate,System.Int32</value>
          <value>CashSettlementID,System.Int32</value>
          <value>CashSettlement,System.String</value>
          <value>CashSettlementDetails,System.String</value>
          <value>OtherHazards,System.String</value>
          <value>PolicyCoversContents,System.String</value>
          <value>ContentsInvolved,System.String</value>
          <value>ActionRelatedToContents,System.String</value>
          <value>ActionRelatedToContentsOther,System.String</value>
          <value>ClaimedEvent,System.String</value>
          <value>ClaimedDamage,System.String</value>
          <value>BuildingOrDesignFaults,System.String</value>
          <value>BuildingFaultsOrMaintenanceIssues,System.String</value>
          <value>InspectionDetails,System.String</value>
          <value>WhatHappenedAndWhen,System.String</value>
          <value>WhatHappenedAndWhen2,System.String</value>
          <value>WhatHappenedAndWhen3,System.String</value>
          <value>MaintenanceIssues,System.String</value>
          <value>PreviousHistory,System.String</value>
          <value>InsuredAwareRepairResponsibility,System.String</value>
          <value>GlassRequired,System.String</value>
          <value>GlassComments,System.String</value>
          <value>AluminiumRequired,System.String</value>
          <value>AluminiumComments,System.String</value>
          <value>ScaffoldRequired,System.String</value>
          <value>ScaffoldComments,System.String</value>
          <value>PermitsRequired,System.String</value>
          <value>PermitsComments,System.String</value>
          <value>MenRequired,System.Int32</value>
          <value>HoursRequired,System.Int32</value>
          <value>PlantRequired,System.String</value>
          <value>PlantComments,System.String</value>
          <value>InductionRequired,System.String</value>
          <value>InductionComments,System.String</value>
          <value>AbseilersRequired,System.String</value>
          <value>AbseilersComments,System.String</value>
          <value>AsbestosPresent,System.String</value>
          <value>AsbestosComments,System.String</value>
          <value>MouldPresent,System.String</value>
          <value>TrafficManagementRequired,System.String</value>
          <value>TrafficManagementComments,System.String</value>
          <value>DamageToInternalAreas,System.String</value>
          <value>DamageToExternalAreas,System.String</value>
          <value>GeneralRoofConditionComments,System.String</value>
          <value>StormCreatedOpeningText,System.String</value>
          <value>StormCreatedOpening,System.Boolean</value>
          <value>StormCreatedOpeningComments,System.String</value>
          <value>CeilingCavityInspectionText,System.String</value>
          <value>CeilingCavityInspection,System.Boolean</value>
          <value>CeilingCavityInspectionComments,System.String</value>
          <value>GuttersDownpipesSufficientText,System.String</value>
          <value>GuttersDownpipesSufficient,System.Boolean</value>
          <value>GuttersDownpipesSufficientComments,System.String</value>
          <value>AdditionalFixturesOnRoofText,System.String</value>
          <value>AdditionalFixturesOnRoof,System.Boolean</value>
          <value>AdditionalFixturesOnRoofComments,System.String</value>
          <value>ValleysAndGuttersCleanText,System.String</value>
          <value>ValleysAndGuttersClean,System.Boolean</value>
          <value>ValleysAndGuttersCleanComments,System.String</value>
          <value>WaterBreachComments,System.String</value>
          <value>ClaimedDamageConsistentText,System.String</value>
          <value>ClaimedDamageConsistent,System.Boolean</value>
          <value>ClaimedDamageConsistentComments,System.String</value>
          <value>BuildingFaultsContributingText,System.String</value>
          <value>BuildingFaultsContributing,System.Boolean</value>
          <value>MaintenanceIssuesContributingText,System.String</value>
          <value>MaintenanceIssuesContributing,System.Boolean</value>
          <value>InsuredAwareMaintenanceIssuesText,System.String</value>
          <value>InsuredAwareMaintenanceIssues,System.Boolean</value>
          <value>InsuredAwareMaintenanceIssuesComments,System.String</value>
          <value>NotHabitableTimeDays,System.Decimal</value>
          <value>RepairLimitationsComments,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>JobAssessment</Name>
        <NameInSource>EasyBuildConnection</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>
          SELECT jr.Description Recommendation, jrr.Description ReferralReason, ja.ReferToInsurerReason, CASE WHEN ISNULL(InsuredAwareRepairResponsibility,0) = 1 THEN 'Yes' ELSE 'No' END InsuredResponsibility,
          CASE WHEN ISNULL(ClientWillingToProceed,0) = 1 THEN 'Yes' ELSE 'No' END ClientWillingToProceed, Case WHEN ISNULL(Reports.ReportsOrdered,0) &gt; 0 THEN 'Yes' ELSE 'No' END ReportsOrdered,
          CASE WHEN ISNULL(RiskAssessmentRequired,0) = 1 THEN 'Yes' ELSE 'No' END RiskAssessmentRequired, wt.Description HomeOwnerWarranty,
          CASE WHEN ISNULL(DoAndCharge,0) = 1 THEN 'Yes' ELSE 'No' END DoAndCharge, bt.Description BuildingType, dt.Description DesignType, ct.Description ConstructionType,
          rt.Description RoofType, oc.Description OverallCondition, CASE WHEN ISNULL(OtherHazardsOnSite,0) = 1 THEN 'Yes' ELSE 'No' END OtherHazardsOnSite, ft.Description FoundationType,
          ja.StructureSizeSquares, ja.StructureSizeSquareMeters, ja.StructureAgeYears, ja.MainRoofDamage, CASE WHEN ISNULL(MainRoofDamage,0) = 1 THEN 'Yes' ELSE 'No' END MainRoofDamageText, ja.RoofDamagePercent,
          CASE WHEN ISNULL(ja.TarpOnRoof,0) = 1 THEN 'Yes' ELSE 'No' END TarpOnRoof, CASE WHEN ISNULL(ja.JLGTarp,0) = 1 THEN 'Yes' ELSE 'No' END JLGTarp,
          HabitabilityID, CASE WHEN ISNULL(HabitabilityID,0) IN (1, 3) THEN 1 ELSE 0 END ResidenceHabitable, CASE WHEN ISNULL(HabitabilityID,0) IN (1, 3) THEN 'Yes' ELSE 'No' END ResidenceHabitableText, h.Description Habitability, et.Description EventType, ocov.Description OptionalCover, CASE WHEN ISNULL(IncidentConfirmed,0) = 1 THEN 'Yes' ELSE 'No' END IncidentConfirmed,
          CASE WHEN ISNULL(ClientInformedNextSteps,0) = 1 THEN 'Yes' ELSE 'No' END ClientInformedNextSteps, ja.MakesafeTypeID, mt.Description MakesafeType, CASE WHEN mt.Description = 'None' THEN 'No' ELSE 'Yes' END DidMakesafeAttend, 
		  ja.MakeSafeCompletionDate, CASE WHEN ja.MakesafeCost &lt; 0 THEN 0 ELSE ISNULL(ja.MakesafeCost, 0) END MakesafeCost, CASE WHEN ISNULL(SumInsuredAdequate,0) = 1 THEN 'Yes' ELSE 'No' END SumInsuredAdequate,
          t.Description TradeRequired, CASE WHEN ISNULL(PreviousClaimLodged,0) = 1 THEN 'Yes' ELSE 'No' END PreviousClaimLodged, CASE WHEN ISNULL(StrataClaim,0) = 1 THEN 'Yes' ELSE 'No' END StrataClaim,
          ja.EstimatedRoofRepairCompletionDate, CASE WHEN ISNULL(RoofRepairCompleted,0) = 1 THEN 'Yes' ELSE 'No' END RoofRepairCompleted,
          ja.RepairsByInsuredPrior, ja.ClaimedIncident, ja.ActionTakenAfterIncident, ja.ResultantDamage, ja.BuildersAssessmentOfCause, ja.FurtherSiteComments, ja.EstimatedRepairTimeDays,
          a1.Description ActionRequiredByInsured, a2.Description ActionRequiredByInsurer, a3.Description ActionRequiredByJLG, ja.ActionRequiredByInsured ActionRequiredByInsuredDetails,
          Case WHEN ja.EstimatedRoofRepairCompletionDate IS NULL THEN 0 ELSE 1 END RoofDate, ISNULL(ja.CashSettlementID,0) CashSettlementID, cs.Description CashSettlement, ja.CashSettlementDetails,
          ja.OtherHazards, CASE WHEN ISNULL(ja.PolicyCoversContents,0) = 1 THEN 'Yes' ELSE 'No' END PolicyCoversContents, CASE WHEN ISNULL(ja.ContentsInvolved,0) = 1 THEN 'Yes' ELSE 'No' END ContentsInvolved,
          ca.Description ActionRelatedToContents, ja.ActionRelatedToContentsOther, ja.ClaimedEvent, ja.ClaimedDamage, ja.BuildingOrDesignFaults, ja.BuildingFaultsOrMaintenanceIssues, ja.InspectionDetails,
          ja.WhatHappenedAndWhen, ja.WhatHappenedAndWhen2, ja.WhatHappenedAndWhen3, ja.MaintenanceIssues, ja.PreviousHistory, CASE WHEN ISNULL(InsuredAwareRepairResponsibility,0) = 1 THEN 'Yes' ELSE 'No' END InsuredAwareRepairResponsibility,
          Case WHEN Exists (Select ID FROM JobAssessmentGlass WHERE JobAssessmentID = ja.ID) THEN 'Yes' ELSE 'No' END GlassRequired, GlassComments,
          Case WHEN Exists (Select ID FROM JobAssessmentAluminium WHERE JobAssessmentID = ja.ID) THEN 'Yes' ELSE 'No' END AluminiumRequired, AluminiumComments,
          CASE WHEN ISNULL(Scaffold,0) = 1 THEN 'Yes' ELSE 'No' END as ScaffoldRequired, ScaffoldComments, CASE WHEN ISNULL(Permits,0) = 1 THEN 'Yes' ELSE 'No' END as PermitsRequired, PermitsComments,
          MenRequired, HoursRequired, CASE WHEN ISNULL(PlantRequired,0) = 1 THEN 'Yes' ELSE 'No' END PlantRequired,PlantComments,
          CASE WHEN ISNULL(InductionRequired,0) = 1 THEN 'Yes' ELSE 'No' END InductionRequired, InductionComments,
          CASE WHEN ISNULL(AbseilersRequired,0) = 1 THEN 'Yes' ELSE 'No' END AbseilersRequired, AbseilersComments,
          CASE WHEN ISNULL(AsbestosPresent,0) = 1 THEN 'Yes' ELSE 'No' END AsbestosPresent, AsbestosComments,
          CASE WHEN ISNULL(MouldPresent,0) = 1 THEN 'Yes' ELSE 'No' END MouldPresent,
          CASE WHEN ISNULL(TrafficManagement,0) = 1 THEN 'Yes' ELSE 'No' END as TrafficManagementRequired, TrafficManagementComments,
          DamageToInternalAreas, DamageToExternalAreas, GeneralRoofConditionComments,
          CASE WHEN ISNULL(StormCreatedOpening,0) = 1 THEN 'Yes' ELSE 'No' END StormCreatedOpeningText, StormCreatedOpening, StormCreatedOpeningComments,
          CASE WHEN ISNULL(CeilingCavityInspection,0) = 1 THEN 'Yes' ELSE 'No' END CeilingCavityInspectionText, CeilingCavityInspection, CeilingCavityInspectionComments,
          CASE WHEN ISNULL(GuttersDownpipesSufficient,0) = 1 THEN 'Yes' ELSE 'No' END GuttersDownpipesSufficientText, GuttersDownpipesSufficient, GuttersDownpipesSufficientComments,
          CASE WHEN ISNULL(AdditionalFixturesOnRoof,0) = 1 THEN 'Yes' ELSE 'No' END AdditionalFixturesOnRoofText, AdditionalFixturesOnRoof, AdditionalFixturesOnRoofComments,
          CASE WHEN ISNULL(ValleysAndGuttersClean,0) = 1 THEN 'Yes' ELSE 'No' END ValleysAndGuttersCleanText, ValleysAndGuttersClean, ValleysAndGuttersCleanComments, WaterBreachComments,
          CASE WHEN ISNULL(ClaimedDamageConsistent,0) = 1 THEN 'Yes' ELSE 'No' END ClaimedDamageConsistentText, ClaimedDamageConsistent, ClaimedDamageConsistentComments,
          CASE WHEN ISNULL(BuildingFaultsContributing,0) = 1 THEN 'Yes' ELSE 'No' END BuildingFaultsContributingText, BuildingFaultsContributing,
          CASE WHEN ISNULL(MaintenanceIssuesContributing,0) = 1 THEN 'Yes' ELSE 'No' END MaintenanceIssuesContributingText, MaintenanceIssuesContributing,
          CASE WHEN ISNULL(InsuredAwareMaintenanceIssues,0) = 1 THEN 'Yes' ELSE 'No' END InsuredAwareMaintenanceIssuesText, InsuredAwareMaintenanceIssues, InsuredAwareMaintenanceIssuesComments,
          NotHabitableTimeDays, RepairLimitationsComments
          FROM JobAssessment ja
          LEFT JOIN MenuJobAssessmentRecommendation jr ON jr.ID = ja.RecommendationID
		  LEFT JOIN MenuJobAssessmentReferralReason jrr ON jrr.ID = ja.ReferralReasonID
          LEFT JOIN
          (SELECT ro.JobAssessmentID, COUNT(ro.JobAssessmentID) ReportsOrdered
          FROM JobAssessmentReportOrdered ro
          GROUP BY ro.JobAssessmentID) Reports ON Reports.JobAssessmentID = ja.ID
          LEFT JOIN MenuJobAssessmentWarrantyType wt ON wt.ID = ja.WarrantyTypeID
          LEFT JOIN MenuJobAssessmentBuildingType bt ON bt.ID = ja.BuildingTypeID
          LEFT JOIN MenuJobAssessmentMakesafeType mt ON mt.ID = ja.MakesafeTypeID
          LEFT JOIN MenuJobAssessmentDesignType dt ON dt.ID = ja.DesignTypeID
          LEFT JOIN MenuJobAssessmentConstructionType ct ON ct.ID = ja.ConstructionTypeID
          LEFT JOIN MenuJobAssessmentRoofType rt ON rt.ID = ja.RoofTypeID
          LEFT JOIN MenuJobAssessmentOverallCondition oc ON oc.ID = ja.OverallConditionID
          LEFT JOIN MenuJobAssessmentFoundationType ft ON ft.ID = ja.FoundationTypeID
          LEFT JOIN MenuJobAssessmentHabitability h ON h.ID = ja.HabitabilityID
          LEFT JOIN MenuJobAssessmentEventType et ON et.ID = ja.EventTypeID
          LEFT JOIN MenuJobAssessmentTrade t ON t.ID = ja.TradeID
          LEFT JOIN MenuJobAssessmentInsuredAction a1 ON a1.ID = ja.ActionRequiredByInsuredID
          LEFT JOIN MenuJobAssessmentInsurerAction a2 ON a2.ID = ja.ActionRequiredByInsurerID
          LEFT JOIN MenuJobAssessmentJLGAction a3 ON a3.ID = ja.ActionRequiredByJLGID
          LEFT JOIN MenuJobAssessmentCashSettlement cs ON cs.ID = ja.CashSettlementID
          LEFT JOIN MenuJobAssessmentContentsAction ca ON ca.ID = ja.ActionRelatedToContentsID
          LEFT JOIN MenuJobAssessmentOptionalCover ocov ON ca.ID = ja.OptionalCoverID
          WHERE ja.JobID = {JobID}
        </SqlCommand>
      </JobAssessment>
      <JobImages Ref="7" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>JobImages</Alias>
        <Columns isList="true" count="3">
          <value>FilePath,System.String</value>
          <value>Description,System.String</value>
          <value>JobImage,System.Byte[]</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>JobImages</Name>
        <NameInSource>EasyBuildConnection</NameInSource>
        <Parameters isList="true" count="1">
          <value>SessionID,SessionID,14,0</value>
        </Parameters>
        <SqlCommand>SELECT FilePath, DocumentFile As [JobImage], Metadata As [Description]
FROM AttachSessionDocumentTemp
WHERE SessionIdentifier = @SessionID
        </SqlCommand>
      </JobImages>
      <EstimateDetails Ref="8" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>EstimateDetails</Alias>
        <Columns isList="true" count="11">
          <value>Header,System.String</value>
          <value>Description,System.String</value>
          <value>Level1Sort,System.Decimal</value>
          <value>Level2Sort,System.Decimal</value>
          <value>Version,System.Int32</value>
          <value>UnitOfMeasure,System.String</value>
          <value>RecordID,System.Int32</value>
          <value>lv1ID,System.Int32</value>
          <value>HeaderNumberDisp,System.String</value>
          <value>DescriptionNumber,System.Int64</value>
          <value>HeaderAndDescNumberDisp,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>EstimateDetails</Name>
        <NameInSource>EasyBuildConnection</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>          DECLARE @EstID AS INT

          SET @EstID = {EstimateID}

          SELECT
          hdr.ID AS lv1ID, hdr.Name, hdr.SortOrder AS Level1Sort
          , itm.RecordID, itm.Header, itm.Description, itm.Level2Sort, itm.Version, itm.UnitOfMeasure
          , hdr.HeaderNumber AS HeaderNumberDisp, itm.ItemNumber AS DescriptionNumber, CAST(HeaderNumber AS NVARCHAR) + '.' + CAST(ItemNumber AS NVARCHAR) HeaderAndDescNumberDisp
          FROM
          (
          -- Get all level-1 Headers
		  SELECT lv1.ID, Name, SortOrder, e.Version, ROW_NUMBER() OVER (ORDER BY lv1.SortOrder,lv1.ID) AS HeaderNumber
          FROM EstimateDetails e
          INNER JOIN EstimateHeader lv1 ON e.ID = lv1.DetailsID
          WHERE e.ID = @EstID And PreviewInScope = 1
          ) hdr
          INNER JOIN
          (
          -- Get all level-2 Items
          SELECT lv1.ID lv1ID, lv2.ID RecordID, lv1.Name Header, lv2.Description, lv1.SortOrder Level1Sort, lv2.SortOrder Level2Sort, Version, lv2.UnitOfMeasure,
			  ROW_NUMBER() over (PARTITION BY lv1.ID ORDER BY lv1.ID  ASC,lv2.SortOrder asc) AS ItemNumber
          FROM EstimateItem lv2
          INNER JOIN
          (
          SELECT lv1.ID, Name, SortOrder, e.Version
          FROM EstimateDetails e
          INNER JOIN EstimateHeader lv1 ON e.ID = lv1.DetailsID
          WHERE e.ID = @EstID And PreviewInScope = 1
          ) lv1 ON lv1.ID = lv2.HeaderID
          ) itm
          ON Itm.lv1ID = Hdr.ID
          ORDER BY HeaderNumber, ItemNumber
        

          SELECT
          hdr.ID AS lv1ID, hdr.Name, hdr.SortOrder AS Level1Sort
          , itm.RecordID, itm.Header, itm.Description, itm.Level2Sort, itm.Version, itm.UnitOfMeasure
          , hdr.HeaderNumber AS HeaderNumberDisp, itm.ItemNumber AS DescriptionNumber, CAST(HeaderNumber AS NVARCHAR) + '.' + CAST(ItemNumber AS NVARCHAR) HeaderAndDescNumberDisp
          FROM
          (
          -- Get all level-1 Headers
		  SELECT lv1.ID, Name, SortOrder, e.Version, ROW_NUMBER() OVER (ORDER BY lv1.SortOrder,lv1.ID) AS HeaderNumber
          FROM EstimateDetails e
          INNER JOIN EstimateHeader lv1 ON e.ID = lv1.DetailsID
          WHERE e.ID = @EstID And PreviewInScope = 1
          ) hdr
          INNER JOIN
          (
          -- Get all level-2 Items
          SELECT lv1.ID lv1ID, lv2.ID RecordID, lv1.Name Header, lv2.Description, lv1.SortOrder Level1Sort, lv2.SortOrder Level2Sort, Version, lv2.UnitOfMeasure,
			  ROW_NUMBER() over (PARTITION BY lv1.ID ORDER BY lv1.ID  ASC,lv2.SortOrder asc) AS ItemNumber
          FROM EstimateItem lv2
          INNER JOIN
          (
          SELECT lv1.ID, Name, SortOrder, e.Version
          FROM EstimateDetails e
          INNER JOIN EstimateHeader lv1 ON e.ID = lv1.DetailsID
          WHERE e.ID = @EstID And PreviewInScope = 1
          ) lv1 ON lv1.ID = lv2.HeaderID
          ) itm
          ON Itm.lv1ID = Hdr.ID
          ORDER BY HeaderNumber, ItemNumber
        </SqlCommand>
      </EstimateDetails>
      <Costing Ref="9" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>Costing</Alias>
        <Columns isList="true" count="6">
          <value>CostCode,System.String</value>
          <value>LabourTotal,System.Double</value>
          <value>MaterialsTotal,System.Double</value>
          <value>MarginTotal,System.Double</value>
          <value>LabourTotalExclMargin,System.Double</value>
          <value>MaterialsTotalExclMargin,System.Double</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>Costing</Name>
        <NameInSource>EasyBuildConnection</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>		  DECLARE @EstID AS INT
     	  SET @EstID = {EstimateID}		
	
          SELECT Summary.CostCode,SUM(CASE WHEN Summary.category='Labour' THEN ISNULL(Total,0) + ISNULL(MarginTotal,0) ELSE 0 end) LabourTotal, SUM(case when Summary.category='Materials' THEN ISNULL(Total,0) + ISNULL(MarginTotal,0) ELSE 0 end)  MaterialsTotal,SUM(MarginTotal) MarginTotal

          ,SUM(case when Summary.category='Labour' THEN ISNULL(Total,0) ELSE 0 end) LabourTotalExclMargin
           ,  SUM(case when Summary.category='Materials' THEN ISNULL(Total,0) ELSE 0 end) MaterialsTotalExclMargin
 

 FROM
          (SELECT Results.CostCode,
          CASE WHEN Results.Category = 'LAB' THEN 'Labour' ELSE 'Materials' END Category,
          SUM(Results.Total) Total,
          SUM(Results.MarginTotal) MarginTotal
          FROM
          (SELECT CASE WHEN eid.CostCode IS NULL AND ei.CostCode IS NULL THEN '' WHEN eid.CostCode IS NULL THEN ei.CostCode ELSE eid.CostCode END CostCode,
          CASE WHEN (eid.Category IS NULL OR eid.Category = '') AND (ei.Category IS NULL OR ei.Category = '') THEN 'MAT' WHEN eid.Category IS NULL THEN ei.Category ELSE eid.Category END Category,
          CASE WHEN eid.TotalPrice IS NULL THEN (ei.Quantity * ei.SalePrice) ELSE ((eid.Quantity * eid.SalePrice) * ei.Quantity) END Total,
          CASE WHEN eid.TotalPrice IS NULL THEN ei.TotalPrice - (ei.Quantity * ei.SalePrice) ELSE (eid.TotalPrice * ei.Quantity) - ((eid.Quantity * eid.SalePrice) * ei.Quantity) END MarginTotal,
          CASE WHEN ei.Category = '' THEN 'MAT' ELSE ISNULL(ei.Category,'MAT') END Lv2Cat,
          CASE WHEN eid.Category = '' THEN 'MAT' ELSE ISNULL(eid.Category,'MAT') END Lv3Cat
          FROM EstimateDetails e
          INNER JOIN EstimateHeader eh ON e.ID = eh.DetailsID
          INNER JOIN EstimateItem ei ON eh.ID = ei.HeaderID
          LEFT JOIN EstimateItemDetails eid ON ei.ID = eid.ItemID
          WHERE e.ID = @EstID) Results
          WHERE Results.Lv2Cat = 'MAT' AND Results.Lv3Cat = 'MAT'
          GROUP BY Results.CostCode, Results.Category
          HAVING SUM(Results.Total) &gt; 0
          UNION

          SELECT Results.CostCode,
          CASE WHEN Results.Category = 'LAB' THEN 'Labour' ELSE 'Materials' END Category,
          SUM(Results.Total) Total,
          SUM(Results.MarginTotal) MarginTotal
          FROM
          (SELECT CASE WHEN eid.CostCode IS NULL AND ei.CostCode IS NULL THEN '' WHEN eid.CostCode IS NULL THEN ei.CostCode ELSE eid.CostCode END CostCode,
          CASE WHEN (eid.Category IS NULL OR eid.Category = '') AND (ei.Category IS NULL OR ei.Category = '') THEN 'MAT' WHEN eid.Category IS NULL THEN ei.Category ELSE eid.Category END Category,
          CASE WHEN eid.TotalPrice IS NULL THEN (ei.Quantity * ei.SalePrice) ELSE ((eid.Quantity * eid.SalePrice) * ei.Quantity) END Total,
          CASE WHEN eid.TotalPrice IS NULL THEN ei.TotalPrice - (ei.Quantity * ei.SalePrice) ELSE (eid.TotalPrice * ei.Quantity) - ((eid.Quantity * eid.SalePrice) * ei.Quantity) END MarginTotal,
          CASE WHEN ei.Category = '' THEN 'MAT' ELSE ISNULL(ei.Category,'MAT') END Lv2Cat,
          CASE WHEN eid.Category = '' THEN 'MAT' ELSE ISNULL(eid.Category,'MAT') END Lv3Cat
          FROM EstimateDetails e
          INNER JOIN EstimateHeader eh ON e.ID = eh.DetailsID
          INNER JOIN EstimateItem ei ON eh.ID = ei.HeaderID
          LEFT JOIN EstimateItemDetails eid ON ei.ID = eid.ItemID
          WHERE e.ID = @EstID) Results
          WHERE Results.Lv2Cat = 'LAB' OR Results.Lv3Cat = 'LAB'
          GROUP BY Results.CostCode, Results.Category
          HAVING SUM(Results.Total) &gt; 0) Summary
          group by Summary.CostCode
        </SqlCommand>
      </Costing>
      <Defaults Ref="10" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>Defaults</Alias>
        <Columns isList="true" count="1">
          <value>GST,System.Decimal</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>Defaults</Name>
        <NameInSource>EasyBuildConnection</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>DECLARE @CompanyID as Int
SELECT @CompanyID=CompanyID FROM JobDetails WHERE ID={JobID}
SELECT [dbo].[fn_CompanyJobGST](@CompanyID,{JobID}) GST</SqlCommand>
      </Defaults>
      <HazardsFound Ref="11" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>HazardsFound</Alias>
        <Columns isList="true" count="1">
          <value>HazardTypes,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>HazardsFound</Name>
        <NameInSource>EasyBuildConnection</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>
          DECLARE @listStr VARCHAR(MAX)
          SELECT @listStr = COALESCE(@listStr+',' ,'') + ht.Description
          FROM JobAssessment ja
          LEFT JOIN JobAssessmentHazardFound hf ON hf.JobAssessmentID = ja.ID
          LEFT JOIN MenuJobAssessmentHazardType ht ON ht.ID = hf.JobAssessmentHazardTypeID
          WHERE ja.JobID = {JobID}
          SELECT @listStr HazardTypes
        </SqlCommand>
      </HazardsFound>
      <ReportsOrdered Ref="12" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>ReportsOrdered</Alias>
        <Columns isList="true" count="1">
          <value>ReportsOrdered,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>ReportsOrdered</Name>
        <NameInSource>EasyBuildConnection</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>
          DECLARE @listStr VARCHAR(MAX)
          SELECT @listStr = COALESCE(@listStr+',' ,'') + rt.Description
          FROM JobAssessment ja
          LEFT JOIN JobAssessmentReportOrdered ro ON ro.JobAssessmentID = ja.ID
          LEFT JOIN MenuJobAssessmentReportType rt ON rt.ID = ro.JobAssessmentReportTypeID
          WHERE ja.JobID = {JobID}
          SELECT @listStr ReportsOrdered
        </SqlCommand>
      </ReportsOrdered>
      <EstimatingContractType Ref="13" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>EstimatingContractType</Alias>
        <Columns isList="true" count="1">
          <value>EstimatingContractID,System.Int32</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>EstimatingContractType</Name>
        <NameInSource>EasyBuildConnection</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>SELECT cccr.EstimatingLetterID AS EstimatingContractID FROM ClientCompanyClientReport cccr
JOIN ClientCompany cc ON cc.ID = cccr.ClientCompanyID
WHERE cc.ID = 
(SELECT 
	CASE
		WHEN jd.AdjusterContactID IS NULL THEN comins.ID
		ELSE comadj.ID
	END
	FROM JobDetails jd
	LEFT OUTER JOIN ClientContact AS ccadj ON jd.AdjusterContactID = ccadj.ID 
	LEFT OUTER JOIN ClientOffice AS coadj ON ccadj.ClientOfficeID = coadj.ID 
	LEFT OUTER JOIN ClientCompany AS comadj ON coadj.ClientCompanyID = comadj.ID
	LEFT OUTER JOIN ClientContact AS ccins ON jd.InsuranceContactID = ccins.ID 
	LEFT OUTER JOIN ClientOffice AS coins ON ccins.ClientOfficeID = coins.ID 
	LEFT OUTER JOIN ClientCompany AS comins ON coins.ClientCompanyID = comins.ID
	WHERE jd.ID = {JobID})</SqlCommand>
      </EstimatingContractType>
      <Questionnaire Ref="14" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>Questionnaire</Alias>
        <Columns isList="true" count="3">
          <value>Question,System.String</value>
          <value>Answer,System.String</value>
          <value>RenderAsTable,System.Boolean</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>Questionnaire</Name>
        <NameInSource>EasyBuildConnection</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>SELECT 	Question, ISNULL(ModifiedAnswer, Answer) AS Answer,
RenderAsTable
FROM 	JobFormQuestionnaireDetails
WHERE 	HeaderId = {QuestionnaireID}
AND	    Ignore = 0
AND		Visible = 1
AND RenderAsTable = 0 </SqlCommand>
      </Questionnaire>
      <QuestionnaireSubForm Ref="15" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>QuestionnaireSubForm</Alias>
        <Columns isList="true" count="5">
          <value>Question,System.String</value>
          <value>Answer,System.String</value>
          <value>RenderAsTable,System.Boolean</value>
          <value>DisplayOrder,System.Int16</value>
          <value>SubFormTable,System.Int32</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>QuestionnaireSubForm</Name>
        <NameInSource>EasyBuildConnection</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>SELECT 	Question, ISNULL(ModifiedAnswer, Answer) AS Answer,
	RenderAsTable,DisplayOrder,SubFormTable
	FROM 	JobFormQuestionnaireDetails
	WHERE 	HeaderId = 66332
	AND	    Ignore = 0
	AND		Visible = 1
	AND RenderAsTable = 1</SqlCommand>
      </QuestionnaireSubForm>
      <QuestionnaireDetails Ref="16" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>QuestionnaireDetails</Alias>
        <Columns isList="true" count="6">
          <value>Question,System.String</value>
          <value>SubForm1,System.String</value>
          <value>SubForm2,System.String</value>
          <value>SubForm3,System.String</value>
          <value>SubForm4,System.String</value>
          <value>SubForm5,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>QuestionnaireDetails</Name>
        <NameInSource>EasyBuildConnection</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>IF 1=0 BEGIN
SET FMTONLY OFF
END

DECLARE @QuestionnaireID int = {QuestionnaireID}
DECLARE @SubformsCount int
DECLARE @i int
DECLARE @QuestionsCount int
DECLARE @ColName varchar(100)
DECLARE @DynamicSQL nvarchar(250)
DECLARE @dml AS NVARCHAR(MAX)

CREATE  Table #Question
	(
	Question varchar(100),
	SubForm1 varchar(100),
	SubForm2 varchar(100),
	SubForm3 varchar(100),
	SubForm4 varchar(100),
	SubForm5 varchar(100)
	)
----------------fetch the columns number of subforms-----------
Select  @SubformsCount = count(distinct SubFormTable)
FROM 	JobFormQuestionnaireDetails
WHERE 	HeaderId = 66332
AND	    Ignore = 0
AND		Visible = 1
AND RenderAsTable = 1

IF @SubformsCount &gt; 1
BEGIN
		
---------------Create the table with Questions and columns equal to number of subforms-------------

	--SET @i = 1
 --   WHILE (@i &lt;= @SubformsCount)
 --   BEGIN	
	--		SET @ColName='SubForm' + CAST(@i AS varchar(10));
	--		SET @DynamicSQL = 'ALTER TABLE #Question ADD ['+ CAST(@ColName AS VARCHAR(100)) +'] VARCHAR(100) NULL'
	--		EXEC(@DynamicSQL)
 --   SET @i = @i + 1


 --   END 


-----------------------------------------------------
--- Add Questions and Answers----------------------------------

----fetch how many questions are in one subform
Insert into #Question select Question,'','','','',''
		FROM 	JobFormQuestionnaireDetails
		WHERE 	HeaderId = @QuestionnaireID
AND	    Ignore = 0
AND		Visible = 1
AND RenderAsTable = 1
AND SubFormTable = 1
order by DisplayOrder

SET @i = 1
    WHILE (@i &lt;= @SubformsCount)
    BEGIN	
	       DECLARE @Col varchar(20)
SET @Col = CONCAT('SubForm',@i)
SET @dml = 
					  N'Update #Question set '+@Col+' =  ISNULL(ModifiedAnswer, Answer)
						FROM 	JobFormQuestionnaireDetails
						WHERE 	HeaderId = '+CAST(@QuestionnaireID AS varchar(10))+'
						AND	    Ignore = 0
						AND		Visible = 1
						AND RenderAsTable = 1
						AND SubFormTable =  '+CAST(@i AS varchar(10))+' and JobFormQuestionnaireDetails.Question = #Question.Question'
	       print @dml
			EXEC sp_executesql @dml
SET @i = @i + 1
	ENd
SElect * from #Question
    

END</SqlCommand>
      </QuestionnaireDetails>
      <QuestionnaireHeader Ref="17" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>QuestionnaireHeader</Alias>
        <Columns isList="true" count="2">
          <value>Question,System.String</value>
          <value>DisplayOrder,System.Int16</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>QuestionnaireHeader</Name>
        <NameInSource>EasyBuildConnection</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>SELECT distinct	Question,DisplayOrder
	FROM 	JobFormQuestionnaireDetails
	WHERE 	HeaderId = 66332
	AND	    Ignore = 0
	AND		Visible = 1
	AND RenderAsTable = 1
	order by DisplayOrder</SqlCommand>
      </QuestionnaireHeader>
    </DataSources>
    <Relations isList="true" count="0" />
    <Report isRef="0" />
    <Variables isList="true" count="9">
      <value>,JobID,JobID,System.Int32,_x0039_63145,False,False</value>
      <value>,CaseID,CaseID,System.Int32,_x0031_424365,False,False</value>
      <value>,UserID,UserID,System.Int32,_x0032_009,False,False</value>
      <value>,HideCosting,HideCosting,System.Int32,_x0030_,False,False</value>
      <value>,EstimateID,EstimateID,System.Int32,_x0034_16292,False,False</value>
      <value>,SessionID,SessionID,System.Guid,,False,False</value>
      <value>,QuestionnaireID,QuestionnaireID,System.Int32,_x0036_6332,False,False</value>
      <value>,Title,Title,Prefix_x0020_used_x0020_in_x0020_title,System.String,,False,False,False</value>
      <value>,HideScopeOfWork,HideScopeOfWork,System.Int32,,False,False</value>
    </Variables>
  </Dictionary>
  <EngineVersion>EngineV2</EngineVersion>
  <GlobalizationStrings isList="true" count="0" />
  <MetaTags isList="true" count="0" />
  <Pages isList="true" count="5">
    <Page1 Ref="18" type="Page" isKey="true">
      <Border>None;Black;2;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <Components isList="true" count="12">
        <PageFooterBand1 Ref="19" type="PageFooterBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,97,26,1</ClientRectangle>
          <Components isList="true" count="4">
            <Text181 Ref="20" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>8.2,0.38,2.6,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9</Font>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text181</Name>
              <Page isRef="18" />
              <Parent isRef="19" />
              <Text>{PageNofM}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text181>
            <Image1 Ref="21" type="Image" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>12.4,0.22,6.6,0.8</ClientRectangle>
              <Conditions isList="true" count="2">
                <value>Company.CategoryID,EqualTo,_x0034_,,Numeric,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
                <value>Company.CategoryID,EqualTo,_x0035_,,Numeric,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
              </Conditions>
              <Guid>ed27b004e6dd407a8f5892b4561cb2e2</Guid>
              <HorAlignment>Right</HorAlignment>
              <Image>iVBORw0KGgoAAAANSUhEUgAAAN8AAAAeCAIAAAAjL1xqAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAXEQAAFxEByibzPwAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAnCSURBVHhe7ZhbbFXHFYbHAaUXmjZSH/qUvqDS0KpCStSXqKmriFIppYFCo6I0waGQIgLGmFIMgYATNwRisE0M2IAvXIyPMRcTgwnXpIAaQinYGAy+YGzA2ICDDTiogJrS75x/Mx2fcyjGGAVF+9fS1po1a9ZaM/PvOXuOueXDx8MKn50+Hl747HywGFrWlF5xyWv4uEf47HyA+Hr2CZNTb1Y0xm4555l83At8dvY8iqov982v23fu2sLcwKM51Wb1GVPU/I3i5n3n/+V5+OgafHb2MGZ93GAyT5is2phlJyfl7Fi0ZOkv8g6YDRdM6aWYsrZpFVc8Px9dgM/OHkNs4CSnZk3tyWF5/4hZVmfyGzg1++UeSsvInLpk3SObW82Oq0jfnW2N1/7tjfHxf+Gzswewvb69V+oRk3bUvH980IYTGzdtTinYHQM7A+fM+vMm0PjX9OzZqZmPbmoym1pN6WePb2srarrhDfZxZ/jsvC/sO/t545UbHR2fD19ZATXNkhrDqbm8KrB2fdbqjWb1KfPBZ0GCLj8+I3Xpm7PeGpe5gUuSWXPWrDufXu9/ht4FPju7CUjZN/u4mVvee/6RvEMtnx44+Hrh4ZjsOpN7yqw6bVbUw85lOfk/gLWcqRnHzOLq+LQ106bPSExO/c6G08FDtKw99uC1uoYzE+ITAoG1XlwfDnx2dhMrDl145L1yM6/CLKiMyahKLz28d9/f55ccCB2NTWZdi1nblLzqQ25FiYs2msxKEyLuC0s/mpw0Mz5x6i/XVwS/QTc3FH+4e2rS9B07d3lxfTi4Z3YeDqGjo8NtWlh7bW0tzebmFjUF6wOkA9cnbJQcLGzwMET22vhRjS0tLVKA6xCWHUU+FrILN27c2F91pldapcmoMouqTXbt+MDhXbv/Vli62xScNiUXzZY2EzibklXMrSh5YZ5ZVinifm/N0fg33x3z2tixc5c89dTTXrjbUA0uZLfFu3CXLtLB64i2F3LGjh6ZEcjtS0cndlJ0WdnWPXv2eu1oeOaZnyFMgFkNGvQrNV3JyFiI2/jxE9BzcnI1SpCD5i8dGTnyVUsRd5T0MKE8ebpQFzG9dmgihMXIM8xC2G5nZ77W+Ysv/nO26dy+ipO9Fh0Pnouhf91/X1ixZev2VSXbTVGD2X4l+BmaUTUha8u89xa8PTftJ/kHTXFL6GLU/NrrE/v06ZOQkKBogMhRk2oKbs2uaLXZssi9wKLlcuclKBp29KhJhw37ncvmLwud2MkEUlLeoTLNOSpUPdPDE4W52Q1juHrRI1cEqJexWh1Ea0ooOdhRUF+9do0oCYsWNAzYEWJ67RCoiolgV3BLVuzKjn6n7Gw2CmJj2mhFRf/7QISd9acaPjpU3Wt5XfBcLDhr1jb/uDB4Z+dW9HigxqQfM4tOmKV1Q5fvSXlnLreil3N3fmv9yaGvjBk+/EVjTHl5uRfr9uq5U0ZRhZBMNbvTxyh/dFWelDRNe8FTy0XNttfdCzdaWC9JtVauPwFp4kkKmqRGZ91UKjrLwhM7bvho3bCwkjwxatnpkpFeKkRo8qQXRdFo6qUC4WcnIwmhWUUFdSNkIlzYHEBYL08crNheIF0sRLTrNiaVaGMoxg6nNuxK5EIRiOm1b8Oe7i41sSs7XbYMLYfNjsg/FMb7chAsdcDF1lbYWXW8esenR83KWlPUHPzXffOl3sUNsHNVQWBazlaTVRs8Vlee/m7BsZkpc6f8JemJJ77//PODn3tu4IABA7xAISipXhXq9PKFQFKe9FKhnIFeIZed+KgLyB9Bt/NSF3CjRfay5ljc91A0YhRLSl7owROjlghndNXPkykQQXZ0+bPCjCUCTVszw9XETpOxTJxRdpE7sZOgCJnw8EwRXy10IQqH4s4KhPVSFooV2wukM4RVsHb5KCZN5mbHimdRXxs73Gs7sATlaacQNTueNjuCQlP+cpC487XsrDhSyZ3dFNab0ktm22WuOz/NP5xbUMydPSm3zOTXhf5Cahk/Z/GoUaNh50t/eOWxx76dn5/vBQpBSRXfVmiThlmsuG+1uwLuHO281AXUqwmqN1Lc95DVg0bS2RQYgoKD3HjCKinYCY4/Ck2VRGp4hQO5tB0Y0RUTBQfoKxLbQwF0YicjmS3pNV5Q9XZu6MoqEustEdhg9aoOFHdFgHoZC6TLroxkl6JaiaBVELC4Q1zITkyv3RmRlYRlZwroZGdd5MmqySIHQW5unCtXrrrs5M7ee10jZ6dZzOfmsa9ll2flFnBnn5O12hTWjBg3ZUJ8wuDBL/Tr98MRI17iZ729vd0LFILeE3dvgEqiSzWzfxQgUT3yj6xNU0DQI1dAvdjR1cvTRqaXHZSnQBa9BgAHbbqCoOhpFZWqJj4oIrSeOh0xklFbptQoLLgIii50Yqc4QR08PZNDHYxaLG2b3hUEI10IdjXppYmurBbypyZNAJGdihVZwihLdEVGqFtNDXEhT1uGxOuLVklkdgWXyFMWnopmy9NyC5Hs5M7+6+z9wT84M09wi/9mXmXasgLu7EOHDmPsGzNmPflk/8G/GfLssz+Pi4vzotwGZdgFDEuqny8UjJ5351mIKHKQqKnXmxmhawclSiQeyDlsp8KgowFPeMm+M5zaeCo+XXKTosLUtJ5MASJpPbHjg8ITNxRlxwFP1gFd6MTOqMAbvjKeyhiPYl8sUtJESEChKJb4KDSV3kLODEekex1OKESj3OCaAOKWbqGuMPH6olXSlez42Fnb7LjJX7h+/XokO7mzzy7ca7JqzPLgLX70klLYyX4MGfLb+ImT+Fl/+ZU4Ds6SkhIvigNbBkkRFGpQUtVslxeEzQKCqmmrdZ21COyRwiL2NYu6U5Fg5RliV8DV7VgpeEph1gTH0+6adHp5Mlx2FOaCQuUQLOTo4e7s9HEn3Lx5Myo7ubPPXvOxyauNS5oz+c9TuaqzT3xxvjpqdP/+P4KdsbGxXoivNHRGeo27gdeGU9byWPDZeV+42tERlZ3c2UfGjeJHfHZyyvgJCexT4uQpAwcOnDQp0X7AfeWhM9Jr3A3uEWvhs/N+0X75clR2Qk1kftrCP40dBzunTZ/Bz/onn+z3hvnoAnx29gAutbWFsXNVQUDs5M4+fPiLI0fGJb+VUlxc7A3w0TX47OwZXGxtddmZ8f5iqDnqj2NS56dzcHLt8Px83At8dvYYzp+/YNmZuiADdk5/YyZXosiPfR9dhM/OnkRNbZ3YOefdebBz0wel27Zt96nZbfjs7GFUHDkKO2cnvw07KyuPelYf3YLPzp7HPw+VT0xI3LVrt9f20V347HwgaGhs9DQf9wGfnT4eVty69V8EUot+RUAVMAAAAABJRU5ErkJggg==</Image>
              <Name>Image1</Name>
              <Page isRef="18" />
              <Parent isRef="19" />
            </Image1>
            <Text21 Ref="22" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0.2,0.5,7.6,0.4</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>_x007B_Company.BuildersLicenceNumber_x0021__x003D__x0022__x0022__x007D_,Black,Transparent,Arial_x002C_8,True,False,,,None</value>
              </Conditions>
              <Enabled>False</Enabled>
              <Font>Arial,8</Font>
              <Guid>003e8811a2b3466cb7f21e93c8221dec</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text21</Name>
              <Page isRef="18" />
              <Parent isRef="19" />
              <Text>Builders Licence Number: {Company.BuildersLicenceNumber}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text21>
            <HorizontalLinePrimitive29 Ref="23" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,-0.3,19,0.0254</ClientRectangle>
              <Color>MidnightBlue</Color>
              <EndCap Ref="24" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>4c7f8591818f4c49a9259d84d796ef49</Guid>
              <Name>HorizontalLinePrimitive29</Name>
              <Page isRef="18" />
              <Parent isRef="19" />
              <Size>2</Size>
              <StartCap Ref="25" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive29>
          </Components>
          <Conditions isList="true" count="0" />
          <Name>PageFooterBand1</Name>
          <Page isRef="18" />
          <Parent isRef="18" />
        </PageFooterBand1>
        <ReportTitleBand1 Ref="26" type="ReportTitleBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,0.4,26,2.6</ClientRectangle>
          <Components isList="true" count="10">
            <Text11 Ref="27" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>9.2,0,9.8,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8.25</Font>
              <Guid>335847810ffa40b3b73c76e9fa8d46ab</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text11</Name>
              <Page isRef="18" />
              <Parent isRef="26" />
              <Text>{Company.LetterheadName}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
            </Text11>
            <Text110 Ref="28" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>9.2,1,9.8,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8.25</Font>
              <Guid>f7eac7dc5f224ad5b0e69e30e5bd9e59</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text110</Name>
              <Page isRef="18" />
              <Parent isRef="26" />
              <Text>{Company.Address}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text110>
            <Text111 Ref="29" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>14.3,1.4,2.1,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8.25</Font>
              <Guid>3bb3d9544218407989128103db835169</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text111</Name>
              <Page isRef="18" />
              <Parent isRef="26" />
              <Text>{Company.Phone}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text111>
            <Text115 Ref="30" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>16.9,1.4,2.1,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8.25</Font>
              <Guid>be251d653c2245179c2e84043d2eedf2</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text115</Name>
              <Page isRef="18" />
              <Parent isRef="26" />
              <Text>{Company.Fax}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text115>
            <Text116 Ref="31" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>15.8,1.8,3.2,0.4</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>Company.CountryID,EqualTo,_x0034_,,Numeric,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
              </Conditions>
              <Font>Arial,8.25</Font>
              <Guid>a2f0017520ed41299d5450af125cf7fc</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text116</Name>
              <Page isRef="18" />
              <Parent isRef="26" />
              <Text>{Company.Website}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
            </Text116>
            <Text117 Ref="32" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>16.9,0.4,2.1,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,6</Font>
              <Guid>4f0f8bdca41a41e3bd7180413da67f6d</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text117</Name>
              <Page isRef="18" />
              <Parent isRef="26" />
              <Text>{Company.ABNLabel} {Company.ABN}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text117>
            <Text118 Ref="33" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>14,1.4,0.3,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>fa8c0d3a89214c86a4f1de028fca4216</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text118</Name>
              <Page isRef="18" />
              <Parent isRef="26" />
              <Text>P</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text118>
            <Text119 Ref="34" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>16.6,1.4,0.3,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8.25,Bold</Font>
              <Guid>ec6b226d78154aafba400f6f3eb99239</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text119</Name>
              <Page isRef="18" />
              <Parent isRef="26" />
              <Text>F</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text119>
            <Text120 Ref="35" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>14,0.4,2.8,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,6</Font>
              <Guid>f7e34fda07f54beb9d4e83ef6bf4756f</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text120</Name>
              <Page isRef="18" />
              <Parent isRef="26" />
              <Text>A Johns Lyng Group Company</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text120>
            <Image5 Ref="36" type="Image" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0,8.4,2</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>CompanyLogos.CompanyID,EqualTo,null,,Numeric,Red,Transparent,Arial_x002C_8,False,False,</value>
              </Conditions>
              <DataColumn>CompanyLogos.Logo</DataColumn>
              <Guid>b814edb46a8a4cd2acfc548279e10b8b</Guid>
              <Name>Image5</Name>
              <Page isRef="18" />
              <Parent isRef="26" />
            </Image5>
          </Components>
          <Conditions isList="true" count="0" />
          <Guid>f75a0e65abf54c5c820cfe29cd22b06c</Guid>
          <Name>ReportTitleBand1</Name>
          <Page isRef="18" />
          <Parent isRef="18" />
        </ReportTitleBand1>
        <DataBand1 Ref="37" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,3.8,26,3.8</ClientRectangle>
          <Components isList="true" count="29">
            <Text4 Ref="38" type="Text" isKey="true">
              <Brush>[210:234:240]</Brush>
              <ClientRectangle>0,0,19,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,10,Bold</Font>
              <Guid>347dbbc7f12e4809ac68b14e27c2938e</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text4</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>{PropertyRepairDetails.BrkAdjIns}</Text>
              <TextBrush>[47:54:153]</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text4>
            <Text1 Ref="39" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0.8,2.4,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>513bfdbdb960457f83d7f83774894dc9</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text1</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>To</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text1>
            <Text2 Ref="40" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,1.2,2.4,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>b8a8d45ddfd146efab04cf67736f6bbc</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text2</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>Telephone</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text2>
            <Text3 Ref="41" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,1.6,2.4,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>afe934fa8c804baeab3004045539500f</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text3</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>Fax</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text3>
            <Text5 Ref="42" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,2,2.4,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>237ba71a04f14d0895c154cd559b0738</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text5</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>Email</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text5>
            <Text6 Ref="43" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,2.4,2.4,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>8c0b7e94c2dc477a8c3d7aa3ac7c8310</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text6</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>Adjuster Ref</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text6>
            <Text7 Ref="44" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,3.2,2.4,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>eb1b537f2e024fc48bc289810fe3734d</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text7</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>Date</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text7>
            <Text8 Ref="45" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>10.2,0.8,4.6,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>cde22e39a3794f1b9f0545f97ec5f250</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text8</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>Completed By</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text8>
            <Text9 Ref="46" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>10.2,1.2,4.6,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>bb0a295537444ab993c7a834f66740f2</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text9</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>Telephone</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text9>
            <Text10 Ref="47" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>10.2,1.6,4.6,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>09b2051dfedb4fbbb5d9a1ccab9f07f5</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text10</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>Fax</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text10>
            <Text12 Ref="48" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>10.2,2,4.6,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>e37cfdad34be49cba3f82c794662897e</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text12</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>Email</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text12>
            <Text13 Ref="49" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>10.2,2.4,4.6,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>59a9bc4321d74b959135181015f14ae2</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text13</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>Quote Ref</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text13>
            <Text14 Ref="50" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>10.2,2.8,4.6,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>6c71d9c4fec1402d94159b60fe5ac067</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text14</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>Claim No</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text14>
            <Text28 Ref="51" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>2.4,0.8,7.8,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text28</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>{PropertyRepairDetails.Ins}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text28>
            <Text29 Ref="52" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>2.4,1.2,7.8,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text29</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>{PropertyRepairDetails.InsPhone}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text29>
            <Text30 Ref="53" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>2.4,1.6,7.8,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text30</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>{PropertyRepairDetails.InsFax}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text30>
            <Text32 Ref="54" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>2.4,2,7.8,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text32</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>{PropertyRepairDetails.InsEmail}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text32>
            <Text34 Ref="55" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>2.4,2.4,7.8,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text34</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>{PropertyRepairDetails.AdjusterReference}</Text>
              <TextBrush>Black</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </Text34>
            <Text31 Ref="56" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>2.4,3.2,7.8,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text31</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>{Format("{0:dd/MM/yyyy}", Today)}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text31>
            <Text33 Ref="57" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>14.8,0.8,4.2,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text33</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>{PropertyRepairDetails.SupervisorName}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text33>
            <Text35 Ref="58" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>14.8,1.2,4.2,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text35</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>{Company.Phone}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text35>
            <Text36 Ref="59" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>14.8,1.6,4.2,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text36</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>{Company.Fax}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text36>
            <Text37 Ref="60" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>14.8,2,4.2,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text37</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>{Company.Email}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text37>
            <Text38 Ref="61" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>14.8,2.4,4.2,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text38</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>{PropertyRepairDetails.QuoteRef}</Text>
              <TextBrush>Black</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </Text38>
            <Text39 Ref="62" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>14.8,2.8,4.2,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text39</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>{PropertyRepairDetails.ClaimNumber}</Text>
              <TextBrush>Black</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </Text39>
            <Text350 Ref="63" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,2.8,2.4,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>10a5313868f94ec8acc27c22e97bd1c3</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text350</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>Broker Ref</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text350>
            <Text351 Ref="64" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>2.4,2.8,7.8,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Guid>f6ea8941342b465da5e95ed0dabddb9a</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text351</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Text>{PropertyRepairDetails.BrokerReference}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text351>
            <HorizontalLinePrimitive4 Ref="65" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0,19,0.0254</ClientRectangle>
              <Color>MidnightBlue</Color>
              <EndCap Ref="66" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>0a5621a060264658a19c964534e6865e</Guid>
              <Name>HorizontalLinePrimitive4</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Size>2</Size>
              <StartCap Ref="67" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive4>
            <HorizontalLinePrimitive3 Ref="68" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0.6,19,0.0254</ClientRectangle>
              <Color>MidnightBlue</Color>
              <EndCap Ref="69" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>de3b550b124c4d36b4e94309151ca335</Guid>
              <Name>HorizontalLinePrimitive3</Name>
              <Page isRef="18" />
              <Parent isRef="37" />
              <Size>2</Size>
              <StartCap Ref="70" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive3>
          </Components>
          <Conditions isList="true" count="0" />
          <DataRelationName isNull="true" />
          <Filters isList="true" count="0" />
          <Name>DataBand1</Name>
          <Page isRef="18" />
          <Parent isRef="18" />
          <Sort isList="true" count="0" />
        </DataBand1>
        <DataBand18 Ref="71" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,8.4,26,2.2</ClientRectangle>
          <Components isList="true" count="9">
            <Text177 Ref="72" type="Text" isKey="true">
              <Brush>[210:234:240]</Brush>
              <ClientRectangle>0,0,19,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,10,Bold</Font>
              <Guid>ca5cc7d876174212a51856c27b696242</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text177</Name>
              <Page isRef="18" />
              <Parent isRef="71" />
              <Text>{PropertyRepairDetails.InsuredDetails}</Text>
              <TextBrush>[47:54:153]</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text177>
            <Text204 Ref="73" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0.8,2.4,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>74a0d0e07e484f9b85e5bc56f1560cf9</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text204</Name>
              <Page isRef="18" />
              <Parent isRef="71" />
              <Text>Name</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text204>
            <Text229 Ref="74" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>2.4,0.8,16.6,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Guid>1fe159214ab04d1bb81bce7c25ed67f0</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text229</Name>
              <Page isRef="18" />
              <Parent isRef="71" />
              <Text>{PropertyRepairDetails.CustomerName}</Text>
              <TextBrush>Black</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </Text229>
            <Text42 Ref="75" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>2.4,1.2,16.6,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text42</Name>
              <Page isRef="18" />
              <Parent isRef="71" />
              <Text>{PropertyRepairDetails.SiteAddress}</Text>
              <TextBrush>Black</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </Text42>
            <Text16 Ref="76" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,1.2,2.4,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>b61ad8967bbc49ffb1d151c3ab03cf35</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text16</Name>
              <Page isRef="18" />
              <Parent isRef="71" />
              <Text>Site Address</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text16>
            <Text17 Ref="77" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,1.6,2.4,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>ffaeac5ec4144b8cb280b8a08e9e3c1b</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text17</Name>
              <Page isRef="18" />
              <Parent isRef="71" />
              <Text>Telephone</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text17>
            <Text44 Ref="78" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>2.4,1.6,16.6,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text44</Name>
              <Page isRef="18" />
              <Parent isRef="71" />
              <Text>{PropertyRepairDetails.CustomerPhone}</Text>
              <TextBrush>Black</TextBrush>
              <VertAlignment>Center</VertAlignment>
            </Text44>
            <HorizontalLinePrimitive23 Ref="79" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0.6,19,0.0254</ClientRectangle>
              <Color>MidnightBlue</Color>
              <EndCap Ref="80" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>4aa5903791a84d8097f98c29fe0821c4</Guid>
              <Name>HorizontalLinePrimitive23</Name>
              <Page isRef="18" />
              <Parent isRef="71" />
              <Size>2</Size>
              <StartCap Ref="81" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive23>
            <HorizontalLinePrimitive25 Ref="82" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0,19,0.0254</ClientRectangle>
              <Color>MidnightBlue</Color>
              <EndCap Ref="83" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>3992746f47824ba982c9c054b5c3d468</Guid>
              <Name>HorizontalLinePrimitive25</Name>
              <Page isRef="18" />
              <Parent isRef="71" />
              <Size>2</Size>
              <StartCap Ref="84" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive25>
          </Components>
          <Conditions isList="true" count="0" />
          <DataRelationName isNull="true" />
          <Filters isList="true" count="0" />
          <Guid>b8858333e3e64440b80410c576ddce29</Guid>
          <Name>DataBand18</Name>
          <Page isRef="18" />
          <Parent isRef="18" />
          <Sort isList="true" count="0" />
        </DataBand18>
        <DataBand19 Ref="85" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,11.4,26,0.6</ClientRectangle>
          <Components isList="true" count="2">
            <Text40 Ref="86" type="Text" isKey="true">
              <Brush>[210:234:240]</Brush>
              <ClientRectangle>0,0,19,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,10,Bold</Font>
              <Guid>76fca4f8421e4b439d5cc4625fe70800</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text40</Name>
              <Page isRef="18" />
              <Parent isRef="85" />
              <Text>{PropertyRepairDetails.ClaimDetails}</Text>
              <TextBrush>[47:54:153]</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text40>
            <HorizontalLinePrimitive26 Ref="87" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0,19,0.0254</ClientRectangle>
              <Color>MidnightBlue</Color>
              <EndCap Ref="88" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>3cbecc0cdf174309bad987f6b56a04dc</Guid>
              <Name>HorizontalLinePrimitive26</Name>
              <Page isRef="18" />
              <Parent isRef="85" />
              <Size>2</Size>
              <StartCap Ref="89" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive26>
          </Components>
          <Conditions isList="true" count="0" />
          <DataRelationName isNull="true" />
          <Filters isList="true" count="0" />
          <Guid>3dbf0b8a1fcc44c9bb5a42f324aec4da</Guid>
          <Name>DataBand19</Name>
          <Page isRef="18" />
          <Parent isRef="18" />
          <Sort isList="true" count="0" />
        </DataBand19>
        <DataBand48 Ref="90" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,12.8,26,1.4</ClientRectangle>
          <Components isList="true" count="7">
            <Text247 Ref="91" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0.2,4.8,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>9f087e04969142d9a72d705c5cc9cd95</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text247</Name>
              <Page isRef="18" />
              <Parent isRef="90" />
              <Text>Date Instructed</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text247>
            <Text248 Ref="92" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0.6,4.6,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>57c88d4214ea4cc0ba24bf30a7f8ce04</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text248</Name>
              <Page isRef="18" />
              <Parent isRef="90" />
              <Text>Date Contacted {PropertyRepairDetails.InsuredText}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text248>
            <Text249 Ref="93" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,1,4.6,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>f0a9241de2824b488847618e47340045</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text249</Name>
              <Page isRef="18" />
              <Parent isRef="90" />
              <Text>Site Appointment Date</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text249>
            <Text250 Ref="94" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>4.6,0.2,14.4,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Guid>6b9f0a2cd8a543608ae65641a62bf063</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text250</Name>
              <Page isRef="18" />
              <Parent isRef="90" />
              <Text>{Format("{0:dd/MM/yyyy}", PropertyRepairDetails["DateRequested"])}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text250>
            <Text251 Ref="95" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>4.6,0.6,14.4,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Guid>0b496f2a60384000b243c44ba6d12bfc</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text251</Name>
              <Page isRef="18" />
              <Parent isRef="90" />
              <Text>{Format("{0:dd/MM/yyyy}", PropertyRepairDetails["CustomerCalled"])}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text251>
            <Text252 Ref="96" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>4.6,1,14.4,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Guid>5dd4f358394042019f293f79bcdb75ac</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text252</Name>
              <Page isRef="18" />
              <Parent isRef="90" />
              <Text>{Format("{0:dd/MM/yyyy}", PropertyRepairDetails["AppointmentDate"])}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text252>
            <HorizontalLinePrimitive24 Ref="97" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0,19,0.0254</ClientRectangle>
              <Color>MidnightBlue</Color>
              <EndCap Ref="98" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>ad3843aa5a344292b3bc80642039371c</Guid>
              <Name>HorizontalLinePrimitive24</Name>
              <Page isRef="18" />
              <Parent isRef="90" />
              <Size>2</Size>
              <StartCap Ref="99" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive24>
          </Components>
          <Conditions isList="true" count="0" />
          <DataRelationName isNull="true" />
          <Filters isList="true" count="0" />
          <Guid>cd52ef436efa436b9ab0f6d74b38799c</Guid>
          <Name>DataBand48</Name>
          <Page isRef="18" />
          <Parent isRef="18" />
          <Sort isList="true" count="0" />
        </DataBand48>
        <DataBand2 Ref="100" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,15,26,0.8</ClientRectangle>
          <Components isList="true" count="2">
            <Text127 Ref="101" type="Text" isKey="true">
              <Brush>[210:234:240]</Brush>
              <ClientRectangle>0,0.2,19,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,10,Bold</Font>
              <Guid>e2d04bbcf91d4316ba33c5fc09822b93</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text127</Name>
              <Page isRef="18" />
              <Parent isRef="100" />
              <Text>{Substring(Title,1,Length(Title)-2)}</Text>
              <TextBrush>[47:54:153]</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text127>
            <HorizontalLinePrimitive27 Ref="102" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0.2,19,0.0254</ClientRectangle>
              <Color>MidnightBlue</Color>
              <EndCap Ref="103" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>d3c78fe6e3c149cbb75adc2f9433ba65</Guid>
              <Name>HorizontalLinePrimitive27</Name>
              <Page isRef="18" />
              <Parent isRef="100" />
              <Size>2</Size>
              <StartCap Ref="104" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive27>
          </Components>
          <Conditions isList="true" count="0" />
          <Filters isList="true" count="0" />
          <Guid>bfe5b31e543b463099f56b2c704c9a0c</Guid>
          <Name>DataBand2</Name>
          <Page isRef="18" />
          <Parent isRef="18" />
          <Sort isList="true" count="0" />
        </DataBand2>
        <DataBand3 Ref="105" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <BusinessObjectGuid isNull="true" />
          <ClientRectangle>0,16.6,26,1.81</ClientRectangle>
          <Components isList="true" count="3">
            <Text15 Ref="106" type="Text" isKey="true">
              <AutoWidth>True</AutoWidth>
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>0,0.8,19,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <GrowToHeight>True</GrowToHeight>
              <Margins>0,0,0,0</Margins>
              <Name>Text15</Name>
              <Page isRef="18" />
              <Parent isRef="105" />
              <Text>{Questionnaire.Answer}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
            </Text15>
            <Text18 Ref="107" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0.2,19,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8.25,Bold</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text18</Name>
              <Page isRef="18" />
              <Parent isRef="105" />
              <Text>{Questionnaire.Question}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text18>
            <HorizontalLinePrimitive28 Ref="108" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0,19,0.0254</ClientRectangle>
              <Color>MidnightBlue</Color>
              <EndCap Ref="109" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>a6037a67f25b487e96133c155e82f553</Guid>
              <Name>HorizontalLinePrimitive28</Name>
              <Page isRef="18" />
              <Parent isRef="105" />
              <Size>2</Size>
              <StartCap Ref="110" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive28>
          </Components>
          <Conditions isList="true" count="0" />
          <DataRelationName isNull="true" />
          <DataSourceName>Questionnaire</DataSourceName>
          <FilterOn>False</FilterOn>
          <Filters isList="true" count="1">
            <value>RenderAsTable,EqualTo,false,,Boolean</value>
          </Filters>
          <Name>DataBand3</Name>
          <Page isRef="18" />
          <Parent isRef="18" />
          <Sort isList="true" count="0" />
        </DataBand3>
        <DataBand7 Ref="111" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <BusinessObjectGuid isNull="true" />
          <ClientRectangle>0,19.21,26,3.35</ClientRectangle>
          <ColumnDirection>DownThenAcross</ColumnDirection>
          <Columns>14</Columns>
          <Components isList="true" count="2">
            <Text68 Ref="112" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>DarkGray</Brush>
              <ClientRectangle>0.04,0.25,1.28,1.02</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text68</Name>
              <Page isRef="18" />
              <Parent isRef="111" />
              <Text>{QuestionnaireSubForm.Question}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>DataColumn</Type>
            </Text68>
            <Text69 Ref="113" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>0.05,1.31,1.27,1.96</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text69</Name>
              <Page isRef="18" />
              <Parent isRef="111" />
              <Text>{QuestionnaireSubForm.Answer}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>DataColumn</Type>
            </Text69>
          </Components>
          <Conditions isList="true" count="0" />
          <DataRelationName isNull="true" />
          <DataSourceName>QuestionnaireSubForm</DataSourceName>
          <Filters isList="true" count="1">
            <value>RenderAsTable,EqualTo,true,,Boolean</value>
          </Filters>
          <Name>DataBand7</Name>
          <Page isRef="18" />
          <Parent isRef="18" />
          <Sort isList="true" count="0" />
        </DataBand7>
        <DataBand8 Ref="114" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <BusinessObjectGuid isNull="true" />
          <ClientRectangle>0,23.36,26,1.44</ClientRectangle>
          <Components isList="true" count="6">
            <Text67 Ref="115" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>DimGray</Brush>
              <ClientRectangle>0,0.02,2.94,1.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Margins>0,0,0,0</Margins>
              <Name>Text67</Name>
              <Page isRef="18" />
              <Parent isRef="114" />
              <Text>{QuestionnaireDetails.Question}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>DataColumn</Type>
            </Text67>
            <Text70 Ref="116" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>2.93,0.01,2.88,1.42</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Guid>e03cc19c8aec426ebafb2b0adbef80a4</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text70</Name>
              <Page isRef="18" />
              <Parent isRef="114" />
              <Text>{QuestionnaireDetails.SubForm1}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>DataColumn</Type>
            </Text70>
            <Text71 Ref="117" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>5.82,0.01,2.93,1.43</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Guid>f51f07665b904d6b8797a148a8c5f155</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text71</Name>
              <Page isRef="18" />
              <Parent isRef="114" />
              <Text>{QuestionnaireDetails.SubForm2}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>DataColumn</Type>
            </Text71>
            <Text73 Ref="118" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <CanShrink>True</CanShrink>
              <ClientRectangle>8.77,0.02,2.91,1.42</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Guid>174301bfe48246feb5a84b4e96a9ce54</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text73</Name>
              <Page isRef="18" />
              <Parent isRef="114" />
              <Text>{QuestionnaireDetails.SubForm3}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>DataColumn</Type>
            </Text73>
            <Text74 Ref="119" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <CanShrink>True</CanShrink>
              <ClientRectangle>11.69,0,2.94,1.44</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Guid>07cc545376b2483685b9ed5b1f2a26a4</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text74</Name>
              <Page isRef="18" />
              <Parent isRef="114" />
              <Text>{QuestionnaireDetails.SubForm4}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>DataColumn</Type>
            </Text74>
            <Text75 Ref="120" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <CanShrink>True</CanShrink>
              <ClientRectangle>14.65,0.01,2.98,1.42</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Guid>f070b7a57f4447d6a81a6a6338093892</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text75</Name>
              <Page isRef="18" />
              <Parent isRef="114" />
              <Text>{QuestionnaireDetails.SubForm5}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>DataColumn</Type>
            </Text75>
          </Components>
          <Conditions isList="true" count="0" />
          <DataRelationName isNull="true" />
          <DataSourceName>QuestionnaireDetails</DataSourceName>
          <Filters isList="true" count="0" />
          <Name>DataBand8</Name>
          <Page isRef="18" />
          <Parent isRef="18" />
          <Sort isList="true" count="0" />
        </DataBand8>
        <HeaderBand1 Ref="121" type="HeaderBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,25.6,26,1.4</ClientRectangle>
          <Components isList="true" count="2">
            <CrossGroupHeaderBand1 Ref="122" type="CrossGroupHeaderBand" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0,1.8,1.4</ClientRectangle>
              <Components isList="true" count="1">
                <Text72 Ref="123" type="Text" isKey="true">
                  <Border>All;Black;1;Solid;False;4;Black</Border>
                  <Brush>Transparent</Brush>
                  <ClientRectangle>0,0,1.8,1.4</ClientRectangle>
                  <Conditions isList="true" count="0" />
                  <Font>Arial,8</Font>
                  <Guid>bb732b47df2a4fcd9c0a22557c5059c0</Guid>
                  <Margins>0,0,0,0</Margins>
                  <Name>Text72</Name>
                  <Page isRef="18" />
                  <Parent isRef="122" />
                  <Text>{QuestionnaireHeader.Question}</Text>
                  <TextBrush>Black</TextBrush>
                  <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
                  <Type>DataColumn</Type>
                </Text72>
              </Components>
              <Condition>{QuestionnaireHeader.Question}</Condition>
              <Conditions isList="true" count="0" />
              <Guid>51e15beafc474976868611470c21ae41</Guid>
              <Name>CrossGroupHeaderBand1</Name>
              <Page isRef="18" />
              <Parent isRef="121" />
            </CrossGroupHeaderBand1>
            <CrossDataBand2 Ref="124" type="CrossDataBand" isKey="true">
              <Brush>Transparent</Brush>
              <BusinessObjectGuid isNull="true" />
              <CanShrink>True</CanShrink>
              <ClientRectangle>1.8,0,1.8,1.4</ClientRectangle>
              <Components isList="true" count="0" />
              <Conditions isList="true" count="0" />
              <DataRelationName isNull="true" />
              <DataSourceName>QuestionnaireHeader</DataSourceName>
              <Filters isList="true" count="0" />
              <Guid>cc1f4a06b50a4cccb818596eb88a93e1</Guid>
              <Name>CrossDataBand2</Name>
              <Page isRef="18" />
              <Parent isRef="121" />
              <Sort isList="true" count="0" />
            </CrossDataBand2>
          </Components>
          <Conditions isList="true" count="0" />
          <Guid>29ac47f9027b4037a2ec2b39f5411465</Guid>
          <Name>HeaderBand1</Name>
          <Page isRef="18" />
          <Parent isRef="18" />
        </HeaderBand1>
        <DataDataSource1 Ref="125" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <BusinessObjectGuid isNull="true" />
          <ClientRectangle>0,27.8,26,1</ClientRectangle>
          <Components isList="true" count="1">
            <CrossDataBand1 Ref="126" type="CrossDataBand" isKey="true">
              <Brush>Transparent</Brush>
              <BusinessObjectGuid isNull="true" />
              <ClientRectangle>0,0,1.8,1</ClientRectangle>
              <Components isList="true" count="1">
                <Text76 Ref="127" type="Text" isKey="true">
                  <Border>All;Black;1;Solid;False;4;Black</Border>
                  <Brush>Transparent</Brush>
                  <ClientRectangle>0,0,1.8,1</ClientRectangle>
                  <Conditions isList="true" count="0" />
                  <Font>Arial,8</Font>
                  <Guid>98979195b242491b83959464bd3e4a3b</Guid>
                  <Margins>0,0,0,0</Margins>
                  <Name>Text76</Name>
                  <Page isRef="18" />
                  <Parent isRef="126" />
                  <Text>{QuestionnaireSubForm.Answer}</Text>
                  <TextBrush>Black</TextBrush>
                  <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
                  <Type>DataColumn</Type>
                </Text76>
              </Components>
              <Conditions isList="true" count="0" />
              <DataRelationName>Relation</DataRelationName>
              <DataSourceName>Sheet1Data</DataSourceName>
              <Filters isList="true" count="0" />
              <Guid>988b576ebfac4b19a02e69ac5616dd05</Guid>
              <Name>CrossDataBand1</Name>
              <Page isRef="18" />
              <Parent isRef="125" />
              <Sort isList="true" count="0" />
            </CrossDataBand1>
          </Components>
          <Conditions isList="true" count="0" />
          <DataRelationName isNull="true" />
          <DataSourceName>QuestionnaireSubForm</DataSourceName>
          <Filters isList="true" count="0" />
          <Guid>33ddb48842ac4e2692b151a372951c38</Guid>
          <Name>DataDataSource1</Name>
          <Page isRef="18" />
          <Parent isRef="18" />
          <Sort isList="true" count="0" />
        </DataDataSource1>
      </Components>
      <Conditions isList="true" count="0" />
      <Guid>ff310ad78fe247c78108f021149c5e15</Guid>
      <Margins>1,1,1,1</Margins>
      <Name>Page1</Name>
      <PageHeight>100</PageHeight>
      <PageWidth>28</PageWidth>
      <PaperSize>A4</PaperSize>
      <Report isRef="0" />
      <Watermark Ref="128" type="Stimulsoft.Report.Components.StiWatermark" isKey="true">
        <Font>Arial,100</Font>
        <TextBrush>[50:0:0:0]</TextBrush>
      </Watermark>
    </Page1>
    <PhotosPage Ref="129" type="Page" isKey="true">
      <Border>None;Black;2;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <Components isList="true" count="4">
        <PageFooterBand3 Ref="130" type="PageFooterBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,26.7,19,1</ClientRectangle>
          <Components isList="true" count="3">
            <Text183 Ref="131" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>8.4,0.4,2.6,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9</Font>
              <Guid>1d330aad98d1499fa844a02c8494b828</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text183</Name>
              <Page isRef="129" />
              <Parent isRef="130" />
              <Text>{PageNofM}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text183>
            <Image8 Ref="132" type="Image" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>12,0.23,7,0.8</ClientRectangle>
              <Conditions isList="true" count="2">
                <value>Company.CategoryID,EqualTo,_x0034_,,Numeric,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
                <value>Company.CategoryID,EqualTo,_x0035_,,Numeric,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
              </Conditions>
              <Guid>24d2669847fd4baa8c05ad23ec97d75c</Guid>
              <HorAlignment>Right</HorAlignment>
              <Image>iVBORw0KGgoAAAANSUhEUgAAAN8AAAAeCAIAAAAjL1xqAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAXEQAAFxEByibzPwAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAnCSURBVHhe7ZhbbFXHFYbHAaUXmjZSH/qUvqDS0KpCStSXqKmriFIppYFCo6I0waGQIgLGmFIMgYATNwRisE0M2IAvXIyPMRcTgwnXpIAaQinYGAy+YGzA2ICDDTiogJrS75x/Mx2fcyjGGAVF+9fS1po1a9ZaM/PvOXuOueXDx8MKn50+Hl747HywGFrWlF5xyWv4uEf47HyA+Hr2CZNTb1Y0xm4555l83At8dvY8iqov982v23fu2sLcwKM51Wb1GVPU/I3i5n3n/+V5+OgafHb2MGZ93GAyT5is2phlJyfl7Fi0ZOkv8g6YDRdM6aWYsrZpFVc8Px9dgM/OHkNs4CSnZk3tyWF5/4hZVmfyGzg1++UeSsvInLpk3SObW82Oq0jfnW2N1/7tjfHxf+Gzswewvb69V+oRk3bUvH980IYTGzdtTinYHQM7A+fM+vMm0PjX9OzZqZmPbmoym1pN6WePb2srarrhDfZxZ/jsvC/sO/t545UbHR2fD19ZATXNkhrDqbm8KrB2fdbqjWb1KfPBZ0GCLj8+I3Xpm7PeGpe5gUuSWXPWrDufXu9/ht4FPju7CUjZN/u4mVvee/6RvEMtnx44+Hrh4ZjsOpN7yqw6bVbUw85lOfk/gLWcqRnHzOLq+LQ106bPSExO/c6G08FDtKw99uC1uoYzE+ITAoG1XlwfDnx2dhMrDl145L1yM6/CLKiMyahKLz28d9/f55ccCB2NTWZdi1nblLzqQ25FiYs2msxKEyLuC0s/mpw0Mz5x6i/XVwS/QTc3FH+4e2rS9B07d3lxfTi4Z3YeDqGjo8NtWlh7bW0tzebmFjUF6wOkA9cnbJQcLGzwMET22vhRjS0tLVKA6xCWHUU+FrILN27c2F91pldapcmoMouqTXbt+MDhXbv/Vli62xScNiUXzZY2EzibklXMrSh5YZ5ZVinifm/N0fg33x3z2tixc5c89dTTXrjbUA0uZLfFu3CXLtLB64i2F3LGjh6ZEcjtS0cndlJ0WdnWPXv2eu1oeOaZnyFMgFkNGvQrNV3JyFiI2/jxE9BzcnI1SpCD5i8dGTnyVUsRd5T0MKE8ebpQFzG9dmgihMXIM8xC2G5nZ77W+Ysv/nO26dy+ipO9Fh0Pnouhf91/X1ixZev2VSXbTVGD2X4l+BmaUTUha8u89xa8PTftJ/kHTXFL6GLU/NrrE/v06ZOQkKBogMhRk2oKbs2uaLXZssi9wKLlcuclKBp29KhJhw37ncvmLwud2MkEUlLeoTLNOSpUPdPDE4W52Q1juHrRI1cEqJexWh1Ea0ooOdhRUF+9do0oCYsWNAzYEWJ67RCoiolgV3BLVuzKjn6n7Gw2CmJj2mhFRf/7QISd9acaPjpU3Wt5XfBcLDhr1jb/uDB4Z+dW9HigxqQfM4tOmKV1Q5fvSXlnLreil3N3fmv9yaGvjBk+/EVjTHl5uRfr9uq5U0ZRhZBMNbvTxyh/dFWelDRNe8FTy0XNttfdCzdaWC9JtVauPwFp4kkKmqRGZ91UKjrLwhM7bvho3bCwkjwxatnpkpFeKkRo8qQXRdFo6qUC4WcnIwmhWUUFdSNkIlzYHEBYL08crNheIF0sRLTrNiaVaGMoxg6nNuxK5EIRiOm1b8Oe7i41sSs7XbYMLYfNjsg/FMb7chAsdcDF1lbYWXW8esenR83KWlPUHPzXffOl3sUNsHNVQWBazlaTVRs8Vlee/m7BsZkpc6f8JemJJ77//PODn3tu4IABA7xAISipXhXq9PKFQFKe9FKhnIFeIZed+KgLyB9Bt/NSF3CjRfay5ljc91A0YhRLSl7owROjlghndNXPkykQQXZ0+bPCjCUCTVszw9XETpOxTJxRdpE7sZOgCJnw8EwRXy10IQqH4s4KhPVSFooV2wukM4RVsHb5KCZN5mbHimdRXxs73Gs7sATlaacQNTueNjuCQlP+cpC487XsrDhSyZ3dFNab0ktm22WuOz/NP5xbUMydPSm3zOTXhf5Cahk/Z/GoUaNh50t/eOWxx76dn5/vBQpBSRXfVmiThlmsuG+1uwLuHO281AXUqwmqN1Lc95DVg0bS2RQYgoKD3HjCKinYCY4/Ck2VRGp4hQO5tB0Y0RUTBQfoKxLbQwF0YicjmS3pNV5Q9XZu6MoqEustEdhg9aoOFHdFgHoZC6TLroxkl6JaiaBVELC4Q1zITkyv3RmRlYRlZwroZGdd5MmqySIHQW5unCtXrrrs5M7ee10jZ6dZzOfmsa9ll2flFnBnn5O12hTWjBg3ZUJ8wuDBL/Tr98MRI17iZ729vd0LFILeE3dvgEqiSzWzfxQgUT3yj6xNU0DQI1dAvdjR1cvTRqaXHZSnQBa9BgAHbbqCoOhpFZWqJj4oIrSeOh0xklFbptQoLLgIii50Yqc4QR08PZNDHYxaLG2b3hUEI10IdjXppYmurBbypyZNAJGdihVZwihLdEVGqFtNDXEhT1uGxOuLVklkdgWXyFMWnopmy9NyC5Hs5M7+6+z9wT84M09wi/9mXmXasgLu7EOHDmPsGzNmPflk/8G/GfLssz+Pi4vzotwGZdgFDEuqny8UjJ5351mIKHKQqKnXmxmhawclSiQeyDlsp8KgowFPeMm+M5zaeCo+XXKTosLUtJ5MASJpPbHjg8ITNxRlxwFP1gFd6MTOqMAbvjKeyhiPYl8sUtJESEChKJb4KDSV3kLODEekex1OKESj3OCaAOKWbqGuMPH6olXSlez42Fnb7LjJX7h+/XokO7mzzy7ca7JqzPLgLX70klLYyX4MGfLb+ImT+Fl/+ZU4Ds6SkhIvigNbBkkRFGpQUtVslxeEzQKCqmmrdZ21COyRwiL2NYu6U5Fg5RliV8DV7VgpeEph1gTH0+6adHp5Mlx2FOaCQuUQLOTo4e7s9HEn3Lx5Myo7ubPPXvOxyauNS5oz+c9TuaqzT3xxvjpqdP/+P4KdsbGxXoivNHRGeo27gdeGU9byWPDZeV+42tERlZ3c2UfGjeJHfHZyyvgJCexT4uQpAwcOnDQp0X7AfeWhM9Jr3A3uEWvhs/N+0X75clR2Qk1kftrCP40dBzunTZ/Bz/onn+z3hvnoAnx29gAutbWFsXNVQUDs5M4+fPiLI0fGJb+VUlxc7A3w0TX47OwZXGxtddmZ8f5iqDnqj2NS56dzcHLt8Px83At8dvYYzp+/YNmZuiADdk5/YyZXosiPfR9dhM/OnkRNbZ3YOefdebBz0wel27Zt96nZbfjs7GFUHDkKO2cnvw07KyuPelYf3YLPzp7HPw+VT0xI3LVrt9f20V347HwgaGhs9DQf9wGfnT4eVty69V8EUot+RUAVMAAAAABJRU5ErkJggg==</Image>
              <Name>Image8</Name>
              <Page isRef="129" />
              <Parent isRef="130" />
            </Image8>
            <Text63 Ref="133" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0.2,0.5,7.6,0.4</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>_x007B_Company.BuildersLicenceNumber_x0021__x003D__x0022__x0022__x007D_,Black,Transparent,Arial_x002C_8,True,False,,,None</value>
              </Conditions>
              <Enabled>False</Enabled>
              <Font>Arial,8</Font>
              <Guid>638ce33757de4ed1b428e3fbdf5fe5ec</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text63</Name>
              <Page isRef="129" />
              <Parent isRef="130" />
              <Text>Builders Licence Number: {Company.BuildersLicenceNumber}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text63>
          </Components>
          <Conditions isList="true" count="0" />
          <Guid>906d611bd6314f72af89590fd69787f6</Guid>
          <Name>PageFooterBand3</Name>
          <Page isRef="129" />
          <Parent isRef="129" />
        </PageFooterBand3>
        <ReportTitleBand3 Ref="134" type="ReportTitleBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,0.4,19,2.4</ClientRectangle>
          <Components isList="true" count="10">
            <Text141 Ref="135" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>9.2,0,9.8,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8.25</Font>
              <Guid>3eb986ae0381479c94a51016d47fbf70</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text141</Name>
              <Page isRef="129" />
              <Parent isRef="134" />
              <Text>{Company.LetterheadName}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
            </Text141>
            <Text142 Ref="136" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>9.2,1,9.8,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8.25</Font>
              <Guid>e14e5d1fb3ff41c996e838365911ff5b</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text142</Name>
              <Page isRef="129" />
              <Parent isRef="134" />
              <Text>{Company.Address}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text142>
            <Text143 Ref="137" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>14.3,1.4,2.1,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8.25</Font>
              <Guid>d7bfacb34843437782ffc866818ddb1f</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text143</Name>
              <Page isRef="129" />
              <Parent isRef="134" />
              <Text>{Company.Phone}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text143>
            <Text144 Ref="138" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>16.9,1.4,2.1,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8.25</Font>
              <Guid>bcfe71fe8165401ab1a64268fb02d5d6</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text144</Name>
              <Page isRef="129" />
              <Parent isRef="134" />
              <Text>{Company.Fax}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text144>
            <Text145 Ref="139" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>15.8,1.8,3.2,0.4</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>Company.CountryID,EqualTo,_x0034_,,Numeric,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
              </Conditions>
              <Font>Arial,8.25</Font>
              <Guid>0b67e7eb2cb0490bb72a54276ef07fcf</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text145</Name>
              <Page isRef="129" />
              <Parent isRef="134" />
              <Text>{Company.Website}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
            </Text145>
            <Text146 Ref="140" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>16.9,0.4,2.1,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,6</Font>
              <Guid>95f02a34c09143edb7dab4ee9e02a7d9</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text146</Name>
              <Page isRef="129" />
              <Parent isRef="134" />
              <Text>{Company.ABNLabel} {Company.ABN}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text146>
            <Text147 Ref="141" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>14,1.4,0.3,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>d327b3de6a044583969c4e388aad2bee</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text147</Name>
              <Page isRef="129" />
              <Parent isRef="134" />
              <Text>P</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text147>
            <Text148 Ref="142" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>16.6,1.4,0.3,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8.25,Bold</Font>
              <Guid>dc9554c5a4ff42c282552325b52f2549</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text148</Name>
              <Page isRef="129" />
              <Parent isRef="134" />
              <Text>F</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text148>
            <Text149 Ref="143" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>14,0.4,2.8,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,6</Font>
              <Guid>5842054141c74729beef14d1a1109342</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text149</Name>
              <Page isRef="129" />
              <Parent isRef="134" />
              <Text>A Johns Lyng Group Company</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text149>
            <Image2 Ref="144" type="Image" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0,8.4,2</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>CompanyLogos.CompanyID,EqualTo,null,,Numeric,Red,Transparent,Arial_x002C_8,False,False,</value>
              </Conditions>
              <DataColumn>CompanyLogos.Logo</DataColumn>
              <Guid>541aa3b0524040978e82a9e1b24f732a</Guid>
              <Name>Image2</Name>
              <Page isRef="129" />
              <Parent isRef="134" />
            </Image2>
          </Components>
          <Conditions isList="true" count="0" />
          <Guid>cce0197b90ff407999f540f25417ce93</Guid>
          <Name>ReportTitleBand3</Name>
          <Page isRef="129" />
          <Parent isRef="129" />
        </ReportTitleBand3>
        <DataBand11 Ref="145" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,3.6,19,0.8</ClientRectangle>
          <Components isList="true" count="3">
            <Text150 Ref="146" type="Text" isKey="true">
              <Brush>[210:234:240]</Brush>
              <ClientRectangle>0,0,19,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,10,Bold</Font>
              <Guid>6d96a9f873144da390d703cb030c8b8c</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text150</Name>
              <Page isRef="129" />
              <Parent isRef="145" />
              <Text>Supporting Photos</Text>
              <TextBrush>[47:54:153]</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text150>
            <HorizontalLinePrimitive11 Ref="147" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0,19,0.0254</ClientRectangle>
              <Color>MidnightBlue</Color>
              <EndCap Ref="148" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>15d6edb6303a4baab04b09258e113631</Guid>
              <Name>HorizontalLinePrimitive11</Name>
              <Page isRef="129" />
              <Parent isRef="145" />
              <Size>2</Size>
              <StartCap Ref="149" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive11>
            <HorizontalLinePrimitive12 Ref="150" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0.6,19,0.0254</ClientRectangle>
              <Color>MidnightBlue</Color>
              <EndCap Ref="151" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>03f5178b092542b4966d23814e38bd0a</Guid>
              <Name>HorizontalLinePrimitive12</Name>
              <Page isRef="129" />
              <Parent isRef="145" />
              <Size>2</Size>
              <StartCap Ref="152" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive12>
          </Components>
          <Conditions isList="true" count="0" />
          <Filters isList="true" count="0" />
          <Guid>b7a9acace6d34ab8ada43bdd01e8d8ec</Guid>
          <Name>DataBand11</Name>
          <Page isRef="129" />
          <Parent isRef="129" />
          <Sort isList="true" count="0" />
        </DataBand11>
        <DataBand12 Ref="153" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <BusinessObjectGuid isNull="true" />
          <CanBreak>True</CanBreak>
          <ClientRectangle>0,5.2,19,11</ClientRectangle>
          <Columns>2</Columns>
          <Components isList="true" count="2">
            <Image7 Ref="154" type="Image" isKey="true">
              <AspectRatio>True</AspectRatio>
              <Brush>Transparent</Brush>
              <ClientRectangle>0.1,0.2,9.25,6.9</ClientRectangle>
              <Conditions isList="true" count="0" />
              <DataColumn>JobImages.JobImage</DataColumn>
              <Guid>7ffa6fb995a64ed0a3fe85356267fe60</Guid>
              <Name>Image7</Name>
              <Page isRef="129" />
              <Parent isRef="153" />
              <Stretch>True</Stretch>
            </Image7>
            <Text151 Ref="155" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <CanBreak>True</CanBreak>
              <CanGrow>True</CanGrow>
              <ClientRectangle>0.1,7.2,8.4,0.8</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8</Font>
              <Guid>c229068cbdb247b8b071a42d9ea8bbff</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text151</Name>
              <Page isRef="129" />
              <Parent isRef="153" />
              <Text>{JobImages.Description}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
            </Text151>
          </Components>
          <Conditions isList="true" count="0" />
          <DataRelationName isNull="true" />
          <DataSourceName>JobImages</DataSourceName>
          <FilterOn>False</FilterOn>
          <Filters isList="true" count="0" />
          <Guid>965c4b50244149409943733d5d8f55a7</Guid>
          <Name>DataBand12</Name>
          <Page isRef="129" />
          <Parent isRef="129" />
          <Sort isList="true" count="0" />
        </DataBand12>
      </Components>
      <Conditions isList="true" count="1">
        <value>JobImages.FilePath,EqualTo,,,String,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
      </Conditions>
      <Guid>a673c4ebe2124e5e98e48d16a1a37fd3</Guid>
      <Margins>1,1,1,1</Margins>
      <Name>PhotosPage</Name>
      <PageHeight>29.7</PageHeight>
      <PageWidth>21</PageWidth>
      <PaperSize>A4</PaperSize>
      <Report isRef="0" />
      <Watermark Ref="156" type="Stimulsoft.Report.Components.StiWatermark" isKey="true">
        <Font>Arial,100</Font>
        <TextBrush>[50:0:0:0]</TextBrush>
      </Watermark>
    </PhotosPage>
    <ScopeOfWorkPage Ref="157" type="Page" isKey="true">
      <Border>None;Black;2;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <Components isList="true" count="10">
        <PageFooterBand4 Ref="158" type="PageFooterBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,26.7,19,1</ClientRectangle>
          <Components isList="true" count="3">
            <Text189 Ref="159" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>8.2,0.4,2.6,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9</Font>
              <Guid>9fdb75bb277c408991f4166b2b60804f</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text189</Name>
              <Page isRef="157" />
              <Parent isRef="158" />
              <Text>{PageNofM}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text189>
            <Image9 Ref="160" type="Image" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>12.8,0.1,6.2,0.8</ClientRectangle>
              <Conditions isList="true" count="2">
                <value>Company.CategoryID,EqualTo,_x0034_,,Numeric,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
                <value>Company.CategoryID,EqualTo,_x0035_,,Numeric,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
              </Conditions>
              <Guid>aa640f939a0b4a029cbe3adb1b022111</Guid>
              <HorAlignment>Right</HorAlignment>
              <Image>iVBORw0KGgoAAAANSUhEUgAAAN8AAAAeCAIAAAAjL1xqAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAXEQAAFxEByibzPwAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAnCSURBVHhe7ZhbbFXHFYbHAaUXmjZSH/qUvqDS0KpCStSXqKmriFIppYFCo6I0waGQIgLGmFIMgYATNwRisE0M2IAvXIyPMRcTgwnXpIAaQinYGAy+YGzA2ICDDTiogJrS75x/Mx2fcyjGGAVF+9fS1po1a9ZaM/PvOXuOueXDx8MKn50+Hl747HywGFrWlF5xyWv4uEf47HyA+Hr2CZNTb1Y0xm4555l83At8dvY8iqov982v23fu2sLcwKM51Wb1GVPU/I3i5n3n/+V5+OgafHb2MGZ93GAyT5is2phlJyfl7Fi0ZOkv8g6YDRdM6aWYsrZpFVc8Px9dgM/OHkNs4CSnZk3tyWF5/4hZVmfyGzg1++UeSsvInLpk3SObW82Oq0jfnW2N1/7tjfHxf+Gzswewvb69V+oRk3bUvH980IYTGzdtTinYHQM7A+fM+vMm0PjX9OzZqZmPbmoym1pN6WePb2srarrhDfZxZ/jsvC/sO/t545UbHR2fD19ZATXNkhrDqbm8KrB2fdbqjWb1KfPBZ0GCLj8+I3Xpm7PeGpe5gUuSWXPWrDufXu9/ht4FPju7CUjZN/u4mVvee/6RvEMtnx44+Hrh4ZjsOpN7yqw6bVbUw85lOfk/gLWcqRnHzOLq+LQ106bPSExO/c6G08FDtKw99uC1uoYzE+ITAoG1XlwfDnx2dhMrDl145L1yM6/CLKiMyahKLz28d9/f55ccCB2NTWZdi1nblLzqQ25FiYs2msxKEyLuC0s/mpw0Mz5x6i/XVwS/QTc3FH+4e2rS9B07d3lxfTi4Z3YeDqGjo8NtWlh7bW0tzebmFjUF6wOkA9cnbJQcLGzwMET22vhRjS0tLVKA6xCWHUU+FrILN27c2F91pldapcmoMouqTXbt+MDhXbv/Vli62xScNiUXzZY2EzibklXMrSh5YZ5ZVinifm/N0fg33x3z2tixc5c89dTTXrjbUA0uZLfFu3CXLtLB64i2F3LGjh6ZEcjtS0cndlJ0WdnWPXv2eu1oeOaZnyFMgFkNGvQrNV3JyFiI2/jxE9BzcnI1SpCD5i8dGTnyVUsRd5T0MKE8ebpQFzG9dmgihMXIM8xC2G5nZ77W+Ysv/nO26dy+ipO9Fh0Pnouhf91/X1ixZev2VSXbTVGD2X4l+BmaUTUha8u89xa8PTftJ/kHTXFL6GLU/NrrE/v06ZOQkKBogMhRk2oKbs2uaLXZssi9wKLlcuclKBp29KhJhw37ncvmLwud2MkEUlLeoTLNOSpUPdPDE4W52Q1juHrRI1cEqJexWh1Ea0ooOdhRUF+9do0oCYsWNAzYEWJ67RCoiolgV3BLVuzKjn6n7Gw2CmJj2mhFRf/7QISd9acaPjpU3Wt5XfBcLDhr1jb/uDB4Z+dW9HigxqQfM4tOmKV1Q5fvSXlnLreil3N3fmv9yaGvjBk+/EVjTHl5uRfr9uq5U0ZRhZBMNbvTxyh/dFWelDRNe8FTy0XNttfdCzdaWC9JtVauPwFp4kkKmqRGZ91UKjrLwhM7bvho3bCwkjwxatnpkpFeKkRo8qQXRdFo6qUC4WcnIwmhWUUFdSNkIlzYHEBYL08crNheIF0sRLTrNiaVaGMoxg6nNuxK5EIRiOm1b8Oe7i41sSs7XbYMLYfNjsg/FMb7chAsdcDF1lbYWXW8esenR83KWlPUHPzXffOl3sUNsHNVQWBazlaTVRs8Vlee/m7BsZkpc6f8JemJJ77//PODn3tu4IABA7xAISipXhXq9PKFQFKe9FKhnIFeIZed+KgLyB9Bt/NSF3CjRfay5ljc91A0YhRLSl7owROjlghndNXPkykQQXZ0+bPCjCUCTVszw9XETpOxTJxRdpE7sZOgCJnw8EwRXy10IQqH4s4KhPVSFooV2wukM4RVsHb5KCZN5mbHimdRXxs73Gs7sATlaacQNTueNjuCQlP+cpC487XsrDhSyZ3dFNab0ktm22WuOz/NP5xbUMydPSm3zOTXhf5Cahk/Z/GoUaNh50t/eOWxx76dn5/vBQpBSRXfVmiThlmsuG+1uwLuHO281AXUqwmqN1Lc95DVg0bS2RQYgoKD3HjCKinYCY4/Ck2VRGp4hQO5tB0Y0RUTBQfoKxLbQwF0YicjmS3pNV5Q9XZu6MoqEustEdhg9aoOFHdFgHoZC6TLroxkl6JaiaBVELC4Q1zITkyv3RmRlYRlZwroZGdd5MmqySIHQW5unCtXrrrs5M7ee10jZ6dZzOfmsa9ll2flFnBnn5O12hTWjBg3ZUJ8wuDBL/Tr98MRI17iZ729vd0LFILeE3dvgEqiSzWzfxQgUT3yj6xNU0DQI1dAvdjR1cvTRqaXHZSnQBa9BgAHbbqCoOhpFZWqJj4oIrSeOh0xklFbptQoLLgIii50Yqc4QR08PZNDHYxaLG2b3hUEI10IdjXppYmurBbypyZNAJGdihVZwihLdEVGqFtNDXEhT1uGxOuLVklkdgWXyFMWnopmy9NyC5Hs5M7+6+z9wT84M09wi/9mXmXasgLu7EOHDmPsGzNmPflk/8G/GfLssz+Pi4vzotwGZdgFDEuqny8UjJ5351mIKHKQqKnXmxmhawclSiQeyDlsp8KgowFPeMm+M5zaeCo+XXKTosLUtJ5MASJpPbHjg8ITNxRlxwFP1gFd6MTOqMAbvjKeyhiPYl8sUtJESEChKJb4KDSV3kLODEekex1OKESj3OCaAOKWbqGuMPH6olXSlez42Fnb7LjJX7h+/XokO7mzzy7ca7JqzPLgLX70klLYyX4MGfLb+ImT+Fl/+ZU4Ds6SkhIvigNbBkkRFGpQUtVslxeEzQKCqmmrdZ21COyRwiL2NYu6U5Fg5RliV8DV7VgpeEph1gTH0+6adHp5Mlx2FOaCQuUQLOTo4e7s9HEn3Lx5Myo7ubPPXvOxyauNS5oz+c9TuaqzT3xxvjpqdP/+P4KdsbGxXoivNHRGeo27gdeGU9byWPDZeV+42tERlZ3c2UfGjeJHfHZyyvgJCexT4uQpAwcOnDQp0X7AfeWhM9Jr3A3uEWvhs/N+0X75clR2Qk1kftrCP40dBzunTZ/Bz/onn+z3hvnoAnx29gAutbWFsXNVQUDs5M4+fPiLI0fGJb+VUlxc7A3w0TX47OwZXGxtddmZ8f5iqDnqj2NS56dzcHLt8Px83At8dvYYzp+/YNmZuiADdk5/YyZXosiPfR9dhM/OnkRNbZ3YOefdebBz0wel27Zt96nZbfjs7GFUHDkKO2cnvw07KyuPelYf3YLPzp7HPw+VT0xI3LVrt9f20V347HwgaGhs9DQf9wGfnT4eVty69V8EUot+RUAVMAAAAABJRU5ErkJggg==</Image>
              <Name>Image9</Name>
              <Page isRef="157" />
              <Parent isRef="158" />
            </Image9>
            <Text64 Ref="161" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0.2,0.5,7.6,0.4</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>_x007B_Company.BuildersLicenceNumber_x0021__x003D__x0022__x0022__x007D_,Black,Transparent,Arial_x002C_8,True,False,,,None</value>
              </Conditions>
              <Enabled>False</Enabled>
              <Font>Arial,8</Font>
              <Guid>9451f1dd1ed141188f126d08e6435419</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text64</Name>
              <Page isRef="157" />
              <Parent isRef="158" />
              <Text>Builders Licence Number: {Company.BuildersLicenceNumber}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text64>
          </Components>
          <Conditions isList="true" count="0" />
          <Guid>0bf6fe02e9ed455db8c8ba8aebba5cf0</Guid>
          <Name>PageFooterBand4</Name>
          <Page isRef="157" />
          <Parent isRef="157" />
        </PageFooterBand4>
        <ReportTitleBand4 Ref="162" type="ReportTitleBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,0.4,19,2.4</ClientRectangle>
          <Components isList="true" count="10">
            <Text66 Ref="163" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>9.2,0,9.8,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8.25</Font>
              <Guid>fd36661d9f4b4a4f8f77967e9c66ae5e</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text66</Name>
              <Page isRef="157" />
              <Parent isRef="162" />
              <Text>{Company.LetterheadName}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
            </Text66>
            <Text80 Ref="164" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>9.2,1,9.8,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8.25</Font>
              <Guid>346570fd504246acac791d985208e155</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text80</Name>
              <Page isRef="157" />
              <Parent isRef="162" />
              <Text>{Company.Address}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text80>
            <Text97 Ref="165" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>14.3,1.4,2.1,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8.25</Font>
              <Guid>341888e0f6b44ea7ab265062b7a4ffbd</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text97</Name>
              <Page isRef="157" />
              <Parent isRef="162" />
              <Text>{Company.Phone}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text97>
            <Text108 Ref="166" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>16.9,1.4,2.1,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8.25</Font>
              <Guid>dce75740c138471ca773fb49e0db0072</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text108</Name>
              <Page isRef="157" />
              <Parent isRef="162" />
              <Text>{Company.Fax}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text108>
            <Text184 Ref="167" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>15.8,1.8,3.2,0.4</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>Company.CountryID,EqualTo,_x0034_,,Numeric,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
              </Conditions>
              <Font>Arial,8.25</Font>
              <Guid>9c4558464d3f46b18913dadea4bfd3ce</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text184</Name>
              <Page isRef="157" />
              <Parent isRef="162" />
              <Text>{Company.Website}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
            </Text184>
            <Text185 Ref="168" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>16.9,0.4,2.1,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,6</Font>
              <Guid>a9ef1496ec2f49508b1a514e0f03cdb9</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text185</Name>
              <Page isRef="157" />
              <Parent isRef="162" />
              <Text>{Company.ABNLabel} {Company.ABN}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text185>
            <Text186 Ref="169" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>14,1.4,0.3,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>67cf185b44d04aa68bb2582b1ae10a09</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text186</Name>
              <Page isRef="157" />
              <Parent isRef="162" />
              <Text>P</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text186>
            <Text187 Ref="170" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>16.6,1.4,0.3,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8.25,Bold</Font>
              <Guid>ba38a7cd0ad24003bccd0d6cf2e86d48</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text187</Name>
              <Page isRef="157" />
              <Parent isRef="162" />
              <Text>F</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text187>
            <Text188 Ref="171" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>14,0.4,2.8,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,6</Font>
              <Guid>31b1f199eb9e4aa3bbec99a0e6701aa4</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text188</Name>
              <Page isRef="157" />
              <Parent isRef="162" />
              <Text>A Johns Lyng Group Company</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text188>
            <Image4 Ref="172" type="Image" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0,8.4,2</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>CompanyLogos.CompanyID,EqualTo,null,,Numeric,Red,Transparent,Arial_x002C_8,False,False,</value>
              </Conditions>
              <DataColumn>CompanyLogos.Logo</DataColumn>
              <Guid>f45d334ff5824da78c353d6ca576220f</Guid>
              <Name>Image4</Name>
              <Page isRef="157" />
              <Parent isRef="162" />
            </Image4>
          </Components>
          <Conditions isList="true" count="0" />
          <Guid>054657f6260549688fc9e4cd260e6529</Guid>
          <Name>ReportTitleBand4</Name>
          <Page isRef="157" />
          <Parent isRef="157" />
        </ReportTitleBand4>
        <DataBand13 Ref="173" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,3.6,19,0.8</ClientRectangle>
          <Components isList="true" count="3">
            <Text152 Ref="174" type="Text" isKey="true">
              <Brush>[210:234:240]</Brush>
              <ClientRectangle>0,0,19,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,10,Bold</Font>
              <Guid>30fb4622a9454fafa259b798323a5eef</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text152</Name>
              <Page isRef="157" />
              <Parent isRef="173" />
              <Text>Scope of Works</Text>
              <TextBrush>[47:54:153]</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text152>
            <HorizontalLinePrimitive13 Ref="175" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0,19,0.0254</ClientRectangle>
              <Color>MidnightBlue</Color>
              <EndCap Ref="176" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>fbe05d6bde8d4e8e908cf1f937e3ada9</Guid>
              <Name>HorizontalLinePrimitive13</Name>
              <Page isRef="157" />
              <Parent isRef="173" />
              <Size>2</Size>
              <StartCap Ref="177" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive13>
            <HorizontalLinePrimitive14 Ref="178" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0.6,19,0.0254</ClientRectangle>
              <Color>MidnightBlue</Color>
              <EndCap Ref="179" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>7a9cf3abca1a4f989f60fe3751488a65</Guid>
              <Name>HorizontalLinePrimitive14</Name>
              <Page isRef="157" />
              <Parent isRef="173" />
              <Size>2</Size>
              <StartCap Ref="180" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive14>
          </Components>
          <Conditions isList="true" count="0" />
          <Filters isList="true" count="0" />
          <Guid>830970825724420494331dbcd745d6e9</Guid>
          <Name>DataBand13</Name>
          <Page isRef="157" />
          <Parent isRef="157" />
          <Sort isList="true" count="0" />
        </DataBand13>
        <GroupHeaderBand1 Ref="181" type="GroupHeaderBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,5.2,19,0</ClientRectangle>
          <Components isList="true" count="0" />
          <Condition>{EstimateDetails.Level1Sort}</Condition>
          <Conditions isList="true" count="0" />
          <Guid>2cec0635362142c19dba8786fa508a6c</Guid>
          <Name>GroupHeaderBand1</Name>
          <Page isRef="157" />
          <Parent isRef="157" />
        </GroupHeaderBand1>
        <GroupHeaderBand3 Ref="182" type="GroupHeaderBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,6,19,0</ClientRectangle>
          <Components isList="true" count="0" />
          <Condition>{EstimateDetails.lv1ID}</Condition>
          <Conditions isList="true" count="0" />
          <Guid>45aa7e733363496f805d3473c9ac1a3b</Guid>
          <Name>GroupHeaderBand3</Name>
          <Page isRef="157" />
          <Parent isRef="157" />
        </GroupHeaderBand3>
        <GroupHeaderBand2 Ref="183" type="GroupHeaderBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,6.8,19,1</ClientRectangle>
          <Components isList="true" count="3">
            <Text153 Ref="184" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0.6,0.2,18.4,0.6</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>Multi&lt;?xml version="1.0" encoding="utf-16" standalone="yes"?&gt;&lt;StiSerializer version="1.02" type="Net" application="State"&gt;&lt;Filters isList="true" count="2"&gt;&lt;value&gt;EstimateDetails.Header,EqualTo,SITE_x0020_SPECIFIC_x0020_COMMENTS,,String&lt;/value&gt;&lt;value&gt;EstimateDetails.Header,EqualTo,STANDARD_x0020_EXCLUSIONS,,String&lt;/value&gt;&lt;/Filters&gt;&lt;FilterMode&gt;Or&lt;/FilterMode&gt;&lt;Enabled&gt;False&lt;/Enabled&gt;&lt;TextColor&gt;Red&lt;/TextColor&gt;&lt;BackColor&gt;Transparent&lt;/BackColor&gt;&lt;Font&gt;Arial, 8pt&lt;/Font&gt;&lt;CanAssignExpression&gt;True&lt;/CanAssignExpression&gt;&lt;BorderSides&gt;None&lt;/BorderSides&gt;&lt;/StiSerializer&gt;</value>
              </Conditions>
              <Font>Arial,12,Bold</Font>
              <Guid>bbd27100d2844ad1b0a279b2e0296b66</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text153</Name>
              <Page isRef="157" />
              <Parent isRef="183" />
              <Text>{EstimateDetails.Header}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text153>
            <Text155 Ref="185" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>0,0.2,0.6,0.6</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>Multi&lt;?xml version="1.0" encoding="utf-16" standalone="yes"?&gt;&lt;StiSerializer version="1.02" type="Net" application="State"&gt;&lt;Filters isList="true" count="2"&gt;&lt;value&gt;EstimateDetails.Header,EqualTo,SITE_x0020_SPECIFIC_x0020_COMMENTS,,String&lt;/value&gt;&lt;value&gt;EstimateDetails.Header,EqualTo,STANDARD_x0020_EXCLUSIONS,,String&lt;/value&gt;&lt;/Filters&gt;&lt;FilterMode&gt;Or&lt;/FilterMode&gt;&lt;Enabled&gt;False&lt;/Enabled&gt;&lt;TextColor&gt;Black&lt;/TextColor&gt;&lt;BackColor&gt;Transparent&lt;/BackColor&gt;&lt;Font&gt;Arial, 10.2pt, style=Bold&lt;/Font&gt;&lt;BorderSides&gt;None&lt;/BorderSides&gt;&lt;/StiSerializer&gt;</value>
              </Conditions>
              <Font>Arial,12,Bold,Point,False,0</Font>
              <Guid>c56c602a4ab64e9d9469901ce73676b2</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text155</Name>
              <Page isRef="157" />
              <Parent isRef="183" />
              <Text>{EstimateDetails.HeaderNumberDisp}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>DataColumn</Type>
            </Text155>
            <Text156 Ref="186" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0.2,19,0.6</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>Multi&lt;?xml version="1.0" encoding="utf-16" standalone="yes"?&gt;&lt;StiSerializer version="1.02" type="Net" application="State"&gt;&lt;Filters isList="true" count="2"&gt;&lt;value&gt;EstimateDetails.Header,NotEqualTo,SITE_x0020_SPECIFIC_x0020_COMMENTS,,String&lt;/value&gt;&lt;value&gt;EstimateDetails.Header,NotEqualTo,STANDARD_x0020_EXCLUSIONS,,String&lt;/value&gt;&lt;/Filters&gt;&lt;Enabled&gt;False&lt;/Enabled&gt;&lt;TextColor&gt;Black&lt;/TextColor&gt;&lt;BackColor&gt;Transparent&lt;/BackColor&gt;&lt;Font&gt;Arial, 8pt&lt;/Font&gt;&lt;BorderSides&gt;None&lt;/BorderSides&gt;&lt;/StiSerializer&gt;</value>
              </Conditions>
              <Font>Arial,12,Bold</Font>
              <Guid>6120a9d6d9264fafb53d4934ff627cd3</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text156</Name>
              <Page isRef="157" />
              <Parent isRef="183" />
              <Text>{EstimateDetails.Header}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text156>
          </Components>
          <Condition>{EstimateDetails.Header}</Condition>
          <Conditions isList="true" count="0" />
          <Guid>421a1c18dc7548f1a6caffb8e47a45ab</Guid>
          <Name>GroupHeaderBand2</Name>
          <Page isRef="157" />
          <Parent isRef="157" />
        </GroupHeaderBand2>
        <DataBand14 Ref="187" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <BusinessObjectGuid isNull="true" />
          <ClientRectangle>0,8.6,19,0.8</ClientRectangle>
          <Components isList="true" count="3">
            <Text154 Ref="188" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>1.6,0.2,17.4,0.4</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>Multi&lt;?xml version="1.0" encoding="utf-16" standalone="yes"?&gt;&lt;StiSerializer version="1.02" type="Net" application="State"&gt;&lt;Filters isList="true" count="2"&gt;&lt;value&gt;EstimateDetails.Header,EqualTo,SITE_x0020_SPECIFIC_x0020_COMMENTS,,String&lt;/value&gt;&lt;value&gt;EstimateDetails.Header,EqualTo,STANDARD_x0020_EXCLUSIONS,,String&lt;/value&gt;&lt;/Filters&gt;&lt;FilterMode&gt;Or&lt;/FilterMode&gt;&lt;Enabled&gt;False&lt;/Enabled&gt;&lt;TextColor&gt;Black&lt;/TextColor&gt;&lt;BackColor&gt;Transparent&lt;/BackColor&gt;&lt;Font&gt;Arial, 8pt&lt;/Font&gt;&lt;BorderSides&gt;None&lt;/BorderSides&gt;&lt;/StiSerializer&gt;</value>
              </Conditions>
              <Font>Arial,10</Font>
              <Guid>bc1955fe45c7485fb6ec8e7d3eb40ad2</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text154</Name>
              <Page isRef="157" />
              <Parent isRef="187" />
              <Text>{EstimateDetails.Description}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
            </Text154>
            <Text157 Ref="189" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>0.6,0.2,1,0.4</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>Multi&lt;?xml version="1.0" encoding="utf-16" standalone="yes"?&gt;&lt;StiSerializer version="1.02" type="Net" application="State"&gt;&lt;Filters isList="true" count="2"&gt;&lt;value&gt;EstimateDetails.Header,EqualTo,SITE_x0020_SPECIFIC_x0020_COMMENTS,,String&lt;/value&gt;&lt;value&gt;EstimateDetails.Header,EqualTo,STANDARD_x0020_EXCLUSIONS,,String&lt;/value&gt;&lt;/Filters&gt;&lt;FilterMode&gt;Or&lt;/FilterMode&gt;&lt;Enabled&gt;False&lt;/Enabled&gt;&lt;TextColor&gt;Black&lt;/TextColor&gt;&lt;BackColor&gt;Transparent&lt;/BackColor&gt;&lt;Font&gt;Arial, 10.2pt, style=Bold&lt;/Font&gt;&lt;BorderSides&gt;None&lt;/BorderSides&gt;&lt;/StiSerializer&gt;</value>
              </Conditions>
              <Font>Arial,10</Font>
              <Guid>28d61f52d3a74a6f842f2f5f0d5ffdf8</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text157</Name>
              <Page isRef="157" />
              <Parent isRef="187" />
              <Text>{EstimateDetails.HeaderAndDescNumberDisp}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>DataColumn</Type>
            </Text157>
            <Text158 Ref="190" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>0.6,0.2,18.4,0.4</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>Multi&lt;?xml version="1.0" encoding="utf-16" standalone="yes"?&gt;&lt;StiSerializer version="1.02" type="Net" application="State"&gt;&lt;Filters isList="true" count="2"&gt;&lt;value&gt;EstimateDetails.Header,NotEqualTo,SITE_x0020_SPECIFIC_x0020_COMMENTS,,String&lt;/value&gt;&lt;value&gt;EstimateDetails.Header,NotEqualTo,STANDARD_x0020_EXCLUSIONS,,String&lt;/value&gt;&lt;/Filters&gt;&lt;Enabled&gt;False&lt;/Enabled&gt;&lt;TextColor&gt;Red&lt;/TextColor&gt;&lt;BackColor&gt;Transparent&lt;/BackColor&gt;&lt;Font&gt;Arial, 8pt&lt;/Font&gt;&lt;BorderSides&gt;None&lt;/BorderSides&gt;&lt;/StiSerializer&gt;</value>
              </Conditions>
              <Font>Arial,10</Font>
              <Guid>12d08c995b60406eb60a52d1dfdcbb20</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text158</Name>
              <Page isRef="157" />
              <Parent isRef="187" />
              <Text>{EstimateDetails.Description}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>DataColumn</Type>
            </Text158>
          </Components>
          <Conditions isList="true" count="0" />
          <DataRelationName isNull="true" />
          <DataSourceName>EstimateDetails</DataSourceName>
          <Filters isList="true" count="0" />
          <Guid>34d5343d22e243ff917921475616fe95</Guid>
          <Name>DataBand14</Name>
          <Page isRef="157" />
          <Parent isRef="157" />
          <Sort isList="true" count="4">
            <value>ASC</value>
            <value>Level2Sort</value>
            <value>ASC</value>
            <value>RecordID</value>
          </Sort>
        </DataBand14>
        <GroupHeaderBand4 Ref="191" type="GroupHeaderBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,10.2,19,1.8</ClientRectangle>
          <Components isList="true" count="6">
            <Text159 Ref="192" type="Text" isKey="true">
              <Brush>[210:234:240]</Brush>
              <ClientRectangle>0,0.6,19,0.6</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>_x007B_HideCosting_x0020__x003D__x003D__x0020_1_x007D_,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
              </Conditions>
              <Font>Arial,10,Bold</Font>
              <Guid>262be56b9f0946fd871409ba767ae993</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text159</Name>
              <Page isRef="157" />
              <Parent isRef="191" />
              <Text>Costing</Text>
              <TextBrush>[47:54:153]</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text159>
            <Text160 Ref="193" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,1.2,7.6,0.6</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>_x007B_HideCosting_x0020__x003D__x003D__x0020_1_x007D_,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
              </Conditions>
              <Font>Arial,9,Bold</Font>
              <Guid>8823502aaa624c31a68dd1421865aab7</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text160</Name>
              <Page isRef="157" />
              <Parent isRef="191" />
              <Text>TRADE</Text>
              <TextBrush>[47:54:153]</TextBrush>
              <Type>Expression</Type>
            </Text160>
            <Text161 Ref="194" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>7.6,1.2,4.2,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9,Bold</Font>
              <Guid>a853705a0713447db35e742764c3de85</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text161</Name>
              <Page isRef="157" />
              <Parent isRef="191" />
              <Text>LABOUR</Text>
              <TextBrush>[47:54:153]</TextBrush>
              <Type>Expression</Type>
            </Text161>
            <Text162 Ref="195" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>11.8,1.2,3.4,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9,Bold</Font>
              <Guid>c5c834f35bd243c5a0985becd02b1e6b</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text162</Name>
              <Page isRef="157" />
              <Parent isRef="191" />
              <Text>MATERIALS</Text>
              <TextBrush>[47:54:153]</TextBrush>
              <Type>Expression</Type>
            </Text162>
            <Text163 Ref="196" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>15.2,1.2,3.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9,Bold</Font>
              <Guid>2fe840dfb4a140fc8ff0df728b67eb52</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text163</Name>
              <Page isRef="157" />
              <Parent isRef="191" />
              <Text>SUB TOTAL</Text>
              <TextBrush>[47:54:153]</TextBrush>
              <Type>Expression</Type>
            </Text163>
            <HorizontalLinePrimitive15 Ref="197" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0.6,19,0.0254</ClientRectangle>
              <Color>MidnightBlue</Color>
              <EndCap Ref="198" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>0b1547c7df43497f80458adc69ab30df</Guid>
              <Name>HorizontalLinePrimitive15</Name>
              <Page isRef="157" />
              <Parent isRef="191" />
              <Size>2</Size>
              <StartCap Ref="199" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive15>
          </Components>
          <Conditions isList="true" count="1">
            <value>_x007B_HideCosting_x0020__x003D__x003D__x0020_1_x007D_,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
          </Conditions>
          <Guid>41c4f6fb36654ad7a0a82405d7639183</Guid>
          <Name>GroupHeaderBand4</Name>
          <Page isRef="157" />
          <Parent isRef="157" />
        </GroupHeaderBand4>
        <DataBand16 Ref="200" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <BusinessObjectGuid isNull="true" />
          <ClientRectangle>0,12.8,19,0.6</ClientRectangle>
          <Components isList="true" count="5">
            <Text164 Ref="201" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>8.8,0,3,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9</Font>
              <Guid>d743a9b25eea4e1596797531e979917b</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text164</Name>
              <Page isRef="157" />
              <Parent isRef="200" />
              <Text>{Costing.LabourTotal}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="202" type="CurrencyFormat" isKey="true">
                <GroupSeparator>,</GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <PositivePattern>0</PositivePattern>
              </TextFormat>
              <Type>DataColumn</Type>
              <VertAlignment>Center</VertAlignment>
            </Text164>
            <Text165 Ref="203" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>11.8,0,3.4,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9</Font>
              <Guid>904a44876a744b048b5d6ac9ce9a15f6</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text165</Name>
              <Page isRef="157" />
              <Parent isRef="200" />
              <Text>{Costing.MaterialsTotal}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="204" type="CurrencyFormat" isKey="true">
                <GroupSeparator>,</GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <PositivePattern>0</PositivePattern>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text165>
            <Text166 Ref="205" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>15.2,0,3.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9</Font>
              <Guid>b675da1326974201af1f6d13dc6c2d35</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text166</Name>
              <Page isRef="157" />
              <Parent isRef="200" />
              <Text>{Costing.LabourTotal+Costing.MaterialsTotal}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="206" type="CurrencyFormat" isKey="true">
                <GroupSeparator>,</GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <PositivePattern>0</PositivePattern>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text166>
            <Text167 Ref="207" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0,8.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9,Bold</Font>
              <Guid>c47055f8d52a4caa8e507107ec01d8d2</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text167</Name>
              <Page isRef="157" />
              <Parent isRef="200" />
              <Text>{Costing.CostCode}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text167>
            <HorizontalLinePrimitive16 Ref="208" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0,19,0.0254</ClientRectangle>
              <Color>MidnightBlue</Color>
              <EndCap Ref="209" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>c16fbd5e705146d8b5ed84568448569e</Guid>
              <Name>HorizontalLinePrimitive16</Name>
              <Page isRef="157" />
              <Parent isRef="200" />
              <Size>2</Size>
              <StartCap Ref="210" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive16>
          </Components>
          <Conditions isList="true" count="1">
            <value>_x007B_HideCosting_x0020__x003D__x003D__x0020_1_x007D_,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
          </Conditions>
          <DataRelationName isNull="true" />
          <DataSourceName>Costing</DataSourceName>
          <Filters isList="true" count="0" />
          <Guid>8778aff366744463898df1a7ccb0a7a7</Guid>
          <Name>DataBand16</Name>
          <Page isRef="157" />
          <Parent isRef="157" />
          <Sort isList="true" count="0" />
        </DataBand16>
        <GroupFooterBand2 Ref="211" type="GroupFooterBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,14.2,19,2.2</ClientRectangle>
          <Components isList="true" count="10">
            <Text168 Ref="212" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>9.6,0.2,6.4,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9,Bold</Font>
              <Guid>3feb144f80394a499d09b1e2689a214b</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text168</Name>
              <Page isRef="157" />
              <Parent isRef="211" />
              <Text>Subtotal excluding GST</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text168>
            <Text169 Ref="213" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>16,0.2,3,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9</Font>
              <Guid>a9b8e7e12fd34361b2d444b9f3652f91</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text169</Name>
              <Page isRef="157" />
              <Parent isRef="211" />
              <Text>{Sum(Costing.LabourTotal + Costing.MaterialsTotal)}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="214" type="CurrencyFormat" isKey="true">
                <GroupSeparator>,</GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <PositivePattern>0</PositivePattern>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text169>
            <Text170 Ref="215" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>9.6,0.8,6.4,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9,Bold</Font>
              <Guid>8f5e681fdb904aef9bd3b3de8db77fe9</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text170</Name>
              <Page isRef="157" />
              <Parent isRef="211" />
              <Text>GST</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text170>
            <Text171 Ref="216" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>16,0.8,3,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9</Font>
              <Guid>d58caa2274c248e2989d585ccfdeb38c</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text171</Name>
              <Page isRef="157" />
              <Parent isRef="211" />
              <Text>{Sum(Costing.LabourTotal + Costing.MaterialsTotal) * Defaults.GST}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="217" type="CurrencyFormat" isKey="true">
                <GroupSeparator>,</GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <PositivePattern>0</PositivePattern>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text171>
            <Text172 Ref="218" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>9.6,1.43,6.4,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9,Bold</Font>
              <Guid>85b16e5ea0694c7c8e5ae113458b8d0a</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text172</Name>
              <Page isRef="157" />
              <Parent isRef="211" />
              <Text>Total incl. GST</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text172>
            <Text173 Ref="219" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>16,1.35,3,1.2</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9</Font>
              <Guid>a3e1b32fed13471eb1a8d6262eea3f25</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text173</Name>
              <Page isRef="157" />
              <Parent isRef="211" />
              <Text>{Format("{0:C2}", (Sum(Costing.LabourTotal + Costing.MaterialsTotal))
+ (Sum(Costing.LabourTotal + Costing.MaterialsTotal) * Defaults.GST))}
              </Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="220" type="CurrencyFormat" isKey="true">
                <GroupSeparator>,</GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <PositivePattern>0</PositivePattern>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text173>
            <HorizontalLinePrimitive18 Ref="221" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>16,1.4,3,0.0254</ClientRectangle>
              <Color>DarkBlue</Color>
              <EndCap Ref="222" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>cd1d63a83f554beaa14805c2c270340e</Guid>
              <Name>HorizontalLinePrimitive18</Name>
              <Page isRef="157" />
              <Parent isRef="211" />
              <Size>3</Size>
              <StartCap Ref="223" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive18>
            <HorizontalLinePrimitive19 Ref="224" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>16,2.06,3,0.0254</ClientRectangle>
              <Color>DarkBlue</Color>
              <EndCap Ref="225" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>05d5bf78a2cb45b3afa414949823b101</Guid>
              <Name>HorizontalLinePrimitive19</Name>
              <Page isRef="157" />
              <Parent isRef="211" />
              <Size>3</Size>
              <StartCap Ref="226" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive19>
            <HorizontalLinePrimitive20 Ref="227" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0.2,19,0.0254</ClientRectangle>
              <Color>DarkBlue</Color>
              <EndCap Ref="228" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>096e3289e1184c23b6c602e9043e126d</Guid>
              <Name>HorizontalLinePrimitive20</Name>
              <Page isRef="157" />
              <Parent isRef="211" />
              <Size>3</Size>
              <StartCap Ref="229" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive20>
            <HorizontalLinePrimitive17 Ref="230" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0,19,0.0254</ClientRectangle>
              <Color>Black</Color>
              <EndCap Ref="231" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>78007824089c447295b41aac7add2623</Guid>
              <Name>HorizontalLinePrimitive17</Name>
              <Page isRef="157" />
              <Parent isRef="211" />
              <StartCap Ref="232" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
              <Style>Dash</Style>
            </HorizontalLinePrimitive17>
          </Components>
          <Conditions isList="true" count="1">
            <value>_x007B_HideCosting_x0020__x003D__x003D__x0020_1_x007D_,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
          </Conditions>
          <Guid>deee663e531e43ea8bc1b757bb2deb19</Guid>
          <Name>GroupFooterBand2</Name>
          <Page isRef="157" />
          <Parent isRef="157" />
        </GroupFooterBand2>
      </Components>
      <Conditions isList="true" count="3">
        <value>Multi&lt;?xml version="1.0" encoding="utf-16" standalone="yes"?&gt;&lt;StiSerializer version="1.02" type="Net" application="State"&gt;&lt;Filters isList="true" count="2"&gt;&lt;value&gt;Company.CountryID,EqualTo,_x0034_,,Numeric&lt;/value&gt;&lt;value&gt;_x007B_EstimateID_x0020__x003D__x003D__x0020_0_x007D_&lt;/value&gt;&lt;/Filters&gt;&lt;FilterMode&gt;Or&lt;/FilterMode&gt;&lt;Enabled&gt;False&lt;/Enabled&gt;&lt;TextColor&gt;Red&lt;/TextColor&gt;&lt;BackColor&gt;Transparent&lt;/BackColor&gt;&lt;Font&gt;Arial, 8pt&lt;/Font&gt;&lt;BorderSides&gt;None&lt;/BorderSides&gt;&lt;/StiSerializer&gt;</value>
        <value>_x007B_HideScopeOfWork_x0020__x003D__x003D__x0020_1_x007D_,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
        <value>_x007B_PropertyRepairDetails.InsID_x003D__x003D_229_x007D_,Black,Transparent,Arial_x002C_8,False,False,,,None</value>
      </Conditions>
      <Guid>20106bd075054228a38a07c22a0f4a94</Guid>
      <Margins>1,1,1,1</Margins>
      <Name>ScopeOfWorkPage</Name>
      <PageHeight>29.7</PageHeight>
      <PageWidth>21</PageWidth>
      <Report isRef="0" />
      <Watermark Ref="233" type="Stimulsoft.Report.Components.StiWatermark" isKey="true">
        <Font>Arial,100</Font>
        <TextBrush>[50:0:0:0]</TextBrush>
      </Watermark>
    </ScopeOfWorkPage>
    <ScopeOfWorkPage_Hollard Ref="234" type="Page" isKey="true">
      <Border>None;Black;2;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <Components isList="true" count="10">
        <PageFooterBand2 Ref="235" type="PageFooterBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,26.7,19,1</ClientRectangle>
          <Components isList="true" count="3">
            <Text19 Ref="236" type="Text" isKey="true">
              <Border>All;Black;2;None;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>8.2,0.3,2.6,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9</Font>
              <Guid>8dbc9d5cbe364b558921befe385a04e5</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text19</Name>
              <Page isRef="234" />
              <Parent isRef="235" />
              <Text>{PageNofM}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text19>
            <Image3 Ref="237" type="Image" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>12.6,0.1,6.4,0.8</ClientRectangle>
              <Conditions isList="true" count="2">
                <value>Company.CategoryID,EqualTo,_x0034_,,Numeric,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
                <value>Company.CategoryID,EqualTo,_x0035_,,Numeric,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
              </Conditions>
              <Guid>62149aa4ce7b42dd88d4c272f40b59e0</Guid>
              <HorAlignment>Right</HorAlignment>
              <Image>iVBORw0KGgoAAAANSUhEUgAAAN8AAAAeCAIAAAAjL1xqAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAXEQAAFxEByibzPwAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAnCSURBVHhe7ZhbbFXHFYbHAaUXmjZSH/qUvqDS0KpCStSXqKmriFIppYFCo6I0waGQIgLGmFIMgYATNwRisE0M2IAvXIyPMRcTgwnXpIAaQinYGAy+YGzA2ICDDTiogJrS75x/Mx2fcyjGGAVF+9fS1po1a9ZaM/PvOXuOueXDx8MKn50+Hl747HywGFrWlF5xyWv4uEf47HyA+Hr2CZNTb1Y0xm4555l83At8dvY8iqov982v23fu2sLcwKM51Wb1GVPU/I3i5n3n/+V5+OgafHb2MGZ93GAyT5is2phlJyfl7Fi0ZOkv8g6YDRdM6aWYsrZpFVc8Px9dgM/OHkNs4CSnZk3tyWF5/4hZVmfyGzg1++UeSsvInLpk3SObW82Oq0jfnW2N1/7tjfHxf+Gzswewvb69V+oRk3bUvH980IYTGzdtTinYHQM7A+fM+vMm0PjX9OzZqZmPbmoym1pN6WePb2srarrhDfZxZ/jsvC/sO/t545UbHR2fD19ZATXNkhrDqbm8KrB2fdbqjWb1KfPBZ0GCLj8+I3Xpm7PeGpe5gUuSWXPWrDufXu9/ht4FPju7CUjZN/u4mVvee/6RvEMtnx44+Hrh4ZjsOpN7yqw6bVbUw85lOfk/gLWcqRnHzOLq+LQ106bPSExO/c6G08FDtKw99uC1uoYzE+ITAoG1XlwfDnx2dhMrDl145L1yM6/CLKiMyahKLz28d9/f55ccCB2NTWZdi1nblLzqQ25FiYs2msxKEyLuC0s/mpw0Mz5x6i/XVwS/QTc3FH+4e2rS9B07d3lxfTi4Z3YeDqGjo8NtWlh7bW0tzebmFjUF6wOkA9cnbJQcLGzwMET22vhRjS0tLVKA6xCWHUU+FrILN27c2F91pldapcmoMouqTXbt+MDhXbv/Vli62xScNiUXzZY2EzibklXMrSh5YZ5ZVinifm/N0fg33x3z2tixc5c89dTTXrjbUA0uZLfFu3CXLtLB64i2F3LGjh6ZEcjtS0cndlJ0WdnWPXv2eu1oeOaZnyFMgFkNGvQrNV3JyFiI2/jxE9BzcnI1SpCD5i8dGTnyVUsRd5T0MKE8ebpQFzG9dmgihMXIM8xC2G5nZ77W+Ysv/nO26dy+ipO9Fh0Pnouhf91/X1ixZev2VSXbTVGD2X4l+BmaUTUha8u89xa8PTftJ/kHTXFL6GLU/NrrE/v06ZOQkKBogMhRk2oKbs2uaLXZssi9wKLlcuclKBp29KhJhw37ncvmLwud2MkEUlLeoTLNOSpUPdPDE4W52Q1juHrRI1cEqJexWh1Ea0ooOdhRUF+9do0oCYsWNAzYEWJ67RCoiolgV3BLVuzKjn6n7Gw2CmJj2mhFRf/7QISd9acaPjpU3Wt5XfBcLDhr1jb/uDB4Z+dW9HigxqQfM4tOmKV1Q5fvSXlnLreil3N3fmv9yaGvjBk+/EVjTHl5uRfr9uq5U0ZRhZBMNbvTxyh/dFWelDRNe8FTy0XNttfdCzdaWC9JtVauPwFp4kkKmqRGZ91UKjrLwhM7bvho3bCwkjwxatnpkpFeKkRo8qQXRdFo6qUC4WcnIwmhWUUFdSNkIlzYHEBYL08crNheIF0sRLTrNiaVaGMoxg6nNuxK5EIRiOm1b8Oe7i41sSs7XbYMLYfNjsg/FMb7chAsdcDF1lbYWXW8esenR83KWlPUHPzXffOl3sUNsHNVQWBazlaTVRs8Vlee/m7BsZkpc6f8JemJJ77//PODn3tu4IABA7xAISipXhXq9PKFQFKe9FKhnIFeIZed+KgLyB9Bt/NSF3CjRfay5ljc91A0YhRLSl7owROjlghndNXPkykQQXZ0+bPCjCUCTVszw9XETpOxTJxRdpE7sZOgCJnw8EwRXy10IQqH4s4KhPVSFooV2wukM4RVsHb5KCZN5mbHimdRXxs73Gs7sATlaacQNTueNjuCQlP+cpC487XsrDhSyZ3dFNab0ktm22WuOz/NP5xbUMydPSm3zOTXhf5Cahk/Z/GoUaNh50t/eOWxx76dn5/vBQpBSRXfVmiThlmsuG+1uwLuHO281AXUqwmqN1Lc95DVg0bS2RQYgoKD3HjCKinYCY4/Ck2VRGp4hQO5tB0Y0RUTBQfoKxLbQwF0YicjmS3pNV5Q9XZu6MoqEustEdhg9aoOFHdFgHoZC6TLroxkl6JaiaBVELC4Q1zITkyv3RmRlYRlZwroZGdd5MmqySIHQW5unCtXrrrs5M7ee10jZ6dZzOfmsa9ll2flFnBnn5O12hTWjBg3ZUJ8wuDBL/Tr98MRI17iZ729vd0LFILeE3dvgEqiSzWzfxQgUT3yj6xNU0DQI1dAvdjR1cvTRqaXHZSnQBa9BgAHbbqCoOhpFZWqJj4oIrSeOh0xklFbptQoLLgIii50Yqc4QR08PZNDHYxaLG2b3hUEI10IdjXppYmurBbypyZNAJGdihVZwihLdEVGqFtNDXEhT1uGxOuLVklkdgWXyFMWnopmy9NyC5Hs5M7+6+z9wT84M09wi/9mXmXasgLu7EOHDmPsGzNmPflk/8G/GfLssz+Pi4vzotwGZdgFDEuqny8UjJ5351mIKHKQqKnXmxmhawclSiQeyDlsp8KgowFPeMm+M5zaeCo+XXKTosLUtJ5MASJpPbHjg8ITNxRlxwFP1gFd6MTOqMAbvjKeyhiPYl8sUtJESEChKJb4KDSV3kLODEekex1OKESj3OCaAOKWbqGuMPH6olXSlez42Fnb7LjJX7h+/XokO7mzzy7ca7JqzPLgLX70klLYyX4MGfLb+ImT+Fl/+ZU4Ds6SkhIvigNbBkkRFGpQUtVslxeEzQKCqmmrdZ21COyRwiL2NYu6U5Fg5RliV8DV7VgpeEph1gTH0+6adHp5Mlx2FOaCQuUQLOTo4e7s9HEn3Lx5Myo7ubPPXvOxyauNS5oz+c9TuaqzT3xxvjpqdP/+P4KdsbGxXoivNHRGeo27gdeGU9byWPDZeV+42tERlZ3c2UfGjeJHfHZyyvgJCexT4uQpAwcOnDQp0X7AfeWhM9Jr3A3uEWvhs/N+0X75clR2Qk1kftrCP40dBzunTZ/Bz/onn+z3hvnoAnx29gAutbWFsXNVQUDs5M4+fPiLI0fGJb+VUlxc7A3w0TX47OwZXGxtddmZ8f5iqDnqj2NS56dzcHLt8Px83At8dvYYzp+/YNmZuiADdk5/YyZXosiPfR9dhM/OnkRNbZ3YOefdebBz0wel27Zt96nZbfjs7GFUHDkKO2cnvw07KyuPelYf3YLPzp7HPw+VT0xI3LVrt9f20V347HwgaGhs9DQf9wGfnT4eVty69V8EUot+RUAVMAAAAABJRU5ErkJggg==</Image>
              <Name>Image3</Name>
              <Page isRef="234" />
              <Parent isRef="235" />
            </Image3>
            <Text65 Ref="238" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0.2,0.39,7.6,0.4</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>_x007B_Company.BuildersLicenceNumber_x0021__x003D__x0022__x0022__x007D_,Black,Transparent,Arial_x002C_8,True,False,,,None</value>
              </Conditions>
              <Enabled>False</Enabled>
              <Font>Arial,8</Font>
              <Guid>fba33dc8597747e0a424d68ea5730fe2</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text65</Name>
              <Page isRef="234" />
              <Parent isRef="235" />
              <Text>Builders Licence Number: {Company.BuildersLicenceNumber}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text65>
          </Components>
          <Conditions isList="true" count="0" />
          <Guid>4261b4bf4f0743a98caedce4dd086158</Guid>
          <Name>PageFooterBand2</Name>
          <Page isRef="234" />
          <Parent isRef="234" />
        </PageFooterBand2>
        <ReportTitleBand2 Ref="239" type="ReportTitleBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,0.4,19,2.4</ClientRectangle>
          <Components isList="true" count="10">
            <Text20 Ref="240" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>9.2,0,9.8,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8.25</Font>
              <Guid>77160a999acd4a5683bdfc0d4b0698bb</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text20</Name>
              <Page isRef="234" />
              <Parent isRef="239" />
              <Text>{Company.LetterheadName}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
            </Text20>
            <Text22 Ref="241" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>9.2,1,9.8,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8.25</Font>
              <Guid>abd9a4a27f0145e3a9f88f65ceeba033</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text22</Name>
              <Page isRef="234" />
              <Parent isRef="239" />
              <Text>{Company.Address}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text22>
            <Text23 Ref="242" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>14.3,1.4,2.1,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8.25</Font>
              <Guid>28ace7c3edcb41d4be0ec7ab5b470070</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text23</Name>
              <Page isRef="234" />
              <Parent isRef="239" />
              <Text>{Company.Phone}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text23>
            <Text24 Ref="243" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>16.9,1.4,2.1,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8.25</Font>
              <Guid>8ee5758efa8f459b87e351917eda58e2</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text24</Name>
              <Page isRef="234" />
              <Parent isRef="239" />
              <Text>{Company.Fax}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text24>
            <Text25 Ref="244" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>15.8,1.8,3.2,0.4</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>Company.CountryID,EqualTo,_x0034_,,Numeric,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
              </Conditions>
              <Font>Arial,8.25</Font>
              <Guid>5c1341d3e2e0400dbb3d9fe3c5d8427f</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text25</Name>
              <Page isRef="234" />
              <Parent isRef="239" />
              <Text>{Company.Website}</Text>
              <TextBrush>Black</TextBrush>
              <Type>DataColumn</Type>
            </Text25>
            <Text26 Ref="245" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>16.9,0.4,2.1,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,6</Font>
              <Guid>816064fc14974f31b2d12363a7aff042</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text26</Name>
              <Page isRef="234" />
              <Parent isRef="239" />
              <Text>{Company.ABNLabel} {Company.ABN}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text26>
            <Text27 Ref="246" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>14,1.4,0.3,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8,Bold</Font>
              <Guid>af0828f81e4e41bab61d08300dd0c7a3</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text27</Name>
              <Page isRef="234" />
              <Parent isRef="239" />
              <Text>P</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text27>
            <Text41 Ref="247" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>16.6,1.4,0.3,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,8.25,Bold</Font>
              <Guid>9a5f006e6ebd4793bcbcc7bb3c0b450a</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text41</Name>
              <Page isRef="234" />
              <Parent isRef="239" />
              <Text>F</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text41>
            <Text43 Ref="248" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>14,0.4,2.8,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,6</Font>
              <Guid>476e5fb1085e406b971f829666a643b0</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text43</Name>
              <Page isRef="234" />
              <Parent isRef="239" />
              <Text>A Johns Lyng Group Company</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text43>
            <Image6 Ref="249" type="Image" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0,8.4,2</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>CompanyLogos.CompanyID,EqualTo,null,,Numeric,Red,Transparent,Arial_x002C_8,False,False,</value>
              </Conditions>
              <DataColumn>CompanyLogos.Logo</DataColumn>
              <Guid>0b7b374b168f49c2885b9384abce0975</Guid>
              <Name>Image6</Name>
              <Page isRef="234" />
              <Parent isRef="239" />
            </Image6>
          </Components>
          <Conditions isList="true" count="0" />
          <Guid>d25650e6b3ac4b4f9c6ffb2368e6ac18</Guid>
          <Name>ReportTitleBand2</Name>
          <Page isRef="234" />
          <Parent isRef="234" />
        </ReportTitleBand2>
        <DataBand4 Ref="250" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,3.6,19,0.8</ClientRectangle>
          <Components isList="true" count="3">
            <Text45 Ref="251" type="Text" isKey="true">
              <Brush>[210:234:240]</Brush>
              <ClientRectangle>0,0,19,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,10,Bold</Font>
              <Guid>1e867163af5d414b9bd8ed16e506db5c</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text45</Name>
              <Page isRef="234" />
              <Parent isRef="250" />
              <Text>Scope of Works</Text>
              <TextBrush>[47:54:153]</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text45>
            <HorizontalLinePrimitive1 Ref="252" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0,19,0.0254</ClientRectangle>
              <Color>MidnightBlue</Color>
              <EndCap Ref="253" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>f8773d46544a40b2881bf38b3605e092</Guid>
              <Name>HorizontalLinePrimitive1</Name>
              <Page isRef="234" />
              <Parent isRef="250" />
              <Size>2</Size>
              <StartCap Ref="254" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive1>
            <HorizontalLinePrimitive2 Ref="255" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0.6,19,0.0254</ClientRectangle>
              <Color>MidnightBlue</Color>
              <EndCap Ref="256" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>7a656e780aae48de8f930e0e766e9479</Guid>
              <Name>HorizontalLinePrimitive2</Name>
              <Page isRef="234" />
              <Parent isRef="250" />
              <Size>2</Size>
              <StartCap Ref="257" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive2>
          </Components>
          <Conditions isList="true" count="0" />
          <Filters isList="true" count="0" />
          <Guid>3e7d9506c2804d7b94da4d9297bf8356</Guid>
          <Name>DataBand4</Name>
          <Page isRef="234" />
          <Parent isRef="234" />
          <Sort isList="true" count="0" />
        </DataBand4>
        <GroupHeaderBand5 Ref="258" type="GroupHeaderBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,5.2,19,0</ClientRectangle>
          <Components isList="true" count="0" />
          <Condition>{EstimateDetails.Level1Sort}</Condition>
          <Conditions isList="true" count="0" />
          <Guid>28598a4ca8354a50adf19719275c80ae</Guid>
          <Name>GroupHeaderBand5</Name>
          <Page isRef="234" />
          <Parent isRef="234" />
        </GroupHeaderBand5>
        <GroupHeaderBand6 Ref="259" type="GroupHeaderBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,6,19,0</ClientRectangle>
          <Components isList="true" count="0" />
          <Condition>{EstimateDetails.lv1ID}</Condition>
          <Conditions isList="true" count="0" />
          <Guid>afc29fd7e07948eba8672c7da4ae2ba2</Guid>
          <Name>GroupHeaderBand6</Name>
          <Page isRef="234" />
          <Parent isRef="234" />
        </GroupHeaderBand6>
        <GroupHeaderBand7 Ref="260" type="GroupHeaderBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,6.8,19,1</ClientRectangle>
          <Components isList="true" count="3">
            <Text46 Ref="261" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0.6,0.2,18.4,0.6</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>Multi&lt;?xml version="1.0" encoding="utf-16" standalone="yes"?&gt;&lt;StiSerializer version="1.02" type="Net" application="State"&gt;&lt;Filters isList="true" count="2"&gt;&lt;value&gt;EstimateDetails.Header,EqualTo,SITE_x0020_SPECIFIC_x0020_COMMENTS,,String&lt;/value&gt;&lt;value&gt;EstimateDetails.Header,EqualTo,STANDARD_x0020_EXCLUSIONS,,String&lt;/value&gt;&lt;/Filters&gt;&lt;FilterMode&gt;Or&lt;/FilterMode&gt;&lt;Enabled&gt;False&lt;/Enabled&gt;&lt;TextColor&gt;Red&lt;/TextColor&gt;&lt;BackColor&gt;Transparent&lt;/BackColor&gt;&lt;Font&gt;Arial, 8pt&lt;/Font&gt;&lt;CanAssignExpression&gt;True&lt;/CanAssignExpression&gt;&lt;BorderSides&gt;None&lt;/BorderSides&gt;&lt;/StiSerializer&gt;</value>
              </Conditions>
              <Font>Arial,12,Bold</Font>
              <Guid>25a1549e33ec437da1403bce5562a406</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text46</Name>
              <Page isRef="234" />
              <Parent isRef="260" />
              <Text>{EstimateDetails.Header}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text46>
            <Text47 Ref="262" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>0,0.2,0.6,0.6</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>Multi&lt;?xml version="1.0" encoding="utf-16" standalone="yes"?&gt;&lt;StiSerializer version="1.02" type="Net" application="State"&gt;&lt;Filters isList="true" count="2"&gt;&lt;value&gt;EstimateDetails.Header,EqualTo,SITE_x0020_SPECIFIC_x0020_COMMENTS,,String&lt;/value&gt;&lt;value&gt;EstimateDetails.Header,EqualTo,STANDARD_x0020_EXCLUSIONS,,String&lt;/value&gt;&lt;/Filters&gt;&lt;FilterMode&gt;Or&lt;/FilterMode&gt;&lt;Enabled&gt;False&lt;/Enabled&gt;&lt;TextColor&gt;Black&lt;/TextColor&gt;&lt;BackColor&gt;Transparent&lt;/BackColor&gt;&lt;Font&gt;Arial, 10.2pt, style=Bold&lt;/Font&gt;&lt;BorderSides&gt;None&lt;/BorderSides&gt;&lt;/StiSerializer&gt;</value>
              </Conditions>
              <Font>Arial,12,Bold,Point,False,0</Font>
              <Guid>8a06259bfb9c4514976e197b9647c888</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text47</Name>
              <Page isRef="234" />
              <Parent isRef="260" />
              <Text>{EstimateDetails.HeaderNumberDisp}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>DataColumn</Type>
            </Text47>
            <Text48 Ref="263" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0.2,19,0.6</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>Multi&lt;?xml version="1.0" encoding="utf-16" standalone="yes"?&gt;&lt;StiSerializer version="1.02" type="Net" application="State"&gt;&lt;Filters isList="true" count="2"&gt;&lt;value&gt;EstimateDetails.Header,NotEqualTo,SITE_x0020_SPECIFIC_x0020_COMMENTS,,String&lt;/value&gt;&lt;value&gt;EstimateDetails.Header,NotEqualTo,STANDARD_x0020_EXCLUSIONS,,String&lt;/value&gt;&lt;/Filters&gt;&lt;Enabled&gt;False&lt;/Enabled&gt;&lt;TextColor&gt;Black&lt;/TextColor&gt;&lt;BackColor&gt;Transparent&lt;/BackColor&gt;&lt;Font&gt;Arial, 8pt&lt;/Font&gt;&lt;BorderSides&gt;None&lt;/BorderSides&gt;&lt;/StiSerializer&gt;</value>
              </Conditions>
              <Font>Arial,12,Bold</Font>
              <Guid>0a3401dd45a248718588b9ef53ebf0fa</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text48</Name>
              <Page isRef="234" />
              <Parent isRef="260" />
              <Text>{EstimateDetails.Header}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text48>
          </Components>
          <Condition>{EstimateDetails.Header}</Condition>
          <Conditions isList="true" count="0" />
          <Guid>60ee04d0c9814f6ea1f1c88cc27f85bd</Guid>
          <Name>GroupHeaderBand7</Name>
          <Page isRef="234" />
          <Parent isRef="234" />
        </GroupHeaderBand7>
        <DataBand5 Ref="264" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <BusinessObjectGuid isNull="true" />
          <ClientRectangle>0,8.6,19,0.8</ClientRectangle>
          <Components isList="true" count="3">
            <Text49 Ref="265" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>1.6,0.2,17.4,0.4</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>Multi&lt;?xml version="1.0" encoding="utf-16" standalone="yes"?&gt;&lt;StiSerializer version="1.02" type="Net" application="State"&gt;&lt;Filters isList="true" count="2"&gt;&lt;value&gt;EstimateDetails.Header,EqualTo,SITE_x0020_SPECIFIC_x0020_COMMENTS,,String&lt;/value&gt;&lt;value&gt;EstimateDetails.Header,EqualTo,STANDARD_x0020_EXCLUSIONS,,String&lt;/value&gt;&lt;/Filters&gt;&lt;FilterMode&gt;Or&lt;/FilterMode&gt;&lt;Enabled&gt;False&lt;/Enabled&gt;&lt;TextColor&gt;Black&lt;/TextColor&gt;&lt;BackColor&gt;Transparent&lt;/BackColor&gt;&lt;Font&gt;Arial, 8pt&lt;/Font&gt;&lt;BorderSides&gt;None&lt;/BorderSides&gt;&lt;/StiSerializer&gt;</value>
              </Conditions>
              <Font>Arial,10</Font>
              <Guid>d120170d8cbf47328eca82d406cbd777</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text49</Name>
              <Page isRef="234" />
              <Parent isRef="264" />
              <Text>{EstimateDetails.Description}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>Expression</Type>
            </Text49>
            <Text50 Ref="266" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>0.6,0.2,1,0.4</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>Multi&lt;?xml version="1.0" encoding="utf-16" standalone="yes"?&gt;&lt;StiSerializer version="1.02" type="Net" application="State"&gt;&lt;Filters isList="true" count="2"&gt;&lt;value&gt;EstimateDetails.Header,EqualTo,SITE_x0020_SPECIFIC_x0020_COMMENTS,,String&lt;/value&gt;&lt;value&gt;EstimateDetails.Header,EqualTo,STANDARD_x0020_EXCLUSIONS,,String&lt;/value&gt;&lt;/Filters&gt;&lt;FilterMode&gt;Or&lt;/FilterMode&gt;&lt;Enabled&gt;False&lt;/Enabled&gt;&lt;TextColor&gt;Black&lt;/TextColor&gt;&lt;BackColor&gt;Transparent&lt;/BackColor&gt;&lt;Font&gt;Arial, 10.2pt, style=Bold&lt;/Font&gt;&lt;BorderSides&gt;None&lt;/BorderSides&gt;&lt;/StiSerializer&gt;</value>
              </Conditions>
              <Font>Arial,10</Font>
              <Guid>699c5b56bfbb4ce08aeb790e08689690</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text50</Name>
              <Page isRef="234" />
              <Parent isRef="264" />
              <Text>{EstimateDetails.HeaderAndDescNumberDisp}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>DataColumn</Type>
            </Text50>
            <Text51 Ref="267" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>0.6,0.2,18.4,0.4</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>Multi&lt;?xml version="1.0" encoding="utf-16" standalone="yes"?&gt;&lt;StiSerializer version="1.02" type="Net" application="State"&gt;&lt;Filters isList="true" count="2"&gt;&lt;value&gt;EstimateDetails.Header,NotEqualTo,SITE_x0020_SPECIFIC_x0020_COMMENTS,,String&lt;/value&gt;&lt;value&gt;EstimateDetails.Header,NotEqualTo,STANDARD_x0020_EXCLUSIONS,,String&lt;/value&gt;&lt;/Filters&gt;&lt;Enabled&gt;False&lt;/Enabled&gt;&lt;TextColor&gt;Red&lt;/TextColor&gt;&lt;BackColor&gt;Transparent&lt;/BackColor&gt;&lt;Font&gt;Arial, 8pt&lt;/Font&gt;&lt;BorderSides&gt;None&lt;/BorderSides&gt;&lt;/StiSerializer&gt;</value>
              </Conditions>
              <Font>Arial,10</Font>
              <Guid>be158bb09327446c80ae4ad3b90ad99e</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text51</Name>
              <Page isRef="234" />
              <Parent isRef="264" />
              <Text>{EstimateDetails.Description}</Text>
              <TextBrush>Black</TextBrush>
              <TextOptions>HotkeyPrefix=None, LineLimit=False, RightToLeft=False, Trimming=None, WordWrap=True, Angle=0, FirstTabOffset=40, DistanceBetweenTabs=20,</TextOptions>
              <Type>DataColumn</Type>
            </Text51>
          </Components>
          <Conditions isList="true" count="0" />
          <DataRelationName isNull="true" />
          <DataSourceName>EstimateDetails</DataSourceName>
          <Filters isList="true" count="0" />
          <Guid>2ec2aeb36cc8478fb3f61a885191fc79</Guid>
          <Name>DataBand5</Name>
          <Page isRef="234" />
          <Parent isRef="234" />
          <Sort isList="true" count="4">
            <value>ASC</value>
            <value>Level2Sort</value>
            <value>ASC</value>
            <value>RecordID</value>
          </Sort>
        </DataBand5>
        <GroupHeaderBand8 Ref="268" type="GroupHeaderBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,10.2,19,1.8</ClientRectangle>
          <Components isList="true" count="7">
            <Text52 Ref="269" type="Text" isKey="true">
              <Brush>[210:234:240]</Brush>
              <ClientRectangle>0,0.6,19,0.6</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>_x007B_HideCosting_x0020__x003D__x003D__x0020_1_x007D_,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
              </Conditions>
              <Font>Arial,10,Bold</Font>
              <Guid>4022f26a91d448f5b9ab15694a638d9b</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text52</Name>
              <Page isRef="234" />
              <Parent isRef="268" />
              <Text>Costing</Text>
              <TextBrush>[47:54:153]</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text52>
            <Text53 Ref="270" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,1.2,7.6,0.6</ClientRectangle>
              <Conditions isList="true" count="1">
                <value>_x007B_HideCosting_x0020__x003D__x003D__x0020_1_x007D_,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
              </Conditions>
              <Font>Arial,9,Bold</Font>
              <Guid>b0c31a2dd5604c1ca831739a6cb46875</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text53</Name>
              <Page isRef="234" />
              <Parent isRef="268" />
              <Text>TRADE</Text>
              <TextBrush>[47:54:153]</TextBrush>
              <Type>Expression</Type>
            </Text53>
            <Text54 Ref="271" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>7.6,1.2,4.2,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9,Bold</Font>
              <Guid>001aced5372c44d5ab269dc02eb28dba</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text54</Name>
              <Page isRef="234" />
              <Parent isRef="268" />
              <Text>LABOUR</Text>
              <TextBrush>[47:54:153]</TextBrush>
              <Type>Expression</Type>
            </Text54>
            <Text55 Ref="272" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>11.8,1.2,3.4,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9,Bold</Font>
              <Guid>e31e1e59821d469cbb659786c9b7be45</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text55</Name>
              <Page isRef="234" />
              <Parent isRef="268" />
              <Text>MATERIALS</Text>
              <TextBrush>[47:54:153]</TextBrush>
              <Type>Expression</Type>
            </Text55>
            <Text56 Ref="273" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>15.2,1.2,3.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9,Bold</Font>
              <Guid>fcb1957549be4452943aedfe563c1b0d</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text56</Name>
              <Page isRef="234" />
              <Parent isRef="268" />
              <Text>SUB TOTAL</Text>
              <TextBrush>[47:54:153]</TextBrush>
              <Type>Expression</Type>
            </Text56>
            <HorizontalLinePrimitive5 Ref="274" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0.6,19,0.0254</ClientRectangle>
              <Color>MidnightBlue</Color>
              <EndCap Ref="275" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>e8d1a67432734525811029d35c4cd358</Guid>
              <Name>HorizontalLinePrimitive5</Name>
              <Page isRef="234" />
              <Parent isRef="268" />
              <Size>2</Size>
              <StartCap Ref="276" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive5>
            <HorizontalLinePrimitive10 Ref="277" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>16,0.6,3,0.0254</ClientRectangle>
              <Color>DarkBlue</Color>
              <EndCap Ref="278" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>4f5f3748bb9542e88ed9aab601b71c0f</Guid>
              <Name>HorizontalLinePrimitive10</Name>
              <Page isRef="234" />
              <Parent isRef="268" />
              <Size>3</Size>
              <StartCap Ref="279" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive10>
          </Components>
          <Conditions isList="true" count="1">
            <value>_x007B_HideCosting_x0020__x003D__x003D__x0020_1_x007D_,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
          </Conditions>
          <Guid>1cbb39fb55ca461da197452ac31f6a65</Guid>
          <Name>GroupHeaderBand8</Name>
          <Page isRef="234" />
          <Parent isRef="234" />
        </GroupHeaderBand8>
        <DataBand6 Ref="280" type="DataBand" isKey="true">
          <Brush>Transparent</Brush>
          <BusinessObjectGuid isNull="true" />
          <ClientRectangle>0,12.8,19,0.6</ClientRectangle>
          <Components isList="true" count="5">
            <Text57 Ref="281" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0,8.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9,Bold</Font>
              <Guid>582ee0275fcf4095b79a60ed3798bead</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text57</Name>
              <Page isRef="234" />
              <Parent isRef="280" />
              <Text>{Costing.CostCode}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text57>
            <Text427 Ref="282" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>8.8,0,3,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9</Font>
              <Guid>1f5aae1b4d534b5888a01e5350ea2747</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text427</Name>
              <Page isRef="234" />
              <Parent isRef="280" />
              <Text>{Costing.LabourTotalExclMargin}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="283" type="CurrencyFormat" isKey="true">
                <GroupSeparator>,</GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <PositivePattern>0</PositivePattern>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text427>
            <Text428 Ref="284" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>11.8,0,3.4,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9</Font>
              <Guid>997dee5e4d944b62b111c2e0ec203065</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text428</Name>
              <Page isRef="234" />
              <Parent isRef="280" />
              <Text>{Costing.MaterialsTotalExclMargin}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="285" type="CurrencyFormat" isKey="true">
                <GroupSeparator>,</GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <PositivePattern>0</PositivePattern>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text428>
            <Text429 Ref="286" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>15.4,0,3.6,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9</Font>
              <Guid>853c00f568a144a9bec688b28657b8c9</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text429</Name>
              <Page isRef="234" />
              <Parent isRef="280" />
              <Text>{Costing.LabourTotalExclMargin+Costing.MaterialsTotalExclMargin}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="287" type="CurrencyFormat" isKey="true">
                <GroupSeparator>,</GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <PositivePattern>0</PositivePattern>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text429>
            <HorizontalLinePrimitive6 Ref="288" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0,19,0.0254</ClientRectangle>
              <Color>MidnightBlue</Color>
              <EndCap Ref="289" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>b3851332c1ca48d18b0150ff4e80b70b</Guid>
              <Name>HorizontalLinePrimitive6</Name>
              <Page isRef="234" />
              <Parent isRef="280" />
              <Size>2</Size>
              <StartCap Ref="290" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive6>
          </Components>
          <Conditions isList="true" count="1">
            <value>_x007B_HideCosting_x0020__x003D__x003D__x0020_1_x007D_,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
          </Conditions>
          <DataRelationName isNull="true" />
          <DataSourceName>Costing</DataSourceName>
          <Filters isList="true" count="0" />
          <Guid>68d0945eea9a490bbac8580f8aa18acf</Guid>
          <Name>DataBand6</Name>
          <Page isRef="234" />
          <Parent isRef="234" />
          <Sort isList="true" count="0" />
        </DataBand6>
        <GroupFooterBand1 Ref="291" type="GroupFooterBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,14.2,19,3.4</ClientRectangle>
          <Components isList="true" count="14">
            <Text58 Ref="292" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>9.6,0.2,6.4,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9,Bold</Font>
              <Guid>1a9f882399f940b4843f8b92fe1b491a</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text58</Name>
              <Page isRef="234" />
              <Parent isRef="291" />
              <Text>Subtotal excluding GST</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text58>
            <Text59 Ref="293" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>9.6,2,6.4,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9,Bold</Font>
              <Guid>c04517ece2804c8c93fe221c5447573a</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text59</Name>
              <Page isRef="234" />
              <Parent isRef="291" />
              <Text>GST</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text59>
            <Text60 Ref="294" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>16,2,3,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9</Font>
              <Guid>17923f86b750434d8550d965093cdceb</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text60</Name>
              <Page isRef="234" />
              <Parent isRef="291" />
              <Text>{Sum(Costing.LabourTotal + Costing.MaterialsTotal) * Defaults.GST}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="295" type="CurrencyFormat" isKey="true">
                <GroupSeparator>,</GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <PositivePattern>0</PositivePattern>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text60>
            <Text61 Ref="296" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>9.6,2.8,6.4,0.4</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9,Bold</Font>
              <Guid>e69dcfccd4d641b6840f6388618cdba2</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text61</Name>
              <Page isRef="234" />
              <Parent isRef="291" />
              <Text>Total incl. GST</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text61>
            <Text62 Ref="297" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>16,2.66,3,1</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9</Font>
              <Guid>4a7fa5491a9d4a91836c1f3cd822df35</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text62</Name>
              <Page isRef="234" />
              <Parent isRef="291" />
              <Text>{Format("{0:C2}", (Sum(Costing.LabourTotal + Costing.MaterialsTotal))
+ (Sum(Costing.LabourTotal + Costing.MaterialsTotal) * Defaults.GST))}
              </Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="298" type="CurrencyFormat" isKey="true">
                <GroupSeparator>,</GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <PositivePattern>0</PositivePattern>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text62>
            <Text439 Ref="299" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>9.6,1.4,6.4,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9,Bold</Font>
              <Guid>10feecf79c264798a2af82584e642ba2</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text439</Name>
              <Page isRef="234" />
              <Parent isRef="291" />
              <Text>Total</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text439>
            <Text437 Ref="300" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>9.6,0.8,6.4,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9,Bold</Font>
              <Guid>80e6316237bc48e385286d6e734a6852</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text437</Name>
              <Page isRef="234" />
              <Parent isRef="291" />
              <Text>Claims Handling Fee  ({Format("{0:P2}", Sum(Costing.MarginTotal) / Sum(Costing.LabourTotal + Costing.MaterialsTotal))})</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text437>
            <Text438 Ref="301" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>16,0.8,3,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9</Font>
              <Guid>e8043f3e3ddd4faf9f6071c4383cbfb4</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text438</Name>
              <Page isRef="234" />
              <Parent isRef="291" />
              <Text>{Sum(Costing.MarginTotal)}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="302" type="CurrencyFormat" isKey="true">
                <GroupSeparator>,</GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <PositivePattern>0</PositivePattern>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text438>
            <Text432 Ref="303" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>16,0.2,3,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9</Font>
              <Guid>f3e01f7264694e31ab882981d6692cca</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text432</Name>
              <Page isRef="234" />
              <Parent isRef="291" />
              <Text>{Sum(Costing.LabourTotalExclMargin + Costing.MaterialsTotalExclMargin)}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="304" type="CurrencyFormat" isKey="true">
                <GroupSeparator>,</GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <PositivePattern>0</PositivePattern>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text432>
            <Text1900 Ref="305" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>16,1.4,3,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>Arial,9</Font>
              <Guid>a3c039c74f0f485b92e1e2ed79b39fdc</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text1900</Name>
              <Page isRef="234" />
              <Parent isRef="291" />
              <Text>{Format("{0:C2}", Sum(Costing.LabourTotal + Costing.MaterialsTotal))}</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="306" type="CurrencyFormat" isKey="true">
                <GroupSeparator>,</GroupSeparator>
                <NegativePattern>1</NegativePattern>
                <PositivePattern>0</PositivePattern>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text1900>
            <HorizontalLinePrimitive7 Ref="307" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>16,2.6,3,0.0254</ClientRectangle>
              <Color>DarkBlue</Color>
              <EndCap Ref="308" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>2963dc42d1634b4c8ebc4d19b910dc7b</Guid>
              <Name>HorizontalLinePrimitive7</Name>
              <Page isRef="234" />
              <Parent isRef="291" />
              <Size>3</Size>
              <StartCap Ref="309" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive7>
            <HorizontalLinePrimitive8 Ref="310" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0.2,19,0.0254</ClientRectangle>
              <Color>DarkBlue</Color>
              <EndCap Ref="311" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>e77606e5ffb94a7abb68ac30cf0172f3</Guid>
              <Name>HorizontalLinePrimitive8</Name>
              <Page isRef="234" />
              <Parent isRef="291" />
              <Size>3</Size>
              <StartCap Ref="312" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive8>
            <HorizontalLinePrimitive49 Ref="313" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>16,1.4,3,0.0254</ClientRectangle>
              <Color>DarkBlue</Color>
              <EndCap Ref="314" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>d439b5e1a326460a9f30f2a82c3f8ea4</Guid>
              <Name>HorizontalLinePrimitive49</Name>
              <Page isRef="234" />
              <Parent isRef="291" />
              <Size>3</Size>
              <StartCap Ref="315" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </HorizontalLinePrimitive49>
            <HorizontalLinePrimitive9 Ref="316" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0,19,0.0254</ClientRectangle>
              <Color>Black</Color>
              <EndCap Ref="317" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Guid>b06584865eaf4402828b97a9f6d6add6</Guid>
              <Name>HorizontalLinePrimitive9</Name>
              <Page isRef="234" />
              <Parent isRef="291" />
              <StartCap Ref="318" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
              <Style>Dash</Style>
            </HorizontalLinePrimitive9>
          </Components>
          <Conditions isList="true" count="1">
            <value>_x007B_HideCosting_x0020__x003D__x003D__x0020_1_x007D_,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
          </Conditions>
          <Guid>7675f8412f854db88ce3e41fa09eaa21</Guid>
          <Name>GroupFooterBand1</Name>
          <Page isRef="234" />
          <Parent isRef="234" />
        </GroupFooterBand1>
      </Components>
      <Conditions isList="true" count="3">
        <value>Multi&lt;?xml version="1.0" encoding="utf-16" standalone="yes"?&gt;&lt;StiSerializer version="1.02" type="Net" application="State"&gt;&lt;Filters isList="true" count="2"&gt;&lt;value&gt;Company.CountryID,EqualTo,_x0034_,,Numeric&lt;/value&gt;&lt;value&gt;_x007B_EstimateID_x0020__x003D__x003D__x0020_0_x007D_&lt;/value&gt;&lt;/Filters&gt;&lt;FilterMode&gt;Or&lt;/FilterMode&gt;&lt;Enabled&gt;False&lt;/Enabled&gt;&lt;TextColor&gt;Red&lt;/TextColor&gt;&lt;BackColor&gt;Transparent&lt;/BackColor&gt;&lt;Font&gt;Arial, 8pt&lt;/Font&gt;&lt;BorderSides&gt;None&lt;/BorderSides&gt;&lt;/StiSerializer&gt;</value>
        <value>_x007B_HideScopeOfWork_x0020__x003D__x003D__x0020_1_x007D_,Red,Transparent,Arial_x002C_8,False,False,,,None</value>
        <value>_x007B_PropertyRepairDetails.InsID_x003D__x003D_229_x007D_,Black,Transparent,Arial_x002C_8,True,False,,,None</value>
      </Conditions>
      <Enabled>False</Enabled>
      <Guid>a8943d9a901a48fcbca30fa75b97d6c5</Guid>
      <Margins>1,1,1,1</Margins>
      <Name>ScopeOfWorkPage-Hollard</Name>
      <PageHeight>29.7</PageHeight>
      <PageWidth>21</PageWidth>
      <Report isRef="0" />
      <Watermark Ref="319" type="Stimulsoft.Report.Components.StiWatermark" isKey="true">
        <Font>Arial,100</Font>
        <TextBrush>[50:0:0:0]</TextBrush>
      </Watermark>
    </ScopeOfWorkPage_Hollard>
    <DetailedScopeInsurer Ref="320" type="Page" isKey="true">
      <Border>None;Black;2;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <Components isList="true" count="2">
        <EstDetailedScopeInsurer Ref="321" type="SubReport" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,0,19,27.8</ClientRectangle>
          <Components isList="true" count="0" />
          <Name>EstDetailedScopeInsurer</Name>
          <Page isRef="320" />
          <Parent isRef="320" />
          <UseExternalReport>True</UseExternalReport>
        </EstDetailedScopeInsurer>
        <Text394 Ref="322" type="Text" isKey="true">
          <Border>All;Black;2;None;False;4;Black</Border>
          <Brush>Transparent</Brush>
          <ClientRectangle>7.6,26.8,2.6,0.4</ClientRectangle>
          <Conditions isList="true" count="0" />
          <Font>Arial,9</Font>
          <Guid>ff7084b20b204767ad413c8ef37d5f50</Guid>
          <HorAlignment>Center</HorAlignment>
          <Margins>0,0,0,0</Margins>
          <Name>Text394</Name>
          <Page isRef="320" />
          <Parent isRef="320" />
          <Text>{PageNofM}</Text>
          <TextBrush>Black</TextBrush>
          <Type>Expression</Type>
        </Text394>
      </Components>
      <Conditions isList="true" count="1">
        <value>Multi&lt;?xml version="1.0" encoding="utf-16" standalone="yes"?&gt;&lt;StiSerializer version="1.02" type="Net" application="State"&gt;&lt;Filters isList="true" count="2"&gt;&lt;value&gt;_x007B_PropertyRepairDetails.InsID_x0020__x003D__x003D__x0020_178_x0020__x007C__x007C__x0020_PropertyRepairDetails.InsID_x0020__x003D__x003D__x0020_2203_x0020__x007C__x007C__x0020_PropertyRepairDetails.InsID_x0020__x003D__x003D__x0020_2529_x007D_&lt;/value&gt;&lt;value&gt;EstimatingContractType.EstimatingContractID,NotEqualTo,_x0032_4,,Numeric&lt;/value&gt;&lt;/Filters&gt;&lt;TextColor&gt;Red&lt;/TextColor&gt;&lt;BackColor&gt;Transparent&lt;/BackColor&gt;&lt;Font&gt;Arial, 8pt&lt;/Font&gt;&lt;BorderSides&gt;None&lt;/BorderSides&gt;&lt;/StiSerializer&gt;</value>
      </Conditions>
      <Enabled>False</Enabled>
      <Guid>0eb2cf2bf662422a83b80631e043eca1</Guid>
      <Margins>1,1,1,1</Margins>
      <Name>DetailedScopeInsurer</Name>
      <PageHeight>29.7</PageHeight>
      <PageWidth>21</PageWidth>
      <Report isRef="0" />
      <Watermark Ref="323" type="Stimulsoft.Report.Components.StiWatermark" isKey="true">
        <Font>Arial,100</Font>
        <TextBrush>[50:0:0:0]</TextBrush>
      </Watermark>
    </DetailedScopeInsurer>
  </Pages>
  <PrinterSettings Ref="324" type="Stimulsoft.Report.Print.StiPrinterSettings" isKey="true" />
  <ReferencedAssemblies isList="true" count="8">
    <value>System.Dll</value>
    <value>System.Drawing.Dll</value>
    <value>System.Windows.Forms.Dll</value>
    <value>System.Data.Dll</value>
    <value>System.Xml.Dll</value>
    <value>Stimulsoft.Controls.Dll</value>
    <value>Stimulsoft.Base.Dll</value>
    <value>Stimulsoft.Report.Dll</value>
  </ReferencedAssemblies>
  <ReportAlias>Report</ReportAlias>
  <ReportChanged>5/19/2020 1:02:15 PM</ReportChanged>
  <ReportCreated>10/13/2010 2:22:20 PM</ReportCreated>
  <ReportFile>C:\Work\Finance\EasyBuildWebService\Reports\AssessmentReportRestorx.mrt</ReportFile>
  <ReportGuid>e33c0065b726426b89a53661e83416ee</ReportGuid>
  <ReportName>Report</ReportName>
  <ReportUnit>Centimeters</ReportUnit>
  <ReportVersion>2013.1.1600</ReportVersion>
  <Script>
    using System;
    using System.Drawing;
    using System.Windows.Forms;
    using System.Data;
    using Stimulsoft.Controls;
    using Stimulsoft.Base.Drawing;
    using Stimulsoft.Report;
    using Stimulsoft.Report.Dialogs;
    using Stimulsoft.Report.Components;

    namespace Reports
    {

    public class Report : Stimulsoft.Report.StiReport
    {

    public Report()
    {
    this.InitializeComponent();
    }
    #region StiReport Designer generated code - do not modify
        public int JobID;
        public int CaseID;
        public int UserID;
        public int HideCosting;
        public int EstimateID;
        public System.Guid SessionID;
        public int QuestionnaireID;
        public string Title;
        public int HideScopeOfWork;
        public Stimulsoft.Report.Components.StiPage Page1;
        public Stimulsoft.Report.Components.StiPageFooterBand PageFooterBand1;
        public Stimulsoft.Report.Components.StiText Text181;
        public Stimulsoft.Report.Components.StiImage Image1;
        public Stimulsoft.Report.Components.StiText Text21;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive29;
        public Stimulsoft.Report.Components.StiReportTitleBand ReportTitleBand1;
        public Stimulsoft.Report.Components.StiText Text11;
        public Stimulsoft.Report.Components.StiText Text110;
        public Stimulsoft.Report.Components.StiText Text111;
        public Stimulsoft.Report.Components.StiText Text115;
        public Stimulsoft.Report.Components.StiText Text116;
        public Stimulsoft.Report.Components.StiText Text117;
        public Stimulsoft.Report.Components.StiText Text118;
        public Stimulsoft.Report.Components.StiText Text119;
        public Stimulsoft.Report.Components.StiText Text120;
        public Stimulsoft.Report.Components.StiImage Image5;
        public Stimulsoft.Report.Components.StiDataBand DataBand1;
        public Stimulsoft.Report.Components.StiText Text4;
        public Stimulsoft.Report.Components.StiText Text1;
        public Stimulsoft.Report.Components.StiText Text2;
        public Stimulsoft.Report.Components.StiText Text3;
        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 Text12;
        public Stimulsoft.Report.Components.StiText Text13;
        public Stimulsoft.Report.Components.StiText Text14;
        public Stimulsoft.Report.Components.StiText Text28;
        public Stimulsoft.Report.Components.StiText Text29;
        public Stimulsoft.Report.Components.StiText Text30;
        public Stimulsoft.Report.Components.StiText Text32;
        public Stimulsoft.Report.Components.StiText Text34;
        public Stimulsoft.Report.Components.StiText Text31;
        public Stimulsoft.Report.Components.StiText Text33;
        public Stimulsoft.Report.Components.StiText Text35;
        public Stimulsoft.Report.Components.StiText Text36;
        public Stimulsoft.Report.Components.StiText Text37;
        public Stimulsoft.Report.Components.StiText Text38;
        public Stimulsoft.Report.Components.StiText Text39;
        public Stimulsoft.Report.Components.StiText Text350;
        public Stimulsoft.Report.Components.StiText Text351;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive4;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive3;
        public Stimulsoft.Report.Components.StiDataBand DataBand18;
        public Stimulsoft.Report.Components.StiText Text177;
        public Stimulsoft.Report.Components.StiText Text204;
        public Stimulsoft.Report.Components.StiText Text229;
        public Stimulsoft.Report.Components.StiText Text42;
        public Stimulsoft.Report.Components.StiText Text16;
        public Stimulsoft.Report.Components.StiText Text17;
        public Stimulsoft.Report.Components.StiText Text44;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive23;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive25;
        public Stimulsoft.Report.Components.StiDataBand DataBand19;
        public Stimulsoft.Report.Components.StiText Text40;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive26;
        public Stimulsoft.Report.Components.StiDataBand DataBand48;
        public Stimulsoft.Report.Components.StiText Text247;
        public Stimulsoft.Report.Components.StiText Text248;
        public Stimulsoft.Report.Components.StiText Text249;
        public Stimulsoft.Report.Components.StiText Text250;
        public Stimulsoft.Report.Components.StiText Text251;
        public Stimulsoft.Report.Components.StiText Text252;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive24;
        public Stimulsoft.Report.Components.StiDataBand DataBand2;
        public Stimulsoft.Report.Components.StiText Text127;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive27;
        public Stimulsoft.Report.Components.StiDataBand DataBand3;
        public Stimulsoft.Report.Components.StiText Text15;
        public Stimulsoft.Report.Components.StiText Text18;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive28;
        public Stimulsoft.Report.Components.StiDataBand DataBand7;
        public Stimulsoft.Report.Components.StiText Text68;
        public Stimulsoft.Report.Components.StiText Text69;
        public Stimulsoft.Report.Components.StiDataBand DataBand8;
        public Stimulsoft.Report.Components.StiText Text67;
        public Stimulsoft.Report.Components.StiText Text70;
        public Stimulsoft.Report.Components.StiText Text71;
        public Stimulsoft.Report.Components.StiText Text73;
        public Stimulsoft.Report.Components.StiText Text74;
        public Stimulsoft.Report.Components.StiText Text75;
        public Stimulsoft.Report.Components.StiWatermark Page1_Watermark;
        public Stimulsoft.Report.Components.StiPage PhotosPage;
        public Stimulsoft.Report.Components.StiPageFooterBand PageFooterBand3;
        public Stimulsoft.Report.Components.StiText Text183;
        public Stimulsoft.Report.Components.StiImage Image8;
        public Stimulsoft.Report.Components.StiText Text63;
        public Stimulsoft.Report.Components.StiReportTitleBand ReportTitleBand3;
        public Stimulsoft.Report.Components.StiText Text141;
        public Stimulsoft.Report.Components.StiText Text142;
        public Stimulsoft.Report.Components.StiText Text143;
        public Stimulsoft.Report.Components.StiText Text144;
        public Stimulsoft.Report.Components.StiText Text145;
        public Stimulsoft.Report.Components.StiText Text146;
        public Stimulsoft.Report.Components.StiText Text147;
        public Stimulsoft.Report.Components.StiText Text148;
        public Stimulsoft.Report.Components.StiText Text149;
        public Stimulsoft.Report.Components.StiImage Image2;
        public Stimulsoft.Report.Components.StiDataBand DataBand11;
        public Stimulsoft.Report.Components.StiText Text150;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive11;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive12;
        public Stimulsoft.Report.Components.StiDataBand DataBand12;
        public Stimulsoft.Report.Components.StiImage Image7;
        public Stimulsoft.Report.Components.StiText Text151;
        public Stimulsoft.Report.Components.StiWatermark PhotosPage_Watermark;
        public Stimulsoft.Report.Components.StiPage ScopeOfWorkPage;
        public Stimulsoft.Report.Components.StiPageFooterBand PageFooterBand4;
        public Stimulsoft.Report.Components.StiText Text189;
        public Stimulsoft.Report.Components.StiImage Image9;
        public Stimulsoft.Report.Components.StiText Text64;
        public Stimulsoft.Report.Components.StiReportTitleBand ReportTitleBand4;
        public Stimulsoft.Report.Components.StiText Text66;
        public Stimulsoft.Report.Components.StiText Text80;
        public Stimulsoft.Report.Components.StiText Text97;
        public Stimulsoft.Report.Components.StiText Text108;
        public Stimulsoft.Report.Components.StiText Text184;
        public Stimulsoft.Report.Components.StiText Text185;
        public Stimulsoft.Report.Components.StiText Text186;
        public Stimulsoft.Report.Components.StiText Text187;
        public Stimulsoft.Report.Components.StiText Text188;
        public Stimulsoft.Report.Components.StiImage Image4;
        public Stimulsoft.Report.Components.StiDataBand DataBand13;
        public Stimulsoft.Report.Components.StiText Text152;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive13;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive14;
        public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand1;
        public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand3;
        public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand2;
        public Stimulsoft.Report.Components.StiText Text153;
        public Stimulsoft.Report.Components.StiText Text155;
        public Stimulsoft.Report.Components.StiText Text156;
        public Stimulsoft.Report.Components.StiDataBand DataBand14;
        public Stimulsoft.Report.Components.StiText Text154;
        public Stimulsoft.Report.Components.StiText Text157;
        public Stimulsoft.Report.Components.StiText Text158;
        public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand4;
        public Stimulsoft.Report.Components.StiText Text159;
        public Stimulsoft.Report.Components.StiText Text160;
        public Stimulsoft.Report.Components.StiText Text161;
        public Stimulsoft.Report.Components.StiText Text162;
        public Stimulsoft.Report.Components.StiText Text163;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive15;
        public Stimulsoft.Report.Components.StiDataBand DataBand16;
        public Stimulsoft.Report.Components.StiText Text164;
        public Stimulsoft.Report.Components.StiText Text165;
        public Stimulsoft.Report.Components.StiText Text166;
        public Stimulsoft.Report.Components.StiText Text167;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive16;
        public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand2;
        public Stimulsoft.Report.Components.StiText Text168;
        public Stimulsoft.Report.Components.StiText Text169;
        public Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService Text169_Sum;
        public Stimulsoft.Report.Components.StiText Text170;
        public Stimulsoft.Report.Components.StiText Text171;
        public Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService Text171_Sum;
        public Stimulsoft.Report.Components.StiText Text172;
        public Stimulsoft.Report.Components.StiText Text173;
        public Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService Text173_Sum1;
        public Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService Text173_Sum2;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive18;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive19;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive20;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive17;
        public Stimulsoft.Report.Components.StiWatermark ScopeOfWorkPage_Watermark;
        public Stimulsoft.Report.Components.StiPage ScopeOfWorkPage_Hollard;
        public Stimulsoft.Report.Components.StiPageFooterBand PageFooterBand2;
        public Stimulsoft.Report.Components.StiText Text19;
        public Stimulsoft.Report.Components.StiImage Image3;
        public Stimulsoft.Report.Components.StiText Text65;
        public Stimulsoft.Report.Components.StiReportTitleBand ReportTitleBand2;
        public Stimulsoft.Report.Components.StiText Text20;
        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 Text41;
        public Stimulsoft.Report.Components.StiText Text43;
        public Stimulsoft.Report.Components.StiImage Image6;
        public Stimulsoft.Report.Components.StiDataBand DataBand4;
        public Stimulsoft.Report.Components.StiText Text45;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive1;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive2;
        public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand5;
        public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand6;
        public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand7;
        public Stimulsoft.Report.Components.StiText Text46;
        public Stimulsoft.Report.Components.StiText Text47;
        public Stimulsoft.Report.Components.StiText Text48;
        public Stimulsoft.Report.Components.StiDataBand DataBand5;
        public Stimulsoft.Report.Components.StiText Text49;
        public Stimulsoft.Report.Components.StiText Text50;
        public Stimulsoft.Report.Components.StiText Text51;
        public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand8;
        public Stimulsoft.Report.Components.StiText Text52;
        public Stimulsoft.Report.Components.StiText Text53;
        public Stimulsoft.Report.Components.StiText Text54;
        public Stimulsoft.Report.Components.StiText Text55;
        public Stimulsoft.Report.Components.StiText Text56;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive5;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive10;
        public Stimulsoft.Report.Components.StiDataBand DataBand6;
        public Stimulsoft.Report.Components.StiText Text57;
        public Stimulsoft.Report.Components.StiText Text427;
        public Stimulsoft.Report.Components.StiText Text428;
        public Stimulsoft.Report.Components.StiText Text429;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive6;
        public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand1;
        public Stimulsoft.Report.Components.StiText Text58;
        public Stimulsoft.Report.Components.StiText Text59;
        public Stimulsoft.Report.Components.StiText Text60;
        public Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService Text60_Sum;
        public Stimulsoft.Report.Components.StiText Text61;
        public Stimulsoft.Report.Components.StiText Text62;
        public Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService Text62_Sum1;
        public Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService Text62_Sum2;
        public Stimulsoft.Report.Components.StiText Text439;
        public Stimulsoft.Report.Components.StiText Text437;
        public Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService Text437_Sum1;
        public Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService Text437_Sum2;
        public Stimulsoft.Report.Components.StiText Text438;
        public Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService Text438_Sum;
        public Stimulsoft.Report.Components.StiText Text432;
        public Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService Text432_Sum;
        public Stimulsoft.Report.Components.StiText Text1900;
        public Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService Text1900_Sum;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive7;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive8;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive49;
        public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive9;
        public Stimulsoft.Report.Components.StiWatermark ScopeOfWorkPage_Hollard_Watermark;
        public Stimulsoft.Report.Components.StiPage DetailedScopeInsurer;
        public Stimulsoft.Report.Components.StiSubReport EstDetailedScopeInsurer;
        public Stimulsoft.Report.Components.StiText Text394;
        public Stimulsoft.Report.Components.StiWatermark DetailedScopeInsurer_Watermark;
        public Stimulsoft.Report.Print.StiPrinterSettings Report_PrinterSettings;
        public Stimulsoft.Report.StiStyle StyleStyle1;
        public Stimulsoft.Report.StiStyle StyleStyle2;
        public CompanyDataSource Company;
        public CompanyLogosDataSource CompanyLogos;
        public PropertyRepairDetailsDataSource PropertyRepairDetails;
        public JobAssessmentDataSource JobAssessment;
        public JobImagesDataSource JobImages;
        public EstimateDetailsDataSource EstimateDetails;
        public CostingDataSource Costing;
        public DefaultsDataSource Defaults;
        public HazardsFoundDataSource HazardsFound;
        public ReportsOrderedDataSource ReportsOrdered;
        public EstimatingContractTypeDataSource EstimatingContractType;
        public QuestionnaireDataSource Questionnaire;
        public QuestionnaireSubFormsDataSource QuestionnaireSubForms;
        public QuestionnaireDetailsDataSource QuestionnaireDetails;
        public QuestionnaireHeaderDataSource QuestionnaireHeader;
        
        public void Text181__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{PageNofM}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text181_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return ToString(sender, PageNofM, true);
        }
        
        private void Image1_Conditions(object sender, System.EventArgs e)
        {
            if ((((decimal)(StiReport.ChangeType(this.Company.CategoryID, typeof(decimal), true))) == 5m))
            {
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
            if ((((decimal)(StiReport.ChangeType(this.Company.CategoryID, typeof(decimal), true))) == 4m))
            {
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        private void Text21_Conditions(object sender, System.EventArgs e)
        {
            if (Company.BuildersLicenceNumber!="")
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
                return;
            }
        }
        
        public void Text21__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Builders Licence Number: " + ToString(sender, Company.BuildersLicenceNumber, true);
        }
        
        public void Text11__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.LetterheadName, true);
        }
        
        public void Text110__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.Address, true);
        }
        
        public void Text111__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.Phone, true);
        }
        
        public void Text115__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.Fax, true);
        }
        
        private void Text116_Conditions(object sender, System.EventArgs e)
        {
            if ((((decimal)(StiReport.ChangeType(this.Company.CountryID, typeof(decimal), true))) == 4m))
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text116__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.Website, true);
        }
        
        public void Text117__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.ABNLabel, true) + " " + ToString(sender, Company.ABN, true);
        }
        
        public void Text118__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "P";
        }
        
        public void Text119__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "F";
        }
        
        public void Text120__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "A Johns Lyng Group Company";
        }
        
        public void Text4__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, PropertyRepairDetails.BrkAdjIns, true);
        }
        
        public void Text1__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "To";
        }
        
        public void Text2__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Telephone";
        }
        
        public void Text3__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fax";
        }
        
        public void Text5__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Email";
        }
        
        public void Text6__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Adjuster Ref";
        }
        
        public void Text7__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Date";
        }
        
        public void Text8__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Completed By";
        }
        
        public void Text9__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Telephone";
        }
        
        public void Text10__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Fax";
        }
        
        public void Text12__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Email";
        }
        
        public void Text13__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Quote Ref";
        }
        
        public void Text14__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Claim No";
        }
        
        public void Text28__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, PropertyRepairDetails.Ins, true);
        }
        
        public void Text29__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, PropertyRepairDetails.InsPhone, true);
        }
        
        public void Text30__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, PropertyRepairDetails.InsFax, true);
        }
        
        public void Text32__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, PropertyRepairDetails.InsEmail, true);
        }
        
        public void Text34__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, PropertyRepairDetails.AdjusterReference, true);
        }
        
        public void Text31__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Format("{0:dd/MM/yyyy}", Today), true);
        }
        
        public void Text33__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, PropertyRepairDetails.SupervisorName, true);
        }
        
        public void Text35__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.Phone, true);
        }
        
        public void Text36__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.Fax, true);
        }
        
        public void Text37__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.Email, true);
        }
        
        public void Text38__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, PropertyRepairDetails.QuoteRef, true);
        }
        
        public void Text39__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, PropertyRepairDetails.ClaimNumber, true);
        }
        
        public void Text350__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Broker Ref";
        }
        
        public void Text351__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, PropertyRepairDetails.BrokerReference, true);
        }
        
        public void Text177__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, PropertyRepairDetails.InsuredDetails, true);
        }
        
        public void Text204__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Name";
        }
        
        public void Text229__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, PropertyRepairDetails.CustomerName, true);
        }
        
        public void Text42__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, PropertyRepairDetails.SiteAddress, true);
        }
        
        public void Text16__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Site Address";
        }
        
        public void Text17__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Telephone";
        }
        
        public void Text44__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, PropertyRepairDetails.CustomerPhone, true);
        }
        
        public void Text40__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, PropertyRepairDetails.ClaimDetails, true);
        }
        
        public void Text247__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Date Instructed";
        }
        
        public void Text248__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Date Contacted " + ToString(sender, PropertyRepairDetails.InsuredText, true);
        }
        
        public void Text249__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Site Appointment Date";
        }
        
        public void Text250__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Format("{0:dd/MM/yyyy}", PropertyRepairDetails["DateRequested"]), true);
        }
        
        public void Text251__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Format("{0:dd/MM/yyyy}", PropertyRepairDetails["CustomerCalled"]), true);
        }
        
        public void Text252__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Format("{0:dd/MM/yyyy}", PropertyRepairDetails["AppointmentDate"]), true);
        }
        
        public void Text127__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Stimulsoft.Report.Dictionary.StiFunctionsStrings.Substring(Title,1,Stimulsoft.Report.Dictionary.StiFunctionsStrings.Length(Title)-2), true);
        }
        
        public void DataBand3__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
        {
            e.Value = (((bool)(StiReport.ChangeType(this.Questionnaire.RenderAsTable, typeof(bool), true))) == false);
        }
        
        public void Text15__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Questionnaire.Answer, true);
        }
        
        public void Text18__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Questionnaire.Question, true);
        }
        
        public void DataBand7__GetFilter(object sender, Stimulsoft.Report.Events.StiFilterEventArgs e)
        {
            e.Value = (((bool)(StiReport.ChangeType(this.QuestionnaireSubForms.RenderAsTable, typeof(bool), true))) == true);
        }
        
        public void Text67__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, QuestionnaireDetails.Question, true);
        }
        
        public void Text70__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, QuestionnaireDetails.SubForm1, true);
        }
        
        public void Text71__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, QuestionnaireDetails.SubForm2, true);
        }
        
        public void Text73__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, QuestionnaireDetails.SubForm3, true);
        }
        
        public void Text74__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, QuestionnaireDetails.SubForm4, true);
        }
        
        public void Text75__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, QuestionnaireDetails.SubForm5, true);
        }
        
        private void PhotosPage_Conditions(object sender, System.EventArgs e)
        {
            if ((this.JobImages.FilePath.ToString().ToLower() == this.ToString("").ToLower()))
            {
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text183__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{PageNofM}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text183_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return ToString(sender, PageNofM, true);
        }
        
        private void Image8_Conditions(object sender, System.EventArgs e)
        {
            if ((((decimal)(StiReport.ChangeType(this.Company.CategoryID, typeof(decimal), true))) == 5m))
            {
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
            if ((((decimal)(StiReport.ChangeType(this.Company.CategoryID, typeof(decimal), true))) == 4m))
            {
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        private void Text63_Conditions(object sender, System.EventArgs e)
        {
            if (Company.BuildersLicenceNumber!="")
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
                return;
            }
        }
        
        public void Text63__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Builders Licence Number: " + ToString(sender, Company.BuildersLicenceNumber, true);
        }
        
        public void Text141__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.LetterheadName, true);
        }
        
        public void Text142__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.Address, true);
        }
        
        public void Text143__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.Phone, true);
        }
        
        public void Text144__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.Fax, true);
        }
        
        private void Text145_Conditions(object sender, System.EventArgs e)
        {
            if ((((decimal)(StiReport.ChangeType(this.Company.CountryID, typeof(decimal), true))) == 4m))
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text145__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.Website, true);
        }
        
        public void Text146__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.ABNLabel, true) + " " + ToString(sender, Company.ABN, true);
        }
        
        public void Text147__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "P";
        }
        
        public void Text148__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "F";
        }
        
        public void Text149__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "A Johns Lyng Group Company";
        }
        
        public void Text150__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Supporting Photos";
        }
        
        public void Text151__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, JobImages.Description, true);
        }
        
        private void ScopeOfWorkPage_Conditions(object sender, System.EventArgs e)
        {
            if (PropertyRepairDetails.InsID==229)
            {
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
            if (HideScopeOfWork == 1)
            {
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
            if (((((decimal)(StiReport.ChangeType(this.Company.CountryID, typeof(decimal), true))) == 4m) 
                        || EstimateID == 0))
            {
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text189__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{PageNofM}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text189_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return ToString(sender, PageNofM, true);
        }
        
        private void Image9_Conditions(object sender, System.EventArgs e)
        {
            if ((((decimal)(StiReport.ChangeType(this.Company.CategoryID, typeof(decimal), true))) == 5m))
            {
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
            if ((((decimal)(StiReport.ChangeType(this.Company.CategoryID, typeof(decimal), true))) == 4m))
            {
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        private void Text64_Conditions(object sender, System.EventArgs e)
        {
            if (Company.BuildersLicenceNumber!="")
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
                return;
            }
        }
        
        public void Text64__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Builders Licence Number: " + ToString(sender, Company.BuildersLicenceNumber, true);
        }
        
        public void Text66__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.LetterheadName, true);
        }
        
        public void Text80__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.Address, true);
        }
        
        public void Text97__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.Phone, true);
        }
        
        public void Text108__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.Fax, true);
        }
        
        private void Text184_Conditions(object sender, System.EventArgs e)
        {
            if ((((decimal)(StiReport.ChangeType(this.Company.CountryID, typeof(decimal), true))) == 4m))
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text184__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.Website, true);
        }
        
        public void Text185__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.ABNLabel, true) + " " + ToString(sender, Company.ABN, true);
        }
        
        public void Text186__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "P";
        }
        
        public void Text187__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "F";
        }
        
        public void Text188__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "A Johns Lyng Group Company";
        }
        
        public void Text152__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Scope of Works";
        }
        
        public void GroupHeaderBand1__GetValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = EstimateDetails.Level1Sort;
        }
        
        public void GroupHeaderBand3__GetValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = EstimateDetails.lv1ID;
        }
        
        public void GroupHeaderBand2__GetValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = EstimateDetails.Header;
        }
        
        private void Text153_Conditions(object sender, System.EventArgs e)
        {
            if (((this.EstimateDetails.Header.ToString().ToLower() == this.ToString("site specific comments").ToLower()) 
                        || (this.EstimateDetails.Header.ToString().ToLower() == this.ToString("standard exclusions").ToLower())))
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text153__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, EstimateDetails.Header, true);
        }
        
        private void Text155_Conditions(object sender, System.EventArgs e)
        {
            if (((this.EstimateDetails.Header.ToString().ToLower() == this.ToString("site specific comments").ToLower()) 
                        || (this.EstimateDetails.Header.ToString().ToLower() == this.ToString("standard exclusions").ToLower())))
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 10.2F, System.Drawing.FontStyle.Bold), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text155__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, EstimateDetails.HeaderNumberDisp, true);
        }
        
        private void Text156_Conditions(object sender, System.EventArgs e)
        {
            if (((this.EstimateDetails.Header.ToString().ToLower() != this.ToString("site specific comments").ToLower()) 
                        &amp;&amp; (this.EstimateDetails.Header.ToString().ToLower() != this.ToString("standard exclusions").ToLower())))
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text156__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, EstimateDetails.Header, true);
        }
        
        private void Text154_Conditions(object sender, System.EventArgs e)
        {
            if (((this.EstimateDetails.Header.ToString().ToLower() == this.ToString("site specific comments").ToLower()) 
                        || (this.EstimateDetails.Header.ToString().ToLower() == this.ToString("standard exclusions").ToLower())))
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text154__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, EstimateDetails.Description, true);
        }
        
        private void Text157_Conditions(object sender, System.EventArgs e)
        {
            if (((this.EstimateDetails.Header.ToString().ToLower() == this.ToString("site specific comments").ToLower()) 
                        || (this.EstimateDetails.Header.ToString().ToLower() == this.ToString("standard exclusions").ToLower())))
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 10.2F, System.Drawing.FontStyle.Bold), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text157__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, EstimateDetails.HeaderAndDescNumberDisp, true);
        }
        
        private void Text158_Conditions(object sender, System.EventArgs e)
        {
            if (((this.EstimateDetails.Header.ToString().ToLower() != this.ToString("site specific comments").ToLower()) 
                        &amp;&amp; (this.EstimateDetails.Header.ToString().ToLower() != this.ToString("standard exclusions").ToLower())))
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text158__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, EstimateDetails.Description, true);
        }
        
        private void GroupHeaderBand4_Conditions(object sender, System.EventArgs e)
        {
            if (HideCosting == 1)
            {
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        private void Text159_Conditions(object sender, System.EventArgs e)
        {
            if (HideCosting == 1)
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text159__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Costing";
        }
        
        private void Text160_Conditions(object sender, System.EventArgs e)
        {
            if (HideCosting == 1)
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text160__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "TRADE";
        }
        
        public void Text161__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "LABOUR";
        }
        
        public void Text162__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "MATERIALS";
        }
        
        public void Text163__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "SUB TOTAL";
        }
        
        private void DataBand16_Conditions(object sender, System.EventArgs e)
        {
            if (HideCosting == 1)
            {
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text164__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text164.TextFormat.Format(CheckExcelValue(sender, Costing.LabourTotal));
        }
        
        public void Text165__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text165.TextFormat.Format(CheckExcelValue(sender, Costing.MaterialsTotal));
        }
        
        public void Text166__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text166.TextFormat.Format(CheckExcelValue(sender, Costing.LabourTotal+Costing.MaterialsTotal));
        }
        
        public void Text167__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Costing.CostCode, true);
        }
        
        private void GroupFooterBand2_Conditions(object sender, System.EventArgs e)
        {
            if (HideCosting == 1)
            {
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text168__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Subtotal excluding GST";
        }
        
        public void Text169__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Sum(Costing.LabourTotal + Costing.MaterialsTotal)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text169_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text169.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text169_Sum.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text170__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "GST";
        }
        
        public void Text171__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Sum(Costing.LabourTotal + Costing.MaterialsTotal) * Defaults.GST}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text171_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text171.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text171_Sum.GetValue(), typeof(decimal), true))) * Defaults.GST));
        }
        
        public void Text172__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Total incl. GST";
        }
        
        public void Text173__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Format(\"{0:C2}\", (Sum(Costing.LabourTotal + Costing.MaterialsTotal))\r\n+ (Sum(Costing.LabourTotal + Costing.MaterialsTotal) * Defaults.GST))}\r\n              ";
            e.StoreToPrinted = true;
        }
        
        public System.String Text173_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text173.TextFormat.Format(CheckExcelValue(sender, Format("{0:C2}", (((decimal)(StiReport.ChangeType(this.Text173_Sum1.GetValue(), typeof(decimal), true))))
+ (((decimal)(StiReport.ChangeType(this.Text173_Sum2.GetValue(), typeof(decimal), true))) * Defaults.GST)) + "\r\n              "));
        }
        
        private void ScopeOfWorkPage_Hollard_Conditions(object sender, System.EventArgs e)
        {
            if (PropertyRepairDetails.InsID==229)
            {
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
                return;
            }
            if (HideScopeOfWork == 1)
            {
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
            if (((((decimal)(StiReport.ChangeType(this.Company.CountryID, typeof(decimal), true))) == 4m) 
                        || EstimateID == 0))
            {
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text19__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{PageNofM}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text19_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return ToString(sender, PageNofM, true);
        }
        
        private void Image3_Conditions(object sender, System.EventArgs e)
        {
            if ((((decimal)(StiReport.ChangeType(this.Company.CategoryID, typeof(decimal), true))) == 5m))
            {
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
            if ((((decimal)(StiReport.ChangeType(this.Company.CategoryID, typeof(decimal), true))) == 4m))
            {
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        private void Text65_Conditions(object sender, System.EventArgs e)
        {
            if (Company.BuildersLicenceNumber!="")
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
                return;
            }
        }
        
        public void Text65__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Builders Licence Number: " + ToString(sender, Company.BuildersLicenceNumber, true);
        }
        
        public void Text20__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.LetterheadName, true);
        }
        
        public void Text22__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.Address, true);
        }
        
        public void Text23__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.Phone, true);
        }
        
        public void Text24__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.Fax, true);
        }
        
        private void Text25_Conditions(object sender, System.EventArgs e)
        {
            if ((((decimal)(StiReport.ChangeType(this.Company.CountryID, typeof(decimal), true))) == 4m))
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text25__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.Website, true);
        }
        
        public void Text26__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Company.ABNLabel, true) + " " + ToString(sender, Company.ABN, true);
        }
        
        public void Text27__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "P";
        }
        
        public void Text41__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "F";
        }
        
        public void Text43__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "A Johns Lyng Group Company";
        }
        
        public void Text45__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Scope of Works";
        }
        
        public void GroupHeaderBand5__GetValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = EstimateDetails.Level1Sort;
        }
        
        public void GroupHeaderBand6__GetValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = EstimateDetails.lv1ID;
        }
        
        public void GroupHeaderBand7__GetValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
        {
            e.Value = EstimateDetails.Header;
        }
        
        private void Text46_Conditions(object sender, System.EventArgs e)
        {
            if (((this.EstimateDetails.Header.ToString().ToLower() == this.ToString("site specific comments").ToLower()) 
                        || (this.EstimateDetails.Header.ToString().ToLower() == this.ToString("standard exclusions").ToLower())))
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text46__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, EstimateDetails.Header, true);
        }
        
        private void Text47_Conditions(object sender, System.EventArgs e)
        {
            if (((this.EstimateDetails.Header.ToString().ToLower() == this.ToString("site specific comments").ToLower()) 
                        || (this.EstimateDetails.Header.ToString().ToLower() == this.ToString("standard exclusions").ToLower())))
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 10.2F, System.Drawing.FontStyle.Bold), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text47__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, EstimateDetails.HeaderNumberDisp, true);
        }
        
        private void Text48_Conditions(object sender, System.EventArgs e)
        {
            if (((this.EstimateDetails.Header.ToString().ToLower() != this.ToString("site specific comments").ToLower()) 
                        &amp;&amp; (this.EstimateDetails.Header.ToString().ToLower() != this.ToString("standard exclusions").ToLower())))
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text48__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, EstimateDetails.Header, true);
        }
        
        private void Text49_Conditions(object sender, System.EventArgs e)
        {
            if (((this.EstimateDetails.Header.ToString().ToLower() == this.ToString("site specific comments").ToLower()) 
                        || (this.EstimateDetails.Header.ToString().ToLower() == this.ToString("standard exclusions").ToLower())))
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text49__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, EstimateDetails.Description, true);
        }
        
        private void Text50_Conditions(object sender, System.EventArgs e)
        {
            if (((this.EstimateDetails.Header.ToString().ToLower() == this.ToString("site specific comments").ToLower()) 
                        || (this.EstimateDetails.Header.ToString().ToLower() == this.ToString("standard exclusions").ToLower())))
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 10.2F, System.Drawing.FontStyle.Bold), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text50__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, EstimateDetails.HeaderAndDescNumberDisp, true);
        }
        
        private void Text51_Conditions(object sender, System.EventArgs e)
        {
            if (((this.EstimateDetails.Header.ToString().ToLower() != this.ToString("site specific comments").ToLower()) 
                        &amp;&amp; (this.EstimateDetails.Header.ToString().ToLower() != this.ToString("standard exclusions").ToLower())))
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text51__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, EstimateDetails.Description, true);
        }
        
        private void GroupHeaderBand8_Conditions(object sender, System.EventArgs e)
        {
            if (HideCosting == 1)
            {
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        private void Text52_Conditions(object sender, System.EventArgs e)
        {
            if (HideCosting == 1)
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text52__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Costing";
        }
        
        private void Text53_Conditions(object sender, System.EventArgs e)
        {
            if (HideCosting == 1)
            {
                ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red);
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text53__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "TRADE";
        }
        
        public void Text54__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "LABOUR";
        }
        
        public void Text55__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "MATERIALS";
        }
        
        public void Text56__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "SUB TOTAL";
        }
        
        private void DataBand6_Conditions(object sender, System.EventArgs e)
        {
            if (HideCosting == 1)
            {
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text57__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = ToString(sender, Costing.CostCode, true);
        }
        
        public void Text427__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text427.TextFormat.Format(CheckExcelValue(sender, Costing.LabourTotalExclMargin));
        }
        
        public void Text428__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text428.TextFormat.Format(CheckExcelValue(sender, Costing.MaterialsTotalExclMargin));
        }
        
        public void Text429__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = this.Text429.TextFormat.Format(CheckExcelValue(sender, Costing.LabourTotalExclMargin+Costing.MaterialsTotalExclMargin));
        }
        
        private void GroupFooterBand1_Conditions(object sender, System.EventArgs e)
        {
            if (HideCosting == 1)
            {
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false;
                return;
            }
        }
        
        public void Text58__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Subtotal excluding GST";
        }
        
        public void Text59__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "GST";
        }
        
        public void Text60__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Sum(Costing.LabourTotal + Costing.MaterialsTotal) * Defaults.GST}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text60_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text60.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text60_Sum.GetValue(), typeof(decimal), true))) * Defaults.GST));
        }
        
        public void Text61__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Total incl. GST";
        }
        
        public void Text62__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Format(\"{0:C2}\", (Sum(Costing.LabourTotal + Costing.MaterialsTotal))\r\n+ (Sum(Costing.LabourTotal + Costing.MaterialsTotal) * Defaults.GST))}\r\n              ";
            e.StoreToPrinted = true;
        }
        
        public System.String Text62_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text62.TextFormat.Format(CheckExcelValue(sender, Format("{0:C2}", (((decimal)(StiReport.ChangeType(this.Text62_Sum1.GetValue(), typeof(decimal), true))))
+ (((decimal)(StiReport.ChangeType(this.Text62_Sum2.GetValue(), typeof(decimal), true))) * Defaults.GST)) + "\r\n              "));
        }
        
        public void Text439__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "Total";
        }
        
        public void Text437__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#Claims Handling Fee  ({Format(\"{0:P2}\", Sum(Costing.MarginTotal) / Sum(Costing.LabourTotal + Costing.MaterialsTotal))})";
            e.StoreToPrinted = true;
        }
        
        public System.String Text437_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return "Claims Handling Fee  (" + ToString(sender, Format("{0:P2}", ((decimal)(StiReport.ChangeType(this.Text437_Sum1.GetValue(), typeof(decimal), true))) / ((decimal)(StiReport.ChangeType(this.Text437_Sum2.GetValue(), typeof(decimal), true)))), true) + ")";
        }
        
        public void Text438__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Sum(Costing.MarginTotal)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text438_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text438.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text438_Sum.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text432__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Sum(Costing.LabourTotalExclMargin + Costing.MaterialsTotalExclMargin)}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text432_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text432.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text432_Sum.GetValue(), typeof(decimal), true)))));
        }
        
        public void Text1900__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{Format(\"{0:C2}\", Sum(Costing.LabourTotal + Costing.MaterialsTotal))}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text1900_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return this.Text1900.TextFormat.Format(CheckExcelValue(sender, Format("{0:C2}", ((decimal)(StiReport.ChangeType(this.Text1900_Sum.GetValue(), typeof(decimal), true))))));
        }
        
        private void DetailedScopeInsurer_Conditions(object sender, System.EventArgs e)
        {
            if ((PropertyRepairDetails.InsID == 178 || PropertyRepairDetails.InsID == 2203 || PropertyRepairDetails.InsID == 2529 
                        &amp;&amp; (((decimal)(StiReport.ChangeType(this.EstimatingContractType.EstimatingContractID, typeof(decimal), true))) != 24m)))
            {
                ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone()));
                ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None;
                ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
                return;
            }
        }
        
        public void Text394__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
        {
            e.Value = "#%#{PageNofM}";
            e.StoreToPrinted = true;
        }
        
        public System.String Text394_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
        {
            return ToString(sender, PageNofM, true);
        }
        
        public void GroupHeaderBand4__BeginRender(object sender, System.EventArgs e)
        {
            this.Text169_Sum.Init();
            this.Text169.TextValue = "";
            this.Text171_Sum.Init();
            this.Text171.TextValue = "";
            this.Text173_Sum1.Init();
            this.Text173.TextValue = "";
            this.Text173_Sum2.Init();
            this.Text173.TextValue = "";
        }
        
        public void GroupHeaderBand8__BeginRender(object sender, System.EventArgs e)
        {
            this.Text60_Sum.Init();
            this.Text60.TextValue = "";
            this.Text62_Sum1.Init();
            this.Text62.TextValue = "";
            this.Text62_Sum2.Init();
            this.Text62.TextValue = "";
            this.Text437_Sum1.Init();
            this.Text437.TextValue = "";
            this.Text437_Sum2.Init();
            this.Text437.TextValue = "";
            this.Text438_Sum.Init();
            this.Text438.TextValue = "";
            this.Text432_Sum.Init();
            this.Text432.TextValue = "";
            this.Text1900_Sum.Init();
            this.Text1900.TextValue = "";
        }
        
        public void GroupHeaderBand4__EndRender(object sender, System.EventArgs e)
        {
            this.Text169.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text169_GetValue_End));
            this.Text173.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text173_GetValue_End));
            this.Text171.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text171_GetValue_End));
        }
        
        public void GroupHeaderBand8__EndRender(object sender, System.EventArgs e)
        {
            this.Text60.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text60_GetValue_End));
            this.Text1900.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text1900_GetValue_End));
            this.Text432.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text432_GetValue_End));
            this.Text438.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text438_GetValue_End));
            this.Text437.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text437_GetValue_End));
            this.Text62.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text62_GetValue_End));
        }
        
        public void GroupHeaderBand4__Rendering(object sender, System.EventArgs e)
        {
            this.Text169_Sum.CalcItem(Costing.LabourTotal+Costing.MaterialsTotal);
            this.Text171_Sum.CalcItem(Costing.LabourTotal+Costing.MaterialsTotal);
            this.Text173_Sum1.CalcItem(Costing.LabourTotal+Costing.MaterialsTotal);
            this.Text173_Sum2.CalcItem(Costing.LabourTotal+Costing.MaterialsTotal);
        }
        
        public void GroupHeaderBand8__Rendering(object sender, System.EventArgs e)
        {
            this.Text60_Sum.CalcItem(Costing.LabourTotal+Costing.MaterialsTotal);
            this.Text62_Sum1.CalcItem(Costing.LabourTotal+Costing.MaterialsTotal);
            this.Text62_Sum2.CalcItem(Costing.LabourTotal+Costing.MaterialsTotal);
            this.Text437_Sum1.CalcItem(Costing.MarginTotal);
            this.Text437_Sum2.CalcItem(Costing.LabourTotal+Costing.MaterialsTotal);
            this.Text438_Sum.CalcItem(Costing.MarginTotal);
            this.Text432_Sum.CalcItem(Costing.LabourTotalExclMargin+Costing.MaterialsTotalExclMargin);
            this.Text1900_Sum.CalcItem(Costing.LabourTotal+Costing.MaterialsTotal);
        }
        
        public void ReportWordsToEnd__EndRender(object sender, System.EventArgs e)
        {
            this.Text181.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text181_GetValue_End));
            this.Text183.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text183_GetValue_End));
            this.Text189.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text189_GetValue_End));
            this.Text19.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text19_GetValue_End));
            this.Text394.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text394_GetValue_End));
        }
        
        private void InitializeComponent()
        {
            this.QuestionnaireHeader = new QuestionnaireHeaderDataSource();
            this.QuestionnaireDetails = new QuestionnaireDetailsDataSource();
            this.QuestionnaireSubForms = new QuestionnaireSubFormsDataSource();
            this.Questionnaire = new QuestionnaireDataSource();
            this.EstimatingContractType = new EstimatingContractTypeDataSource();
            this.ReportsOrdered = new ReportsOrderedDataSource();
            this.HazardsFound = new HazardsFoundDataSource();
            this.Defaults = new DefaultsDataSource();
            this.Costing = new CostingDataSource();
            this.EstimateDetails = new EstimateDetailsDataSource();
            this.JobImages = new JobImagesDataSource();
            this.JobAssessment = new JobAssessmentDataSource();
            this.PropertyRepairDetails = new PropertyRepairDetailsDataSource();
            this.CompanyLogos = new CompanyLogosDataSource();
            this.Company = new CompanyDataSource();
            this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "JobID", "JobID", "", typeof(int), "963145", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
            this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "CaseID", "CaseID", "", typeof(int), "1424365", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
            this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "UserID", "UserID", "", typeof(int), "2009", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
            this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "HideCosting", "HideCosting", "", typeof(int), "0", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
            this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "EstimateID", "EstimateID", "", typeof(int), "416292", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
            this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "SessionID", "SessionID", "", typeof(System.Guid), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
            this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "QuestionnaireID", "QuestionnaireID", "", typeof(int), "66332", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
            this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "Title", "Title", "Prefix used in title", typeof(string), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
            this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "HideScopeOfWork", "HideScopeOfWork", "", typeof(int), "", false, Stimulsoft.Report.Dictionary.StiVariableInitBy.Value, false));
            this.NeedsCompiling = false;
            this.Text1900_Sum = new Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService();
            this.Text432_Sum = new Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService();
            this.Text438_Sum = new Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService();
            this.Text437_Sum1 = new Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService();
            this.Text437_Sum2 = new Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService();
            this.Text62_Sum1 = new Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService();
            this.Text62_Sum2 = new Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService();
            this.Text60_Sum = new Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService();
            this.Text173_Sum1 = new Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService();
            this.Text173_Sum2 = new Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService();
            this.Text171_Sum = new Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService();
            this.Text169_Sum = new Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService();
            // 
            // Variables init
            // 
            this.JobID = 963145;
            this.CaseID = 1424365;
            this.UserID = 2009;
            this.HideCosting = 0;
            this.EstimateID = 416292;
            this.SessionID = new Guid();
            this.QuestionnaireID = 66332;
            this.Title = "";
            this.HideScopeOfWork = 0;
            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(2020, 5, 19, 12, 52, 31, 0);
            // 
            // ReportCreated
            // 
            this.ReportCreated = new DateTime(2010, 10, 13, 14, 22, 20, 0);
            this.ReportFile = "C:\\Work\\Finance\\EasyBuildWebService\\Reports\\AssessmentReportRestorx.mrt";
            this.ReportGuid = "38c9a1c9d1e449eaad2e9afe22f88813";
            this.ReportName = "Report";
            this.ReportUnit = Stimulsoft.Report.StiReportUnitType.Centimeters;
            this.ReportVersion = "2013.1.1600";
            this.ScriptLanguage = Stimulsoft.Report.StiReportLanguageType.CSharp;
            // 
            // Page1
            // 
            this.Page1 = new Stimulsoft.Report.Components.StiPage();
            this.Page1.Guid = "ff310ad78fe247c78108f021149c5e15";
            this.Page1.Name = "Page1";
            this.Page1.PageHeight = 100;
            this.Page1.PageWidth = 28;
            this.Page1.PaperSize = System.Drawing.Printing.PaperKind.A4;
            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), false);
            this.Page1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // PageFooterBand1
            // 
            this.PageFooterBand1 = new Stimulsoft.Report.Components.StiPageFooterBand();
            this.PageFooterBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 97, 26, 1);
            this.PageFooterBand1.Name = "PageFooterBand1";
            this.PageFooterBand1.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), false);
            this.PageFooterBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text181
            // 
            this.Text181 = new Stimulsoft.Report.Components.StiText();
            this.Text181.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8.2, 0.38, 2.6, 0.4);
            this.Text181.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text181.Name = "Text181";
            this.Text181.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text181__GetValue);
            this.Text181.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text181.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text181.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text181.Font = new System.Drawing.Font("Arial", 9F);
            this.Text181.Guid = null;
            this.Text181.Indicator = null;
            this.Text181.Interaction = null;
            this.Text181.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text181.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text181.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Image1
            // 
            this.Image1 = new Stimulsoft.Report.Components.StiImage();
            this.Image1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.4, 0.22, 6.6, 0.8);
            this.Image1.BeforePrint += new System.EventHandler(this.Image1_Conditions);
            this.Image1.Guid = "ed27b004e6dd407a8f5892b4561cb2e2";
            this.Image1.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Right;
            this.Image1.Image = StiImageConverter.StringToImage("iVBORw0KGgoAAAANSUhEUgAAAN8AAAAeCAIAAAAjL1xqAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAXEQAAFxEByibzPwAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAnCSURBVHhe7ZhbbFXHFYbHAaUXmjZSH/qUvqDS0KpCStSXqKmriFIppYFCo6I0waGQIgLGmFIMgYATNwRisE0M2IAvXIyPMRcTgwnXpIAaQinYGAy+YGzA2ICDDTiogJrS75x/Mx2fcyjGGAVF+9fS1po1a9ZaM/PvOXuOueXDx8MKn50+Hl747HywGFrWlF5xyWv4uEf47HyA+Hr2CZNTb1Y0xm4555l83At8dvY8iqov982v23fu2sLcwKM51Wb1GVPU/I3i5n3n/+V5+OgafHb2MGZ93GAyT5is2phlJyfl7Fi0ZOkv8g6YDRdM6aWYsrZpFVc8Px9dgM/OHkNs4CSnZk3tyWF5/4hZVmfyGzg1++UeSsvInLpk3SObW82Oq0jfnW2N1/7tjfHxf+Gzswewvb69V+oRk3bUvH980IYTGzdtTinYHQM7A+fM+vMm0PjX9OzZqZmPbmoym1pN6WePb2srarrhDfZxZ/jsvC/sO/t545UbHR2fD19ZATXNkhrDqbm8KrB2fdbqjWb1KfPBZ0GCLj8+I3Xpm7PeGpe5gUuSWXPWrDufXu9/ht4FPju7CUjZN/u4mVvee/6RvEMtnx44+Hrh4ZjsOpN7yqw6bVbUw85lOfk/gLWcqRnHzOLq+LQ106bPSExO/c6G08FDtKw99uC1uoYzE+ITAoG1XlwfDnx2dhMrDl145L1yM6/CLKiMyahKLz28d9/f55ccCB2NTWZdi1nblLzqQ25FiYs2msxKEyLuC0s/mpw0Mz5x6i/XVwS/QTc3FH+4e2rS9B07d3lxfTi4Z3YeDqGjo8NtWlh7bW0tzebmFjUF6wOkA9cnbJQcLGzwMET22vhRjS0tLVKA6xCWHUU+FrILN" +
"27c2F91pldapcmoMouqTXbt+MDhXbv/Vli62xScNiUXzZY2EzibklXMrSh5YZ5ZVinifm/N0fg33x3z2tixc5c89dTTXrjbUA0uZLfFu3CXLtLB64i2F3LGjh6ZEcjtS0cndlJ0WdnWPXv2eu1oeOaZnyFMgFkNGvQrNV3JyFiI2/jxE9BzcnI1SpCD5i8dGTnyVUsRd5T0MKE8ebpQFzG9dmgihMXIM8xC2G5nZ77W+Ysv/nO26dy+ipO9Fh0Pnouhf91/X1ixZev2VSXbTVGD2X4l+BmaUTUha8u89xa8PTftJ/kHTXFL6GLU/NrrE/v06ZOQkKBogMhRk2oKbs2uaLXZssi9wKLlcuclKBp29KhJhw37ncvmLwud2MkEUlLeoTLNOSpUPdPDE4W52Q1juHrRI1cEqJexWh1Ea0ooOdhRUF+9do0oCYsWNAzYEWJ67RCoiolgV3BLVuzKjn6n7Gw2CmJj2mhFRf/7QISd9acaPjpU3Wt5XfBcLDhr1jb/uDB4Z+dW9HigxqQfM4tOmKV1Q5fvSXlnLreil3N3fmv9yaGvjBk+/EVjTHl5uRfr9uq5U0ZRhZBMNbvTxyh/dFWelDRNe8FTy0XNttfdCzdaWC9JtVauPwFp4kkKmqRGZ91UKjrLwhM7bvho3bCwkjwxatnpkpFeKkRo8qQXRdFo6qUC4WcnIwmhWUUFdSNkIlzYHEBYL08crNheIF0sRLTrNiaVaGMoxg6nNuxK5EIRiOm1b8Oe7i41sSs7XbYMLYfNjsg/FMb7chAsdcDF1lbYWXW8esenR83KWlPUHPzXffOl3sUNsHNVQWBazlaTVRs8Vlee/m7BsZkpc6f8JemJJ77//PODn3tu4IABA7xAISipXhXq9PKFQFKe9FKhnIFeIZed+KgLyB9Bt/NSF3CjRfay5ljc91A0YhRLSl7owROjlghndNXPkykQQXZ0+bPCjCUCTVszw9XETpOxTJxRdpE7sZOgCJnw8EwRXy10IQqH4s4KhPVSFooV2" +
"wukM4RVsHb5KCZN5mbHimdRXxs73Gs7sATlaacQNTueNjuCQlP+cpC487XsrDhSyZ3dFNab0ktm22WuOz/NP5xbUMydPSm3zOTXhf5Cahk/Z/GoUaNh50t/eOWxx76dn5/vBQpBSRXfVmiThlmsuG+1uwLuHO281AXUqwmqN1Lc95DVg0bS2RQYgoKD3HjCKinYCY4/Ck2VRGp4hQO5tB0Y0RUTBQfoKxLbQwF0YicjmS3pNV5Q9XZu6MoqEustEdhg9aoOFHdFgHoZC6TLroxkl6JaiaBVELC4Q1zITkyv3RmRlYRlZwroZGdd5MmqySIHQW5unCtXrrrs5M7ee10jZ6dZzOfmsa9ll2flFnBnn5O12hTWjBg3ZUJ8wuDBL/Tr98MRI17iZ729vd0LFILeE3dvgEqiSzWzfxQgUT3yj6xNU0DQI1dAvdjR1cvTRqaXHZSnQBa9BgAHbbqCoOhpFZWqJj4oIrSeOh0xklFbptQoLLgIii50Yqc4QR08PZNDHYxaLG2b3hUEI10IdjXppYmurBbypyZNAJGdihVZwihLdEVGqFtNDXEhT1uGxOuLVklkdgWXyFMWnopmy9NyC5Hs5M7+6+z9wT84M09wi/9mXmXasgLu7EOHDmPsGzNmPflk/8G/GfLssz+Pi4vzotwGZdgFDEuqny8UjJ5351mIKHKQqKnXmxmhawclSiQeyDlsp8KgowFPeMm+M5zaeCo+XXKTosLUtJ5MASJpPbHjg8ITNxRlxwFP1gFd6MTOqMAbvjKeyhiPYl8sUtJESEChKJb4KDSV3kLODEekex1OKESj3OCaAOKWbqGuMPH6olXSlez42Fnb7LjJX7h+/XokO7mzzy7ca7JqzPLgLX70klLYyX4MGfLb+ImT+Fl/+ZU4Ds6SkhIvigNbBkkRFGpQUtVslxeEzQKCqmmrdZ21COyRwiL2NYu6U5Fg5RliV8DV7VgpeEph1gTH0+6adHp5Mlx2FOaCQuUQLOTo4e7s9HEn3Lx5Myo7ubPPX" +
"vOxyauNS5oz+c9TuaqzT3xxvjpqdP/+P4KdsbGxXoivNHRGeo27gdeGU9byWPDZeV+42tERlZ3c2UfGjeJHfHZyyvgJCexT4uQpAwcOnDQp0X7AfeWhM9Jr3A3uEWvhs/N+0X75clR2Qk1kftrCP40dBzunTZ/Bz/onn+z3hvnoAnx29gAutbWFsXNVQUDs5M4+fPiLI0fGJb+VUlxc7A3w0TX47OwZXGxtddmZ8f5iqDnqj2NS56dzcHLt8Px83At8dvYYzp+/YNmZuiADdk5/YyZXosiPfR9dhM/OnkRNbZ3YOefdebBz0wel27Zt96nZbfjs7GFUHDkKO2cnvw07KyuPelYf3YLPzp7HPw+VT0xI3LVrt9f20V347HwgaGhs9DQf9wGfnT4eVty69V8EUot+RUAVMAAAAABJRU5ErkJggg==");
            this.Image1.Name = "Image1";
            this.Image1.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), false);
            this.Image1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Image1.Interaction = null;
            // 
            // Text21
            // 
            this.Text21 = new Stimulsoft.Report.Components.StiText();
            this.Text21.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.2, 0.5, 7.6, 0.4);
            this.Text21.BeforePrint += new System.EventHandler(this.Text21_Conditions);
            this.Text21.Enabled = false;
            this.Text21.Guid = "003e8811a2b3466cb7f21e93c8221dec";
            this.Text21.Name = "Text21";
            this.Text21.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text21__GetValue);
            this.Text21.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            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), false);
            this.Text21.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text21.Font = new System.Drawing.Font("Arial", 8F);
            this.Text21.Indicator = 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);
            // 
            // HorizontalLinePrimitive29
            // 
            this.HorizontalLinePrimitive29 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive29.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, -0.3, 19, 0.0254);
            this.HorizontalLinePrimitive29.Color = System.Drawing.Color.MidnightBlue;
            this.HorizontalLinePrimitive29.Guid = "4c7f8591818f4c49a9259d84d796ef49";
            this.HorizontalLinePrimitive29.Name = "HorizontalLinePrimitive29";
            this.HorizontalLinePrimitive29.Size = 2F;
            this.HorizontalLinePrimitive29.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive29.Interaction = null;
            this.HorizontalLinePrimitive29.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.PageFooterBand1.Guid = null;
            this.PageFooterBand1.Interaction = null;
            // 
            // ReportTitleBand1
            // 
            this.ReportTitleBand1 = new Stimulsoft.Report.Components.StiReportTitleBand();
            this.ReportTitleBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.4, 26, 2.6);
            this.ReportTitleBand1.Guid = "f75a0e65abf54c5c820cfe29cd22b06c";
            this.ReportTitleBand1.Name = "ReportTitleBand1";
            this.ReportTitleBand1.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), false);
            this.ReportTitleBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text11
            // 
            this.Text11 = new Stimulsoft.Report.Components.StiText();
            this.Text11.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9.2, 0, 9.8, 0.4);
            this.Text11.Guid = "335847810ffa40b3b73c76e9fa8d46ab";
            this.Text11.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text11.Name = "Text11";
            this.Text11.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text11__GetValue);
            this.Text11.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            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), false);
            this.Text11.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text11.Font = new System.Drawing.Font("Arial", 8.25F);
            this.Text11.Indicator = 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);
            // 
            // Text110
            // 
            this.Text110 = new Stimulsoft.Report.Components.StiText();
            this.Text110.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9.2, 1, 9.8, 0.4);
            this.Text110.Guid = "f7eac7dc5f224ad5b0e69e30e5bd9e59";
            this.Text110.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text110.Name = "Text110";
            this.Text110.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text110__GetValue);
            this.Text110.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text110.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), false);
            this.Text110.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text110.Font = new System.Drawing.Font("Arial", 8.25F);
            this.Text110.Indicator = null;
            this.Text110.Interaction = null;
            this.Text110.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text110.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text110.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text111
            // 
            this.Text111 = new Stimulsoft.Report.Components.StiText();
            this.Text111.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14.3, 1.4, 2.1, 0.4);
            this.Text111.Guid = "3bb3d9544218407989128103db835169";
            this.Text111.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text111.Name = "Text111";
            this.Text111.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text111__GetValue);
            this.Text111.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text111.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), false);
            this.Text111.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text111.Font = new System.Drawing.Font("Arial", 8.25F);
            this.Text111.Indicator = null;
            this.Text111.Interaction = null;
            this.Text111.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text111.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text111.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text115
            // 
            this.Text115 = new Stimulsoft.Report.Components.StiText();
            this.Text115.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.9, 1.4, 2.1, 0.4);
            this.Text115.Guid = "be251d653c2245179c2e84043d2eedf2";
            this.Text115.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text115.Name = "Text115";
            this.Text115.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text115__GetValue);
            this.Text115.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text115.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), false);
            this.Text115.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text115.Font = new System.Drawing.Font("Arial", 8.25F);
            this.Text115.Indicator = null;
            this.Text115.Interaction = null;
            this.Text115.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text115.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text115.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text116
            // 
            this.Text116 = new Stimulsoft.Report.Components.StiText();
            this.Text116.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(15.8, 1.8, 3.2, 0.4);
            this.Text116.BeforePrint += new System.EventHandler(this.Text116_Conditions);
            this.Text116.Guid = "a2f0017520ed41299d5450af125cf7fc";
            this.Text116.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text116.Name = "Text116";
            this.Text116.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text116__GetValue);
            this.Text116.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text116.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), false);
            this.Text116.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text116.Font = new System.Drawing.Font("Arial", 8.25F);
            this.Text116.Indicator = null;
            this.Text116.Interaction = null;
            this.Text116.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text116.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text116.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text117
            // 
            this.Text117 = new Stimulsoft.Report.Components.StiText();
            this.Text117.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.9, 0.4, 2.1, 0.4);
            this.Text117.Guid = "4f0f8bdca41a41e3bd7180413da67f6d";
            this.Text117.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text117.Name = "Text117";
            this.Text117.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text117__GetValue);
            this.Text117.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text117.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), false);
            this.Text117.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text117.Font = new System.Drawing.Font("Arial", 6F);
            this.Text117.Indicator = null;
            this.Text117.Interaction = null;
            this.Text117.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text117.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text117.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text118
            // 
            this.Text118 = new Stimulsoft.Report.Components.StiText();
            this.Text118.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14, 1.4, 0.3, 0.4);
            this.Text118.Guid = "fa8c0d3a89214c86a4f1de028fca4216";
            this.Text118.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text118.Name = "Text118";
            this.Text118.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text118__GetValue);
            this.Text118.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text118.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), false);
            this.Text118.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text118.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
            this.Text118.Indicator = null;
            this.Text118.Interaction = null;
            this.Text118.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text118.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text118.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text119
            // 
            this.Text119 = new Stimulsoft.Report.Components.StiText();
            this.Text119.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.6, 1.4, 0.3, 0.4);
            this.Text119.Guid = "ec6b226d78154aafba400f6f3eb99239";
            this.Text119.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text119.Name = "Text119";
            this.Text119.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text119__GetValue);
            this.Text119.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text119.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), false);
            this.Text119.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text119.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
            this.Text119.Indicator = null;
            this.Text119.Interaction = null;
            this.Text119.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text119.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text119.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text120
            // 
            this.Text120 = new Stimulsoft.Report.Components.StiText();
            this.Text120.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14, 0.4, 2.8, 0.4);
            this.Text120.Guid = "f7e34fda07f54beb9d4e83ef6bf4756f";
            this.Text120.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text120.Name = "Text120";
            this.Text120.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text120__GetValue);
            this.Text120.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text120.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), false);
            this.Text120.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text120.Font = new System.Drawing.Font("Arial", 6F);
            this.Text120.Indicator = null;
            this.Text120.Interaction = null;
            this.Text120.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text120.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text120.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Image5
            // 
            this.Image5 = new Stimulsoft.Report.Components.StiImage();
            this.Image5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 8.4, 2);
            this.Image5.DataColumn = "CompanyLogos.Logo";
            this.Image5.Guid = "b814edb46a8a4cd2acfc548279e10b8b";
            this.Image5.Name = "Image5";
            this.Image5.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), false);
            this.Image5.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Image5.Image = null;
            this.Image5.Interaction = null;
            this.ReportTitleBand1.Interaction = null;
            // 
            // DataBand1
            // 
            this.DataBand1 = new Stimulsoft.Report.Components.StiDataBand();
            this.DataBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 3.8, 26, 3.8);
            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), false);
            this.DataBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text4
            // 
            this.Text4 = new Stimulsoft.Report.Components.StiText();
            this.Text4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 19, 0.6);
            this.Text4.Guid = "347dbbc7f12e4809ac68b14e27c2938e";
            this.Text4.Name = "Text4";
            this.Text4.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text4__GetValue);
            this.Text4.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text4.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            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), false);
            this.Text4.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 210, 234, 240));
            this.Text4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
            this.Text4.Indicator = 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.FromArgb(255, 47, 54, 153));
            this.Text4.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text1
            // 
            this.Text1 = new Stimulsoft.Report.Components.StiText();
            this.Text1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.8, 2.4, 0.4);
            this.Text1.Guid = "513bfdbdb960457f83d7f83774894dc9";
            this.Text1.Name = "Text1";
            this.Text1.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text1__GetValue);
            this.Text1.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text1.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            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), false);
            this.Text1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text1.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
            this.Text1.Indicator = 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);
            // 
            // Text2
            // 
            this.Text2 = new Stimulsoft.Report.Components.StiText();
            this.Text2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 1.2, 2.4, 0.4);
            this.Text2.Guid = "b8a8d45ddfd146efab04cf67736f6bbc";
            this.Text2.Name = "Text2";
            this.Text2.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text2__GetValue);
            this.Text2.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text2.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            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), false);
            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.Indicator = 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, 1.6, 2.4, 0.4);
            this.Text3.Guid = "afe934fa8c804baeab3004045539500f";
            this.Text3.Name = "Text3";
            this.Text3.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text3__GetValue);
            this.Text3.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text3.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            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), false);
            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.Indicator = 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);
            // 
            // Text5
            // 
            this.Text5 = new Stimulsoft.Report.Components.StiText();
            this.Text5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2, 2.4, 0.4);
            this.Text5.Guid = "237ba71a04f14d0895c154cd559b0738";
            this.Text5.Name = "Text5";
            this.Text5.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text5__GetValue);
            this.Text5.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text5.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            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), false);
            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.Indicator = 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(0, 2.4, 2.4, 0.4);
            this.Text6.Guid = "8c0b7e94c2dc477a8c3d7aa3ac7c8310";
            this.Text6.Name = "Text6";
            this.Text6.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text6__GetValue);
            this.Text6.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text6.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            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), false);
            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.Indicator = 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(0, 3.2, 2.4, 0.4);
            this.Text7.Guid = "eb1b537f2e024fc48bc289810fe3734d";
            this.Text7.Name = "Text7";
            this.Text7.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text7__GetValue);
            this.Text7.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text7.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            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), false);
            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.Indicator = 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(10.2, 0.8, 4.6, 0.4);
            this.Text8.Guid = "cde22e39a3794f1b9f0545f97ec5f250";
            this.Text8.Name = "Text8";
            this.Text8.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text8__GetValue);
            this.Text8.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text8.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            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), false);
            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.Indicator = 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(10.2, 1.2, 4.6, 0.4);
            this.Text9.Guid = "bb0a295537444ab993c7a834f66740f2";
            this.Text9.Name = "Text9";
            this.Text9.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text9__GetValue);
            this.Text9.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text9.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            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), false);
            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.Indicator = 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(10.2, 1.6, 4.6, 0.4);
            this.Text10.Guid = "09b2051dfedb4fbbb5d9a1ccab9f07f5";
            this.Text10.Name = "Text10";
            this.Text10.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text10__GetValue);
            this.Text10.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text10.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            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), false);
            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.Indicator = 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);
            // 
            // Text12
            // 
            this.Text12 = new Stimulsoft.Report.Components.StiText();
            this.Text12.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10.2, 2, 4.6, 0.4);
            this.Text12.Guid = "e37cfdad34be49cba3f82c794662897e";
            this.Text12.Name = "Text12";
            this.Text12.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text12__GetValue);
            this.Text12.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text12.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            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), false);
            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.Indicator = 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(10.2, 2.4, 4.6, 0.4);
            this.Text13.Guid = "59a9bc4321d74b959135181015f14ae2";
            this.Text13.Name = "Text13";
            this.Text13.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text13__GetValue);
            this.Text13.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text13.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            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), false);
            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.Indicator = 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);
            // 
            // Text14
            // 
            this.Text14 = new Stimulsoft.Report.Components.StiText();
            this.Text14.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10.2, 2.8, 4.6, 0.4);
            this.Text14.Guid = "6c71d9c4fec1402d94159b60fe5ac067";
            this.Text14.Name = "Text14";
            this.Text14.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text14__GetValue);
            this.Text14.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text14.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            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), false);
            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.Indicator = 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);
            // 
            // Text28
            // 
            this.Text28 = new Stimulsoft.Report.Components.StiText();
            this.Text28.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.4, 0.8, 7.8, 0.4);
            this.Text28.Name = "Text28";
            this.Text28.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text28__GetValue);
            this.Text28.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text28.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text28.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text28.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text28.Font = new System.Drawing.Font("Arial", 8F);
            this.Text28.Guid = null;
            this.Text28.Indicator = 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(2.4, 1.2, 7.8, 0.4);
            this.Text29.Name = "Text29";
            this.Text29.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text29__GetValue);
            this.Text29.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text29.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text29.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text29.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text29.Font = new System.Drawing.Font("Arial", 8F);
            this.Text29.Guid = null;
            this.Text29.Indicator = 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.6, 7.8, 0.4);
            this.Text30.Name = "Text30";
            this.Text30.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text30__GetValue);
            this.Text30.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text30.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text30.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text30.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text30.Font = new System.Drawing.Font("Arial", 8F);
            this.Text30.Guid = null;
            this.Text30.Indicator = 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);
            // 
            // Text32
            // 
            this.Text32 = new Stimulsoft.Report.Components.StiText();
            this.Text32.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.4, 2, 7.8, 0.4);
            this.Text32.Name = "Text32";
            this.Text32.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text32__GetValue);
            this.Text32.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text32.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text32.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text32.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text32.Font = new System.Drawing.Font("Arial", 8F);
            this.Text32.Guid = null;
            this.Text32.Indicator = 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);
            // 
            // Text34
            // 
            this.Text34 = new Stimulsoft.Report.Components.StiText();
            this.Text34.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.4, 2.4, 7.8, 0.4);
            this.Text34.Name = "Text34";
            this.Text34.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text34__GetValue);
            this.Text34.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text34.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text34.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text34.Font = new System.Drawing.Font("Arial", 8F);
            this.Text34.Guid = null;
            this.Text34.Indicator = 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);
            // 
            // Text31
            // 
            this.Text31 = new Stimulsoft.Report.Components.StiText();
            this.Text31.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.4, 3.2, 7.8, 0.4);
            this.Text31.Name = "Text31";
            this.Text31.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text31__GetValue);
            this.Text31.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text31.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text31.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text31.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text31.Font = new System.Drawing.Font("Arial", 8F);
            this.Text31.Guid = null;
            this.Text31.Indicator = 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);
            // 
            // Text33
            // 
            this.Text33 = new Stimulsoft.Report.Components.StiText();
            this.Text33.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14.8, 0.8, 4.2, 0.4);
            this.Text33.Name = "Text33";
            this.Text33.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text33__GetValue);
            this.Text33.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text33.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text33.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text33.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text33.Font = new System.Drawing.Font("Arial", 8F);
            this.Text33.Guid = null;
            this.Text33.Indicator = 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(14.8, 1.2, 4.2, 0.4);
            this.Text35.Name = "Text35";
            this.Text35.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text35__GetValue);
            this.Text35.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text35.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text35.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text35.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text35.Font = new System.Drawing.Font("Arial", 8F);
            this.Text35.Guid = null;
            this.Text35.Indicator = 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);
            // 
            // Text36
            // 
            this.Text36 = new Stimulsoft.Report.Components.StiText();
            this.Text36.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14.8, 1.6, 4.2, 0.4);
            this.Text36.Name = "Text36";
            this.Text36.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text36__GetValue);
            this.Text36.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text36.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text36.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text36.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text36.Font = new System.Drawing.Font("Arial", 8F);
            this.Text36.Guid = null;
            this.Text36.Indicator = 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);
            // 
            // Text37
            // 
            this.Text37 = new Stimulsoft.Report.Components.StiText();
            this.Text37.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14.8, 2, 4.2, 0.4);
            this.Text37.Name = "Text37";
            this.Text37.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text37__GetValue);
            this.Text37.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text37.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text37.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text37.Font = new System.Drawing.Font("Arial", 8F);
            this.Text37.Guid = null;
            this.Text37.Indicator = 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);
            // 
            // Text38
            // 
            this.Text38 = new Stimulsoft.Report.Components.StiText();
            this.Text38.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14.8, 2.4, 4.2, 0.4);
            this.Text38.Name = "Text38";
            this.Text38.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text38__GetValue);
            this.Text38.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text38.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text38.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text38.Font = new System.Drawing.Font("Arial", 8F);
            this.Text38.Guid = null;
            this.Text38.Indicator = 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);
            // 
            // Text39
            // 
            this.Text39 = new Stimulsoft.Report.Components.StiText();
            this.Text39.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14.8, 2.8, 4.2, 0.4);
            this.Text39.Name = "Text39";
            this.Text39.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text39__GetValue);
            this.Text39.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text39.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text39.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text39.Font = new System.Drawing.Font("Arial", 8F);
            this.Text39.Guid = null;
            this.Text39.Indicator = 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);
            // 
            // Text350
            // 
            this.Text350 = new Stimulsoft.Report.Components.StiText();
            this.Text350.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2.8, 2.4, 0.4);
            this.Text350.Guid = "10a5313868f94ec8acc27c22e97bd1c3";
            this.Text350.Name = "Text350";
            this.Text350.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text350__GetValue);
            this.Text350.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text350.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text350.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), false);
            this.Text350.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text350.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
            this.Text350.Indicator = null;
            this.Text350.Interaction = null;
            this.Text350.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text350.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text350.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text351
            // 
            this.Text351 = new Stimulsoft.Report.Components.StiText();
            this.Text351.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.4, 2.8, 7.8, 0.4);
            this.Text351.Guid = "f6ea8941342b465da5e95ed0dabddb9a";
            this.Text351.Name = "Text351";
            this.Text351.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text351__GetValue);
            this.Text351.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text351.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text351.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text351.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text351.Font = new System.Drawing.Font("Arial", 8F);
            this.Text351.Indicator = null;
            this.Text351.Interaction = null;
            this.Text351.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text351.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text351.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // HorizontalLinePrimitive4
            // 
            this.HorizontalLinePrimitive4 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 19, 0.0254);
            this.HorizontalLinePrimitive4.Color = System.Drawing.Color.MidnightBlue;
            this.HorizontalLinePrimitive4.Guid = "0a5621a060264658a19c964534e6865e";
            this.HorizontalLinePrimitive4.Name = "HorizontalLinePrimitive4";
            this.HorizontalLinePrimitive4.Size = 2F;
            this.HorizontalLinePrimitive4.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive4.Interaction = null;
            this.HorizontalLinePrimitive4.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            // 
            // HorizontalLinePrimitive3
            // 
            this.HorizontalLinePrimitive3 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.6, 19, 0.0254);
            this.HorizontalLinePrimitive3.Color = System.Drawing.Color.MidnightBlue;
            this.HorizontalLinePrimitive3.Guid = "de3b550b124c4d36b4e94309151ca335";
            this.HorizontalLinePrimitive3.Name = "HorizontalLinePrimitive3";
            this.HorizontalLinePrimitive3.Size = 2F;
            this.HorizontalLinePrimitive3.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive3.Interaction = null;
            this.HorizontalLinePrimitive3.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.DataBand1.DataRelationName = null;
            this.DataBand1.Guid = null;
            this.DataBand1.Interaction = null;
            this.DataBand1.MasterComponent = null;
            // 
            // DataBand18
            // 
            this.DataBand18 = new Stimulsoft.Report.Components.StiDataBand();
            this.DataBand18.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 8.4, 26, 2.2);
            this.DataBand18.Guid = "b8858333e3e64440b80410c576ddce29";
            this.DataBand18.Name = "DataBand18";
            this.DataBand18.Sort = new System.String[0];
            this.DataBand18.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), false);
            this.DataBand18.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text177
            // 
            this.Text177 = new Stimulsoft.Report.Components.StiText();
            this.Text177.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 19, 0.6);
            this.Text177.Guid = "ca5cc7d876174212a51856c27b696242";
            this.Text177.Name = "Text177";
            this.Text177.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text177__GetValue);
            this.Text177.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text177.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text177.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), false);
            this.Text177.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 210, 234, 240));
            this.Text177.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
            this.Text177.Indicator = null;
            this.Text177.Interaction = null;
            this.Text177.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text177.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 47, 54, 153));
            this.Text177.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text204
            // 
            this.Text204 = new Stimulsoft.Report.Components.StiText();
            this.Text204.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.8, 2.4, 0.4);
            this.Text204.Guid = "74a0d0e07e484f9b85e5bc56f1560cf9";
            this.Text204.Name = "Text204";
            this.Text204.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text204__GetValue);
            this.Text204.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text204.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text204.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), false);
            this.Text204.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text204.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
            this.Text204.Indicator = null;
            this.Text204.Interaction = null;
            this.Text204.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text204.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text204.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text229
            // 
            this.Text229 = new Stimulsoft.Report.Components.StiText();
            this.Text229.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.4, 0.8, 16.6, 0.4);
            this.Text229.Guid = "1fe159214ab04d1bb81bce7c25ed67f0";
            this.Text229.Name = "Text229";
            this.Text229.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text229__GetValue);
            this.Text229.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text229.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text229.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text229.Font = new System.Drawing.Font("Arial", 8F);
            this.Text229.Indicator = null;
            this.Text229.Interaction = null;
            this.Text229.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text229.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text229.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(2.4, 1.2, 16.6, 0.4);
            this.Text42.Name = "Text42";
            this.Text42.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text42__GetValue);
            this.Text42.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text42.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text42.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text42.Font = new System.Drawing.Font("Arial", 8F);
            this.Text42.Guid = null;
            this.Text42.Indicator = 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);
            // 
            // Text16
            // 
            this.Text16 = new Stimulsoft.Report.Components.StiText();
            this.Text16.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 1.2, 2.4, 0.4);
            this.Text16.Guid = "b61ad8967bbc49ffb1d151c3ab03cf35";
            this.Text16.Name = "Text16";
            this.Text16.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text16__GetValue);
            this.Text16.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text16.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text16.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), false);
            this.Text16.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text16.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
            this.Text16.Indicator = 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);
            // 
            // Text17
            // 
            this.Text17 = new Stimulsoft.Report.Components.StiText();
            this.Text17.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 1.6, 2.4, 0.4);
            this.Text17.Guid = "ffaeac5ec4144b8cb280b8a08e9e3c1b";
            this.Text17.Name = "Text17";
            this.Text17.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text17__GetValue);
            this.Text17.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text17.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            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), false);
            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.Indicator = null;
            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);
            // 
            // Text44
            // 
            this.Text44 = new Stimulsoft.Report.Components.StiText();
            this.Text44.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.4, 1.6, 16.6, 0.4);
            this.Text44.Name = "Text44";
            this.Text44.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text44__GetValue);
            this.Text44.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text44.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text44.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text44.Font = new System.Drawing.Font("Arial", 8F);
            this.Text44.Guid = null;
            this.Text44.Indicator = 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);
            // 
            // HorizontalLinePrimitive23
            // 
            this.HorizontalLinePrimitive23 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive23.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.6, 19, 0.0254);
            this.HorizontalLinePrimitive23.Color = System.Drawing.Color.MidnightBlue;
            this.HorizontalLinePrimitive23.Guid = "4aa5903791a84d8097f98c29fe0821c4";
            this.HorizontalLinePrimitive23.Name = "HorizontalLinePrimitive23";
            this.HorizontalLinePrimitive23.Size = 2F;
            this.HorizontalLinePrimitive23.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive23.Interaction = null;
            this.HorizontalLinePrimitive23.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            // 
            // HorizontalLinePrimitive25
            this.InitializeComponent2();
        }
        
        public void InitializeComponent2()
        {
            // 
            this.HorizontalLinePrimitive25 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive25.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 19, 0.0254);
            this.HorizontalLinePrimitive25.Color = System.Drawing.Color.MidnightBlue;
            this.HorizontalLinePrimitive25.Guid = "3992746f47824ba982c9c054b5c3d468";
            this.HorizontalLinePrimitive25.Name = "HorizontalLinePrimitive25";
            this.HorizontalLinePrimitive25.Size = 2F;
            this.HorizontalLinePrimitive25.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive25.Interaction = null;
            this.HorizontalLinePrimitive25.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.DataBand18.DataRelationName = null;
            this.DataBand18.Interaction = null;
            this.DataBand18.MasterComponent = null;
            // 
            // DataBand19
            // 
            this.DataBand19 = new Stimulsoft.Report.Components.StiDataBand();
            this.DataBand19.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 11.4, 26, 0.6);
            this.DataBand19.Guid = "3dbf0b8a1fcc44c9bb5a42f324aec4da";
            this.DataBand19.Name = "DataBand19";
            this.DataBand19.Sort = new System.String[0];
            this.DataBand19.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), false);
            this.DataBand19.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text40
            // 
            this.Text40 = new Stimulsoft.Report.Components.StiText();
            this.Text40.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 19, 0.6);
            this.Text40.Guid = "76fca4f8421e4b439d5cc4625fe70800";
            this.Text40.Name = "Text40";
            this.Text40.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text40__GetValue);
            this.Text40.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text40.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            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), false);
            this.Text40.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 210, 234, 240));
            this.Text40.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
            this.Text40.Indicator = 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.FromArgb(255, 47, 54, 153));
            this.Text40.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // HorizontalLinePrimitive26
            // 
            this.HorizontalLinePrimitive26 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive26.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 19, 0.0254);
            this.HorizontalLinePrimitive26.Color = System.Drawing.Color.MidnightBlue;
            this.HorizontalLinePrimitive26.Guid = "3cbecc0cdf174309bad987f6b56a04dc";
            this.HorizontalLinePrimitive26.Name = "HorizontalLinePrimitive26";
            this.HorizontalLinePrimitive26.Size = 2F;
            this.HorizontalLinePrimitive26.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive26.Interaction = null;
            this.HorizontalLinePrimitive26.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.DataBand19.DataRelationName = null;
            this.DataBand19.Interaction = null;
            this.DataBand19.MasterComponent = null;
            // 
            // DataBand48
            // 
            this.DataBand48 = new Stimulsoft.Report.Components.StiDataBand();
            this.DataBand48.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12.8, 26, 1.4);
            this.DataBand48.Guid = "cd52ef436efa436b9ab0f6d74b38799c";
            this.DataBand48.Name = "DataBand48";
            this.DataBand48.Sort = new System.String[0];
            this.DataBand48.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), false);
            this.DataBand48.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text247
            // 
            this.Text247 = new Stimulsoft.Report.Components.StiText();
            this.Text247.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 4.8, 0.4);
            this.Text247.Guid = "9f087e04969142d9a72d705c5cc9cd95";
            this.Text247.Name = "Text247";
            this.Text247.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text247__GetValue);
            this.Text247.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text247.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text247.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), false);
            this.Text247.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text247.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
            this.Text247.Indicator = null;
            this.Text247.Interaction = null;
            this.Text247.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text247.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text247.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text248
            // 
            this.Text248 = new Stimulsoft.Report.Components.StiText();
            this.Text248.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.6, 4.6, 0.4);
            this.Text248.Guid = "57c88d4214ea4cc0ba24bf30a7f8ce04";
            this.Text248.Name = "Text248";
            this.Text248.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text248__GetValue);
            this.Text248.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text248.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text248.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), false);
            this.Text248.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text248.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
            this.Text248.Indicator = null;
            this.Text248.Interaction = null;
            this.Text248.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text248.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text248.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text249
            // 
            this.Text249 = new Stimulsoft.Report.Components.StiText();
            this.Text249.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 1, 4.6, 0.4);
            this.Text249.Guid = "f0a9241de2824b488847618e47340045";
            this.Text249.Name = "Text249";
            this.Text249.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text249__GetValue);
            this.Text249.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text249.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text249.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), false);
            this.Text249.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text249.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
            this.Text249.Indicator = null;
            this.Text249.Interaction = null;
            this.Text249.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text249.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text249.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text250
            // 
            this.Text250 = new Stimulsoft.Report.Components.StiText();
            this.Text250.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.6, 0.2, 14.4, 0.4);
            this.Text250.Guid = "6b9f0a2cd8a543608ae65641a62bf063";
            this.Text250.Name = "Text250";
            this.Text250.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text250__GetValue);
            this.Text250.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text250.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text250.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text250.Font = new System.Drawing.Font("Arial", 8F);
            this.Text250.Indicator = null;
            this.Text250.Interaction = null;
            this.Text250.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text250.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text250.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text251
            // 
            this.Text251 = new Stimulsoft.Report.Components.StiText();
            this.Text251.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.6, 0.6, 14.4, 0.4);
            this.Text251.Guid = "0b496f2a60384000b243c44ba6d12bfc";
            this.Text251.Name = "Text251";
            this.Text251.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text251__GetValue);
            this.Text251.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text251.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text251.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text251.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text251.Font = new System.Drawing.Font("Arial", 8F);
            this.Text251.Indicator = null;
            this.Text251.Interaction = null;
            this.Text251.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text251.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text251.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text252
            // 
            this.Text252 = new Stimulsoft.Report.Components.StiText();
            this.Text252.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(4.6, 1, 14.4, 0.4);
            this.Text252.Guid = "5dd4f358394042019f293f79bcdb75ac";
            this.Text252.Name = "Text252";
            this.Text252.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text252__GetValue);
            this.Text252.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text252.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text252.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text252.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text252.Font = new System.Drawing.Font("Arial", 8F);
            this.Text252.Indicator = null;
            this.Text252.Interaction = null;
            this.Text252.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text252.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text252.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // HorizontalLinePrimitive24
            // 
            this.HorizontalLinePrimitive24 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive24.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 19, 0.0254);
            this.HorizontalLinePrimitive24.Color = System.Drawing.Color.MidnightBlue;
            this.HorizontalLinePrimitive24.Guid = "ad3843aa5a344292b3bc80642039371c";
            this.HorizontalLinePrimitive24.Name = "HorizontalLinePrimitive24";
            this.HorizontalLinePrimitive24.Size = 2F;
            this.HorizontalLinePrimitive24.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive24.Interaction = null;
            this.HorizontalLinePrimitive24.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.DataBand48.DataRelationName = null;
            this.DataBand48.Interaction = null;
            this.DataBand48.MasterComponent = null;
            // 
            // DataBand2
            // 
            this.DataBand2 = new Stimulsoft.Report.Components.StiDataBand();
            this.DataBand2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 15, 26, 0.8);
            this.DataBand2.Guid = "bfe5b31e543b463099f56b2c704c9a0c";
            this.DataBand2.Name = "DataBand2";
            this.DataBand2.Sort = new System.String[0];
            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), false);
            this.DataBand2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text127
            // 
            this.Text127 = new Stimulsoft.Report.Components.StiText();
            this.Text127.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 19, 0.6);
            this.Text127.Guid = "e2d04bbcf91d4316ba33c5fc09822b93";
            this.Text127.Name = "Text127";
            this.Text127.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text127__GetValue);
            this.Text127.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text127.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text127.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), false);
            this.Text127.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 210, 234, 240));
            this.Text127.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
            this.Text127.Indicator = null;
            this.Text127.Interaction = null;
            this.Text127.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text127.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 47, 54, 153));
            this.Text127.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // HorizontalLinePrimitive27
            // 
            this.HorizontalLinePrimitive27 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive27.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 19, 0.0254);
            this.HorizontalLinePrimitive27.Color = System.Drawing.Color.MidnightBlue;
            this.HorizontalLinePrimitive27.Guid = "d3c78fe6e3c149cbb75adc2f9433ba65";
            this.HorizontalLinePrimitive27.Name = "HorizontalLinePrimitive27";
            this.HorizontalLinePrimitive27.Size = 2F;
            this.HorizontalLinePrimitive27.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive27.Interaction = null;
            this.HorizontalLinePrimitive27.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            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, 16.6, 26, 1.81);
            this.DataBand3.DataSourceName = "Questionnaire";
            this.DataBand3.FilterOn = false;
            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), false);
            this.DataBand3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.DataBand3.BusinessObjectGuid = null;
            // 
            // Text15
            // 
            this.Text15 = new Stimulsoft.Report.Components.StiText();
            this.Text15.AutoWidth = true;
            this.Text15.CanGrow = true;
            this.Text15.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.8, 19, 0.6);
            this.Text15.GrowToHeight = true;
            this.Text15.Name = "Text15";
            this.Text15.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text15__GetValue);
            this.Text15.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            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), false);
            this.Text15.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text15.Font = new System.Drawing.Font("Arial", 8F);
            this.Text15.Guid = null;
            this.Text15.Indicator = null;
            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, true, 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, 0.2, 19, 0.6);
            this.Text18.Name = "Text18";
            this.Text18.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text18__GetValue);
            this.Text18.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            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), false);
            this.Text18.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text18.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
            this.Text18.Guid = null;
            this.Text18.Indicator = 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.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // HorizontalLinePrimitive28
            // 
            this.HorizontalLinePrimitive28 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive28.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 19, 0.0254);
            this.HorizontalLinePrimitive28.Color = System.Drawing.Color.MidnightBlue;
            this.HorizontalLinePrimitive28.Guid = "a6037a67f25b487e96133c155e82f553";
            this.HorizontalLinePrimitive28.Name = "HorizontalLinePrimitive28";
            this.HorizontalLinePrimitive28.Size = 2F;
            this.HorizontalLinePrimitive28.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive28.Interaction = null;
            this.HorizontalLinePrimitive28.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.DataBand3.DataRelationName = null;
            this.DataBand3.Guid = null;
            this.DataBand3.Interaction = null;
            this.DataBand3.MasterComponent = null;
            // 
            // DataBand7
            // 
            this.DataBand7 = new Stimulsoft.Report.Components.StiDataBand();
            this.DataBand7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 19.21, 26, 3.35);
            this.DataBand7.ColumnDirection = Stimulsoft.Report.Components.StiColumnDirection.DownThenAcross;
            this.DataBand7.Columns = 14;
            this.DataBand7.DataSourceName = "QuestionnaireSubForms";
            this.DataBand7.Name = "DataBand7";
            this.DataBand7.Sort = new System.String[0];
            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), false);
            this.DataBand7.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.DataBand7.BusinessObjectGuid = null;
            // 
            // Text68
            // 
            this.Text68 = new Stimulsoft.Report.Components.StiText();
            this.Text68.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.04, 0.25, 1.28, 1.02);
            this.Text68.Name = "Text68";
            this.Text68.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text68__GetValue);
            this.Text68.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text68.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), false);
            this.Text68.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.DarkGray);
            this.Text68.Font = new System.Drawing.Font("Arial", 8F);
            this.Text68.Guid = null;
            this.Text68.Indicator = 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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text69
            // 
            this.Text69 = new Stimulsoft.Report.Components.StiText();
            this.Text69.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.05, 1.31, 1.27, 1.96);
            this.Text69.Name = "Text69";
            this.Text69.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text69__GetValue);
            this.Text69.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            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), false);
            this.Text69.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text69.Font = new System.Drawing.Font("Arial", 8F);
            this.Text69.Guid = null;
            this.Text69.Indicator = 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);
            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, 23.36, 26, 1.44);
            this.DataBand8.DataSourceName = "QuestionnaireDetails";
            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), false);
            this.DataBand8.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.DataBand8.BusinessObjectGuid = null;
            // 
            // Text67
            // 
            this.Text67 = new Stimulsoft.Report.Components.StiText();
            this.Text67.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.02, 2.94, 1.4);
            this.Text67.Name = "Text67";
            this.Text67.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text67__GetValue);
            this.Text67.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text67.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), false);
            this.Text67.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.DimGray);
            this.Text67.Font = new System.Drawing.Font("Arial", 8F);
            this.Text67.Guid = null;
            this.Text67.Indicator = 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, 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(2.93, 0.01, 2.88, 1.42);
            this.Text70.Guid = "e03cc19c8aec426ebafb2b0adbef80a4";
            this.Text70.Name = "Text70";
            this.Text70.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text70__GetValue);
            this.Text70.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text70.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), false);
            this.Text70.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text70.Font = new System.Drawing.Font("Arial", 8F);
            this.Text70.Indicator = 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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text71
            // 
            this.Text71 = new Stimulsoft.Report.Components.StiText();
            this.Text71.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.82, 0.01, 2.93, 1.43);
            this.Text71.Guid = "f51f07665b904d6b8797a148a8c5f155";
            this.Text71.Name = "Text71";
            this.Text71.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text71__GetValue);
            this.Text71.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text71.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), false);
            this.Text71.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text71.Font = new System.Drawing.Font("Arial", 8F);
            this.Text71.Indicator = 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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text73
            // 
            this.Text73 = new Stimulsoft.Report.Components.StiText();
            this.Text73.CanShrink = true;
            this.Text73.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8.77, 0.02, 2.91, 1.42);
            this.Text73.Guid = "174301bfe48246feb5a84b4e96a9ce54";
            this.Text73.Name = "Text73";
            this.Text73.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text73__GetValue);
            this.Text73.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text73.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), false);
            this.Text73.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text73.Font = new System.Drawing.Font("Arial", 8F);
            this.Text73.Indicator = 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.CanShrink = true;
            this.Text74.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(11.69, 0, 2.94, 1.44);
            this.Text74.Guid = "07cc545376b2483685b9ed5b1f2a26a4";
            this.Text74.Name = "Text74";
            this.Text74.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text74__GetValue);
            this.Text74.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text74.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), false);
            this.Text74.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text74.Font = new System.Drawing.Font("Arial", 8F);
            this.Text74.Indicator = 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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text75
            // 
            this.Text75 = new Stimulsoft.Report.Components.StiText();
            this.Text75.CanShrink = true;
            this.Text75.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14.65, 0.01, 2.98, 1.42);
            this.Text75.Guid = "f070b7a57f4447d6a81a6a6338093892";
            this.Text75.Name = "Text75";
            this.Text75.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text75__GetValue);
            this.Text75.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text75.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), false);
            this.Text75.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text75.Font = new System.Drawing.Font("Arial", 8F);
            this.Text75.Indicator = 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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.DataBand8.DataRelationName = null;
            this.DataBand8.Guid = null;
            this.DataBand8.Interaction = null;
            this.DataBand8.MasterComponent = null;
            this.Page1.ExcelSheetValue = null;
            this.Page1.Interaction = null;
            this.Page1.Margins = new Stimulsoft.Report.Components.StiMargins(1, 1, 1, 1);
            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));
            // 
            // PhotosPage
            // 
            this.PhotosPage = new Stimulsoft.Report.Components.StiPage();
            this.PhotosPage.BeforePrint += new System.EventHandler(this.PhotosPage_Conditions);
            this.PhotosPage.Guid = "a673c4ebe2124e5e98e48d16a1a37fd3";
            this.PhotosPage.Name = "PhotosPage";
            this.PhotosPage.PageHeight = 29.7;
            this.PhotosPage.PageWidth = 21;
            this.PhotosPage.PaperSize = System.Drawing.Printing.PaperKind.A4;
            this.PhotosPage.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), false);
            this.PhotosPage.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // PageFooterBand3
            // 
            this.PageFooterBand3 = new Stimulsoft.Report.Components.StiPageFooterBand();
            this.PageFooterBand3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 26.7, 19, 1);
            this.PageFooterBand3.Guid = "906d611bd6314f72af89590fd69787f6";
            this.PageFooterBand3.Name = "PageFooterBand3";
            this.PageFooterBand3.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), false);
            this.PageFooterBand3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text183
            // 
            this.Text183 = new Stimulsoft.Report.Components.StiText();
            this.Text183.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8.4, 0.4, 2.6, 0.4);
            this.Text183.Guid = "1d330aad98d1499fa844a02c8494b828";
            this.Text183.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text183.Name = "Text183";
            this.Text183.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text183__GetValue);
            this.Text183.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text183.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text183.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text183.Font = new System.Drawing.Font("Arial", 9F);
            this.Text183.Indicator = null;
            this.Text183.Interaction = null;
            this.Text183.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text183.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text183.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Image8
            // 
            this.Image8 = new Stimulsoft.Report.Components.StiImage();
            this.Image8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0.23, 7, 0.8);
            this.Image8.BeforePrint += new System.EventHandler(this.Image8_Conditions);
            this.Image8.Guid = "24d2669847fd4baa8c05ad23ec97d75c";
            this.Image8.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Right;
            this.Image8.Image = StiImageConverter.StringToImage("iVBORw0KGgoAAAANSUhEUgAAAN8AAAAeCAIAAAAjL1xqAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAXEQAAFxEByibzPwAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAnCSURBVHhe7ZhbbFXHFYbHAaUXmjZSH/qUvqDS0KpCStSXqKmriFIppYFCo6I0waGQIgLGmFIMgYATNwRisE0M2IAvXIyPMRcTgwnXpIAaQinYGAy+YGzA2ICDDTiogJrS75x/Mx2fcyjGGAVF+9fS1po1a9ZaM/PvOXuOueXDx8MKn50+Hl747HywGFrWlF5xyWv4uEf47HyA+Hr2CZNTb1Y0xm4555l83At8dvY8iqov982v23fu2sLcwKM51Wb1GVPU/I3i5n3n/+V5+OgafHb2MGZ93GAyT5is2phlJyfl7Fi0ZOkv8g6YDRdM6aWYsrZpFVc8Px9dgM/OHkNs4CSnZk3tyWF5/4hZVmfyGzg1++UeSsvInLpk3SObW82Oq0jfnW2N1/7tjfHxf+Gzswewvb69V+oRk3bUvH980IYTGzdtTinYHQM7A+fM+vMm0PjX9OzZqZmPbmoym1pN6WePb2srarrhDfZxZ/jsvC/sO/t545UbHR2fD19ZATXNkhrDqbm8KrB2fdbqjWb1KfPBZ0GCLj8+I3Xpm7PeGpe5gUuSWXPWrDufXu9/ht4FPju7CUjZN/u4mVvee/6RvEMtnx44+Hrh4ZjsOpN7yqw6bVbUw85lOfk/gLWcqRnHzOLq+LQ106bPSExO/c6G08FDtKw99uC1uoYzE+ITAoG1XlwfDnx2dhMrDl145L1yM6/CLKiMyahKLz28d9/f55ccCB2NTWZdi1nblLzqQ25FiYs2msxKEyLuC0s/mpw0Mz5x6i/XVwS/QTc3FH+4e2rS9B07d3lxfTi4Z3YeDqGjo8NtWlh7bW0tzebmFjUF6wOkA9cnbJQcLGzwMET22vhRjS0tLVKA6xCWHUU+FrILN" +
"27c2F91pldapcmoMouqTXbt+MDhXbv/Vli62xScNiUXzZY2EzibklXMrSh5YZ5ZVinifm/N0fg33x3z2tixc5c89dTTXrjbUA0uZLfFu3CXLtLB64i2F3LGjh6ZEcjtS0cndlJ0WdnWPXv2eu1oeOaZnyFMgFkNGvQrNV3JyFiI2/jxE9BzcnI1SpCD5i8dGTnyVUsRd5T0MKE8ebpQFzG9dmgihMXIM8xC2G5nZ77W+Ysv/nO26dy+ipO9Fh0Pnouhf91/X1ixZev2VSXbTVGD2X4l+BmaUTUha8u89xa8PTftJ/kHTXFL6GLU/NrrE/v06ZOQkKBogMhRk2oKbs2uaLXZssi9wKLlcuclKBp29KhJhw37ncvmLwud2MkEUlLeoTLNOSpUPdPDE4W52Q1juHrRI1cEqJexWh1Ea0ooOdhRUF+9do0oCYsWNAzYEWJ67RCoiolgV3BLVuzKjn6n7Gw2CmJj2mhFRf/7QISd9acaPjpU3Wt5XfBcLDhr1jb/uDB4Z+dW9HigxqQfM4tOmKV1Q5fvSXlnLreil3N3fmv9yaGvjBk+/EVjTHl5uRfr9uq5U0ZRhZBMNbvTxyh/dFWelDRNe8FTy0XNttfdCzdaWC9JtVauPwFp4kkKmqRGZ91UKjrLwhM7bvho3bCwkjwxatnpkpFeKkRo8qQXRdFo6qUC4WcnIwmhWUUFdSNkIlzYHEBYL08crNheIF0sRLTrNiaVaGMoxg6nNuxK5EIRiOm1b8Oe7i41sSs7XbYMLYfNjsg/FMb7chAsdcDF1lbYWXW8esenR83KWlPUHPzXffOl3sUNsHNVQWBazlaTVRs8Vlee/m7BsZkpc6f8JemJJ77//PODn3tu4IABA7xAISipXhXq9PKFQFKe9FKhnIFeIZed+KgLyB9Bt/NSF3CjRfay5ljc91A0YhRLSl7owROjlghndNXPkykQQXZ0+bPCjCUCTVszw9XETpOxTJxRdpE7sZOgCJnw8EwRXy10IQqH4s4KhPVSFooV2" +
"wukM4RVsHb5KCZN5mbHimdRXxs73Gs7sATlaacQNTueNjuCQlP+cpC487XsrDhSyZ3dFNab0ktm22WuOz/NP5xbUMydPSm3zOTXhf5Cahk/Z/GoUaNh50t/eOWxx76dn5/vBQpBSRXfVmiThlmsuG+1uwLuHO281AXUqwmqN1Lc95DVg0bS2RQYgoKD3HjCKinYCY4/Ck2VRGp4hQO5tB0Y0RUTBQfoKxLbQwF0YicjmS3pNV5Q9XZu6MoqEustEdhg9aoOFHdFgHoZC6TLroxkl6JaiaBVELC4Q1zITkyv3RmRlYRlZwroZGdd5MmqySIHQW5unCtXrrrs5M7ee10jZ6dZzOfmsa9ll2flFnBnn5O12hTWjBg3ZUJ8wuDBL/Tr98MRI17iZ729vd0LFILeE3dvgEqiSzWzfxQgUT3yj6xNU0DQI1dAvdjR1cvTRqaXHZSnQBa9BgAHbbqCoOhpFZWqJj4oIrSeOh0xklFbptQoLLgIii50Yqc4QR08PZNDHYxaLG2b3hUEI10IdjXppYmurBbypyZNAJGdihVZwihLdEVGqFtNDXEhT1uGxOuLVklkdgWXyFMWnopmy9NyC5Hs5M7+6+z9wT84M09wi/9mXmXasgLu7EOHDmPsGzNmPflk/8G/GfLssz+Pi4vzotwGZdgFDEuqny8UjJ5351mIKHKQqKnXmxmhawclSiQeyDlsp8KgowFPeMm+M5zaeCo+XXKTosLUtJ5MASJpPbHjg8ITNxRlxwFP1gFd6MTOqMAbvjKeyhiPYl8sUtJESEChKJb4KDSV3kLODEekex1OKESj3OCaAOKWbqGuMPH6olXSlez42Fnb7LjJX7h+/XokO7mzzy7ca7JqzPLgLX70klLYyX4MGfLb+ImT+Fl/+ZU4Ds6SkhIvigNbBkkRFGpQUtVslxeEzQKCqmmrdZ21COyRwiL2NYu6U5Fg5RliV8DV7VgpeEph1gTH0+6adHp5Mlx2FOaCQuUQLOTo4e7s9HEn3Lx5Myo7ubPPX" +
"vOxyauNS5oz+c9TuaqzT3xxvjpqdP/+P4KdsbGxXoivNHRGeo27gdeGU9byWPDZeV+42tERlZ3c2UfGjeJHfHZyyvgJCexT4uQpAwcOnDQp0X7AfeWhM9Jr3A3uEWvhs/N+0X75clR2Qk1kftrCP40dBzunTZ/Bz/onn+z3hvnoAnx29gAutbWFsXNVQUDs5M4+fPiLI0fGJb+VUlxc7A3w0TX47OwZXGxtddmZ8f5iqDnqj2NS56dzcHLt8Px83At8dvYYzp+/YNmZuiADdk5/YyZXosiPfR9dhM/OnkRNbZ3YOefdebBz0wel27Zt96nZbfjs7GFUHDkKO2cnvw07KyuPelYf3YLPzp7HPw+VT0xI3LVrt9f20V347HwgaGhs9DQf9wGfnT4eVty69V8EUot+RUAVMAAAAABJRU5ErkJggg==");
            this.Image8.Name = "Image8";
            this.Image8.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), false);
            this.Image8.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Image8.Interaction = null;
            // 
            // Text63
            // 
            this.Text63 = new Stimulsoft.Report.Components.StiText();
            this.Text63.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.2, 0.5, 7.6, 0.4);
            this.Text63.BeforePrint += new System.EventHandler(this.Text63_Conditions);
            this.Text63.Enabled = false;
            this.Text63.Guid = "638ce33757de4ed1b428e3fbdf5fe5ec";
            this.Text63.Name = "Text63";
            this.Text63.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text63__GetValue);
            this.Text63.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            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), false);
            this.Text63.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text63.Font = new System.Drawing.Font("Arial", 8F);
            this.Text63.Indicator = 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.PageFooterBand3.Interaction = null;
            // 
            // ReportTitleBand3
            // 
            this.ReportTitleBand3 = new Stimulsoft.Report.Components.StiReportTitleBand();
            this.ReportTitleBand3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.4, 19, 2.4);
            this.ReportTitleBand3.Guid = "cce0197b90ff407999f540f25417ce93";
            this.ReportTitleBand3.Name = "ReportTitleBand3";
            this.ReportTitleBand3.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), false);
            this.ReportTitleBand3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text141
            // 
            this.Text141 = new Stimulsoft.Report.Components.StiText();
            this.Text141.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9.2, 0, 9.8, 0.4);
            this.Text141.Guid = "3eb986ae0381479c94a51016d47fbf70";
            this.Text141.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text141.Name = "Text141";
            this.Text141.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text141__GetValue);
            this.Text141.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text141.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), false);
            this.Text141.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text141.Font = new System.Drawing.Font("Arial", 8.25F);
            this.Text141.Indicator = null;
            this.Text141.Interaction = null;
            this.Text141.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text141.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text141.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text142
            // 
            this.Text142 = new Stimulsoft.Report.Components.StiText();
            this.Text142.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9.2, 1, 9.8, 0.4);
            this.Text142.Guid = "e14e5d1fb3ff41c996e838365911ff5b";
            this.Text142.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text142.Name = "Text142";
            this.Text142.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text142__GetValue);
            this.Text142.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text142.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), false);
            this.Text142.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text142.Font = new System.Drawing.Font("Arial", 8.25F);
            this.Text142.Indicator = null;
            this.Text142.Interaction = null;
            this.Text142.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text142.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text142.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text143
            // 
            this.Text143 = new Stimulsoft.Report.Components.StiText();
            this.Text143.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14.3, 1.4, 2.1, 0.4);
            this.Text143.Guid = "d7bfacb34843437782ffc866818ddb1f";
            this.Text143.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text143.Name = "Text143";
            this.Text143.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text143__GetValue);
            this.Text143.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text143.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), false);
            this.Text143.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text143.Font = new System.Drawing.Font("Arial", 8.25F);
            this.Text143.Indicator = null;
            this.Text143.Interaction = null;
            this.Text143.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text143.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text143.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text144
            // 
            this.Text144 = new Stimulsoft.Report.Components.StiText();
            this.Text144.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.9, 1.4, 2.1, 0.4);
            this.Text144.Guid = "bcfe71fe8165401ab1a64268fb02d5d6";
            this.Text144.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text144.Name = "Text144";
            this.Text144.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text144__GetValue);
            this.Text144.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text144.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), false);
            this.Text144.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text144.Font = new System.Drawing.Font("Arial", 8.25F);
            this.Text144.Indicator = null;
            this.Text144.Interaction = null;
            this.Text144.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text144.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text144.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text145
            // 
            this.Text145 = new Stimulsoft.Report.Components.StiText();
            this.Text145.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(15.8, 1.8, 3.2, 0.4);
            this.Text145.BeforePrint += new System.EventHandler(this.Text145_Conditions);
            this.Text145.Guid = "0b67e7eb2cb0490bb72a54276ef07fcf";
            this.Text145.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text145.Name = "Text145";
            this.Text145.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text145__GetValue);
            this.Text145.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text145.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), false);
            this.Text145.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text145.Font = new System.Drawing.Font("Arial", 8.25F);
            this.Text145.Indicator = null;
            this.Text145.Interaction = null;
            this.Text145.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text145.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text145.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text146
            // 
            this.Text146 = new Stimulsoft.Report.Components.StiText();
            this.Text146.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.9, 0.4, 2.1, 0.4);
            this.Text146.Guid = "95f02a34c09143edb7dab4ee9e02a7d9";
            this.Text146.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text146.Name = "Text146";
            this.Text146.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text146__GetValue);
            this.Text146.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text146.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), false);
            this.Text146.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text146.Font = new System.Drawing.Font("Arial", 6F);
            this.Text146.Indicator = null;
            this.Text146.Interaction = null;
            this.Text146.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text146.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text146.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text147
            // 
            this.Text147 = new Stimulsoft.Report.Components.StiText();
            this.Text147.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14, 1.4, 0.3, 0.4);
            this.Text147.Guid = "d327b3de6a044583969c4e388aad2bee";
            this.Text147.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text147.Name = "Text147";
            this.Text147.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text147__GetValue);
            this.Text147.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text147.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), false);
            this.Text147.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text147.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
            this.Text147.Indicator = null;
            this.Text147.Interaction = null;
            this.Text147.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text147.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text147.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text148
            // 
            this.Text148 = new Stimulsoft.Report.Components.StiText();
            this.Text148.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.6, 1.4, 0.3, 0.4);
            this.Text148.Guid = "dc9554c5a4ff42c282552325b52f2549";
            this.Text148.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text148.Name = "Text148";
            this.Text148.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text148__GetValue);
            this.Text148.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text148.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), false);
            this.Text148.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text148.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
            this.Text148.Indicator = null;
            this.Text148.Interaction = null;
            this.Text148.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text148.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text148.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text149
            // 
            this.Text149 = new Stimulsoft.Report.Components.StiText();
            this.Text149.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14, 0.4, 2.8, 0.4);
            this.Text149.Guid = "5842054141c74729beef14d1a1109342";
            this.Text149.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text149.Name = "Text149";
            this.Text149.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text149__GetValue);
            this.Text149.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text149.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), false);
            this.Text149.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text149.Font = new System.Drawing.Font("Arial", 6F);
            this.Text149.Indicator = null;
            this.Text149.Interaction = null;
            this.Text149.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text149.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text149.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Image2
            // 
            this.Image2 = new Stimulsoft.Report.Components.StiImage();
            this.Image2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 8.4, 2);
            this.Image2.DataColumn = "CompanyLogos.Logo";
            this.Image2.Guid = "541aa3b0524040978e82a9e1b24f732a";
            this.Image2.Name = "Image2";
            this.Image2.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), false);
            this.Image2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Image2.Image = null;
            this.Image2.Interaction = null;
            this.ReportTitleBand3.Interaction = null;
            // 
            // DataBand11
            // 
            this.DataBand11 = new Stimulsoft.Report.Components.StiDataBand();
            this.DataBand11.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 3.6, 19, 0.8);
            this.DataBand11.Guid = "b7a9acace6d34ab8ada43bdd01e8d8ec";
            this.DataBand11.Name = "DataBand11";
            this.DataBand11.Sort = new System.String[0];
            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), false);
            this.DataBand11.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text150
            // 
            this.Text150 = new Stimulsoft.Report.Components.StiText();
            this.Text150.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 19, 0.6);
            this.Text150.Guid = "6d96a9f873144da390d703cb030c8b8c";
            this.Text150.Name = "Text150";
            this.Text150.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text150__GetValue);
            this.Text150.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text150.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text150.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), false);
            this.Text150.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 210, 234, 240));
            this.Text150.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
            this.Text150.Indicator = null;
            this.Text150.Interaction = null;
            this.Text150.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text150.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 47, 54, 153));
            this.Text150.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // HorizontalLinePrimitive11
            // 
            this.HorizontalLinePrimitive11 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive11.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 19, 0.0254);
            this.HorizontalLinePrimitive11.Color = System.Drawing.Color.MidnightBlue;
            this.HorizontalLinePrimitive11.Guid = "15d6edb6303a4baab04b09258e113631";
            this.HorizontalLinePrimitive11.Name = "HorizontalLinePrimitive11";
            this.HorizontalLinePrimitive11.Size = 2F;
            this.HorizontalLinePrimitive11.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive11.Interaction = null;
            this.HorizontalLinePrimitive11.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            // 
            // HorizontalLinePrimitive12
            // 
            this.HorizontalLinePrimitive12 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive12.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.6, 19, 0.0254);
            this.HorizontalLinePrimitive12.Color = System.Drawing.Color.MidnightBlue;
            this.HorizontalLinePrimitive12.Guid = "03f5178b092542b4966d23814e38bd0a";
            this.HorizontalLinePrimitive12.Name = "HorizontalLinePrimitive12";
            this.HorizontalLinePrimitive12.Size = 2F;
            this.HorizontalLinePrimitive12.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive12.Interaction = null;
            this.HorizontalLinePrimitive12.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.DataBand11.Interaction = null;
            this.DataBand11.MasterComponent = null;
            // 
            // DataBand12
            // 
            this.DataBand12 = new Stimulsoft.Report.Components.StiDataBand();
            this.DataBand12.CanBreak = true;
            this.DataBand12.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 5.2, 19, 11);
            this.DataBand12.Columns = 2;
            this.DataBand12.DataSourceName = "JobImages";
            this.DataBand12.FilterOn = false;
            this.DataBand12.Guid = "965c4b50244149409943733d5d8f55a7";
            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), false);
            this.DataBand12.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.DataBand12.BusinessObjectGuid = null;
            // 
            // Image7
            // 
            this.Image7 = new Stimulsoft.Report.Components.StiImage();
            this.Image7.AspectRatio = true;
            this.Image7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.1, 0.2, 9.25, 6.9);
            this.Image7.DataColumn = "JobImages.JobImage";
            this.Image7.Guid = "7ffa6fb995a64ed0a3fe85356267fe60";
            this.Image7.Name = "Image7";
            this.Image7.Stretch = true;
            this.Image7.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), false);
            this.Image7.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Image7.Image = null;
            this.Image7.Interaction = null;
            // 
            // Text151
            // 
            this.Text151 = new Stimulsoft.Report.Components.StiText();
            this.Text151.CanBreak = true;
            this.Text151.CanGrow = true;
            this.Text151.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.1, 7.2, 8.4, 0.8);
            this.Text151.Guid = "c229068cbdb247b8b071a42d9ea8bbff";
            this.Text151.Name = "Text151";
            this.Text151.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text151__GetValue);
            this.Text151.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text151.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), false);
            this.Text151.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text151.Font = new System.Drawing.Font("Arial", 8F);
            this.Text151.Indicator = null;
            this.Text151.Interaction = null;
            this.Text151.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text151.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text151.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.DataBand12.DataRelationName = null;
            this.DataBand12.Interaction = null;
            this.DataBand12.MasterComponent = null;
            this.PhotosPage.ExcelSheetValue = null;
            this.PhotosPage.Interaction = null;
            this.PhotosPage.Margins = new Stimulsoft.Report.Components.StiMargins(1, 1, 1, 1);
            this.PhotosPage_Watermark = new Stimulsoft.Report.Components.StiWatermark();
            this.PhotosPage_Watermark.Font = new System.Drawing.Font("Arial", 100F);
            this.PhotosPage_Watermark.Image = null;
            this.PhotosPage_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
            // 
            // ScopeOfWorkPage
            // 
            this.ScopeOfWorkPage = new Stimulsoft.Report.Components.StiPage();
            this.ScopeOfWorkPage.BeforePrint += new System.EventHandler(this.ScopeOfWorkPage_Conditions);
            this.ScopeOfWorkPage.Guid = "20106bd075054228a38a07c22a0f4a94";
            this.ScopeOfWorkPage.Name = "ScopeOfWorkPage";
            this.ScopeOfWorkPage.PageHeight = 29.7;
            this.ScopeOfWorkPage.PageWidth = 21;
            this.ScopeOfWorkPage.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), false);
            this.ScopeOfWorkPage.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // PageFooterBand4
            // 
            this.PageFooterBand4 = new Stimulsoft.Report.Components.StiPageFooterBand();
            this.PageFooterBand4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 26.7, 19, 1);
            this.PageFooterBand4.Guid = "0bf6fe02e9ed455db8c8ba8aebba5cf0";
            this.PageFooterBand4.Name = "PageFooterBand4";
            this.PageFooterBand4.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), false);
            this.PageFooterBand4.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text189
            // 
            this.Text189 = new Stimulsoft.Report.Components.StiText();
            this.Text189.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8.2, 0.4, 2.6, 0.4);
            this.Text189.Guid = "9fdb75bb277c408991f4166b2b60804f";
            this.Text189.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text189.Name = "Text189";
            this.Text189.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text189__GetValue);
            this.Text189.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text189.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text189.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text189.Font = new System.Drawing.Font("Arial", 9F);
            this.Text189.Indicator = null;
            this.Text189.Interaction = null;
            this.Text189.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text189.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text189.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Image9
            // 
            this.Image9 = new Stimulsoft.Report.Components.StiImage();
            this.Image9.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.8, 0.1, 6.2, 0.8);
            this.Image9.BeforePrint += new System.EventHandler(this.Image9_Conditions);
            this.Image9.Guid = "aa640f939a0b4a029cbe3adb1b022111";
            this.Image9.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Right;
            this.Image9.Image = StiImageConverter.StringToImage("iVBORw0KGgoAAAANSUhEUgAAAN8AAAAeCAIAAAAjL1xqAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAXEQAAFxEByibzPwAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAnCSURBVHhe7ZhbbFXHFYbHAaUXmjZSH/qUvqDS0KpCStSXqKmriFIppYFCo6I0waGQIgLGmFIMgYATNwRisE0M2IAvXIyPMRcTgwnXpIAaQinYGAy+YGzA2ICDDTiogJrS75x/Mx2fcyjGGAVF+9fS1po1a9ZaM/PvOXuOueXDx8MKn50+Hl747HywGFrWlF5xyWv4uEf47HyA+Hr2CZNTb1Y0xm4555l83At8dvY8iqov982v23fu2sLcwKM51Wb1GVPU/I3i5n3n/+V5+OgafHb2MGZ93GAyT5is2phlJyfl7Fi0ZOkv8g6YDRdM6aWYsrZpFVc8Px9dgM/OHkNs4CSnZk3tyWF5/4hZVmfyGzg1++UeSsvInLpk3SObW82Oq0jfnW2N1/7tjfHxf+Gzswewvb69V+oRk3bUvH980IYTGzdtTinYHQM7A+fM+vMm0PjX9OzZqZmPbmoym1pN6WePb2srarrhDfZxZ/jsvC/sO/t545UbHR2fD19ZATXNkhrDqbm8KrB2fdbqjWb1KfPBZ0GCLj8+I3Xpm7PeGpe5gUuSWXPWrDufXu9/ht4FPju7CUjZN/u4mVvee/6RvEMtnx44+Hrh4ZjsOpN7yqw6bVbUw85lOfk/gLWcqRnHzOLq+LQ106bPSExO/c6G08FDtKw99uC1uoYzE+ITAoG1XlwfDnx2dhMrDl145L1yM6/CLKiMyahKLz28d9/f55ccCB2NTWZdi1nblLzqQ25FiYs2msxKEyLuC0s/mpw0Mz5x6i/XVwS/QTc3FH+4e2rS9B07d3lxfTi4Z3YeDqGjo8NtWlh7bW0tzebmFjUF6wOkA9cnbJQcLGzwMET22vhRjS0tLVKA6xCWHUU+FrILN" +
"27c2F91pldapcmoMouqTXbt+MDhXbv/Vli62xScNiUXzZY2EzibklXMrSh5YZ5ZVinifm/N0fg33x3z2tixc5c89dTTXrjbUA0uZLfFu3CXLtLB64i2F3LGjh6ZEcjtS0cndlJ0WdnWPXv2eu1oeOaZnyFMgFkNGvQrNV3JyFiI2/jxE9BzcnI1SpCD5i8dGTnyVUsRd5T0MKE8ebpQFzG9dmgihMXIM8xC2G5nZ77W+Ysv/nO26dy+ipO9Fh0Pnouhf91/X1ixZev2VSXbTVGD2X4l+BmaUTUha8u89xa8PTftJ/kHTXFL6GLU/NrrE/v06ZOQkKBogMhRk2oKbs2uaLXZssi9wKLlcuclKBp29KhJhw37ncvmLwud2MkEUlLeoTLNOSpUPdPDE4W52Q1juHrRI1cEqJexWh1Ea0ooOdhRUF+9do0oCYsWNAzYEWJ67RCoiolgV3BLVuzKjn6n7Gw2CmJj2mhFRf/7QISd9acaPjpU3Wt5XfBcLDhr1jb/uDB4Z+dW9HigxqQfM4tOmKV1Q5fvSXlnLreil3N3fmv9yaGvjBk+/EVjTHl5uRfr9uq5U0ZRhZBMNbvTxyh/dFWelDRNe8FTy0XNttfdCzdaWC9JtVauPwFp4kkKmqRGZ91UKjrLwhM7bvho3bCwkjwxatnpkpFeKkRo8qQXRdFo6qUC4WcnIwmhWUUFdSNkIlzYHEBYL08crNheIF0sRLTrNiaVaGMoxg6nNuxK5EIRiOm1b8Oe7i41sSs7XbYMLYfNjsg/FMb7chAsdcDF1lbYWXW8esenR83KWlPUHPzXffOl3sUNsHNVQWBazlaTVRs8Vlee/m7BsZkpc6f8JemJJ77//PODn3tu4IABA7xAISipXhXq9PKFQFKe9FKhnIFeIZed+KgLyB9Bt/NSF3CjRfay5ljc91A0YhRLSl7owROjlghndNXPkykQQXZ0+bPCjCUCTVszw9XETpOxTJxRdpE7sZOgCJnw8EwRXy10IQqH4s4KhPVSFooV2" +
"wukM4RVsHb5KCZN5mbHimdRXxs73Gs7sATlaacQNTueNjuCQlP+cpC487XsrDhSyZ3dFNab0ktm22WuOz/NP5xbUMydPSm3zOTXhf5Cahk/Z/GoUaNh50t/eOWxx76dn5/vBQpBSRXfVmiThlmsuG+1uwLuHO281AXUqwmqN1Lc95DVg0bS2RQYgoKD3HjCKinYCY4/Ck2VRGp4hQO5tB0Y0RUTBQfoKxLbQwF0YicjmS3pNV5Q9XZu6MoqEustEdhg9aoOFHdFgHoZC6TLroxkl6JaiaBVELC4Q1zITkyv3RmRlYRlZwroZGdd5MmqySIHQW5unCtXrrrs5M7ee10jZ6dZzOfmsa9ll2flFnBnn5O12hTWjBg3ZUJ8wuDBL/Tr98MRI17iZ729vd0LFILeE3dvgEqiSzWzfxQgUT3yj6xNU0DQI1dAvdjR1cvTRqaXHZSnQBa9BgAHbbqCoOhpFZWqJj4oIrSeOh0xklFbptQoLLgIii50Yqc4QR08PZNDHYxaLG2b3hUEI10IdjXppYmurBbypyZNAJGdihVZwihLdEVGqFtNDXEhT1uGxOuLVklkdgWXyFMWnopmy9NyC5Hs5M7+6+z9wT84M09wi/9mXmXasgLu7EOHDmPsGzNmPflk/8G/GfLssz+Pi4vzotwGZdgFDEuqny8UjJ5351mIKHKQqKnXmxmhawclSiQeyDlsp8KgowFPeMm+M5zaeCo+XXKTosLUtJ5MASJpPbHjg8ITNxRlxwFP1gFd6MTOqMAbvjKeyhiPYl8sUtJESEChKJb4KDSV3kLODEekex1OKESj3OCaAOKWbqGuMPH6olXSlez42Fnb7LjJX7h+/XokO7mzzy7ca7JqzPLgLX70klLYyX4MGfLb+ImT+Fl/+ZU4Ds6SkhIvigNbBkkRFGpQUtVslxeEzQKCqmmrdZ21COyRwiL2NYu6U5Fg5RliV8DV7VgpeEph1gTH0+6adHp5Mlx2FOaCQuUQLOTo4e7s9HEn3Lx5Myo7ubPPX" +
"vOxyauNS5oz+c9TuaqzT3xxvjpqdP/+P4KdsbGxXoivNHRGeo27gdeGU9byWPDZeV+42tERlZ3c2UfGjeJHfHZyyvgJCexT4uQpAwcOnDQp0X7AfeWhM9Jr3A3uEWvhs/N+0X75clR2Qk1kftrCP40dBzunTZ/Bz/onn+z3hvnoAnx29gAutbWFsXNVQUDs5M4+fPiLI0fGJb+VUlxc7A3w0TX47OwZXGxtddmZ8f5iqDnqj2NS56dzcHLt8Px83At8dvYYzp+/YNmZuiADdk5/YyZXosiPfR9dhM/OnkRNbZ3YOefdebBz0wel27Zt96nZbfjs7GFUHDkKO2cnvw07KyuPelYf3YLPzp7HPw+VT0xI3LVrt9f20V347HwgaGhs9DQf9wGfnT4eVty69V8EUot+RUAVMAAAAABJRU5ErkJggg==");
            this.Image9.Name = "Image9";
            this.Image9.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), false);
            this.Image9.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Image9.Interaction = null;
            // 
            // Text64
            // 
            this.Text64 = new Stimulsoft.Report.Components.StiText();
            this.Text64.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.2, 0.5, 7.6, 0.4);
            this.Text64.BeforePrint += new System.EventHandler(this.Text64_Conditions);
            this.Text64.Enabled = false;
            this.Text64.Guid = "9451f1dd1ed141188f126d08e6435419";
            this.Text64.Name = "Text64";
            this.Text64.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text64__GetValue);
            this.Text64.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text64.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), false);
            this.Text64.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text64.Font = new System.Drawing.Font("Arial", 8F);
            this.Text64.Indicator = 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, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.PageFooterBand4.Interaction = null;
            // 
            // ReportTitleBand4
            // 
            this.ReportTitleBand4 = new Stimulsoft.Report.Components.StiReportTitleBand();
            this.ReportTitleBand4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.4, 19, 2.4);
            this.ReportTitleBand4.Guid = "054657f6260549688fc9e4cd260e6529";
            this.ReportTitleBand4.Name = "ReportTitleBand4";
            this.ReportTitleBand4.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), false);
            this.ReportTitleBand4.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(9.2, 0, 9.8, 0.4);
            this.Text66.Guid = "fd36661d9f4b4a4f8f77967e9c66ae5e";
            this.Text66.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text66.Name = "Text66";
            this.Text66.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text66__GetValue);
            this.Text66.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text66.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), false);
            this.Text66.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text66.Font = new System.Drawing.Font("Arial", 8.25F);
            this.Text66.Indicator = 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);
            // 
            // Text80
            // 
            this.Text80 = new Stimulsoft.Report.Components.StiText();
            this.Text80.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9.2, 1, 9.8, 0.4);
            this.Text80.Guid = "346570fd504246acac791d985208e155";
            this.Text80.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text80.Name = "Text80";
            this.Text80.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text80__GetValue);
            this.Text80.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text80.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), false);
            this.Text80.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text80.Font = new System.Drawing.Font("Arial", 8.25F);
            this.Text80.Indicator = 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, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text97
            // 
            this.Text97 = new Stimulsoft.Report.Components.StiText();
            this.Text97.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14.3, 1.4, 2.1, 0.4);
            this.Text97.Guid = "341888e0f6b44ea7ab265062b7a4ffbd";
            this.Text97.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text97.Name = "Text97";
            this.Text97.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text97__GetValue);
            this.Text97.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text97.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), false);
            this.Text97.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text97.Font = new System.Drawing.Font("Arial", 8.25F);
            this.Text97.Indicator = null;
            this.Text97.Interaction = null;
            this.Text97.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text97.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text97.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text108
            // 
            this.Text108 = new Stimulsoft.Report.Components.StiText();
            this.Text108.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.9, 1.4, 2.1, 0.4);
            this.Text108.Guid = "dce75740c138471ca773fb49e0db0072";
            this.Text108.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text108.Name = "Text108";
            this.Text108.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text108__GetValue);
            this.Text108.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text108.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), false);
            this.Text108.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text108.Font = new System.Drawing.Font("Arial", 8.25F);
            this.Text108.Indicator = null;
            this.Text108.Interaction = null;
            this.Text108.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text108.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text108.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text184
            // 
            this.Text184 = new Stimulsoft.Report.Components.StiText();
            this.Text184.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(15.8, 1.8, 3.2, 0.4);
            this.Text184.BeforePrint += new System.EventHandler(this.Text184_Conditions);
            this.InitializeComponent3();
        }
        
        public void InitializeComponent3()
        {
            this.Text184.Guid = "9c4558464d3f46b18913dadea4bfd3ce";
            this.Text184.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text184.Name = "Text184";
            this.Text184.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text184__GetValue);
            this.Text184.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text184.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), false);
            this.Text184.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text184.Font = new System.Drawing.Font("Arial", 8.25F);
            this.Text184.Indicator = null;
            this.Text184.Interaction = null;
            this.Text184.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text184.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text184.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text185
            // 
            this.Text185 = new Stimulsoft.Report.Components.StiText();
            this.Text185.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.9, 0.4, 2.1, 0.4);
            this.Text185.Guid = "a9ef1496ec2f49508b1a514e0f03cdb9";
            this.Text185.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text185.Name = "Text185";
            this.Text185.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text185__GetValue);
            this.Text185.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text185.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), false);
            this.Text185.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text185.Font = new System.Drawing.Font("Arial", 6F);
            this.Text185.Indicator = null;
            this.Text185.Interaction = null;
            this.Text185.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text185.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text185.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text186
            // 
            this.Text186 = new Stimulsoft.Report.Components.StiText();
            this.Text186.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14, 1.4, 0.3, 0.4);
            this.Text186.Guid = "67cf185b44d04aa68bb2582b1ae10a09";
            this.Text186.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text186.Name = "Text186";
            this.Text186.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text186__GetValue);
            this.Text186.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text186.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), false);
            this.Text186.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text186.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
            this.Text186.Indicator = null;
            this.Text186.Interaction = null;
            this.Text186.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text186.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text186.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text187
            // 
            this.Text187 = new Stimulsoft.Report.Components.StiText();
            this.Text187.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.6, 1.4, 0.3, 0.4);
            this.Text187.Guid = "ba38a7cd0ad24003bccd0d6cf2e86d48";
            this.Text187.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text187.Name = "Text187";
            this.Text187.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text187__GetValue);
            this.Text187.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text187.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), false);
            this.Text187.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text187.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
            this.Text187.Indicator = null;
            this.Text187.Interaction = null;
            this.Text187.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text187.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text187.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text188
            // 
            this.Text188 = new Stimulsoft.Report.Components.StiText();
            this.Text188.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14, 0.4, 2.8, 0.4);
            this.Text188.Guid = "31b1f199eb9e4aa3bbec99a0e6701aa4";
            this.Text188.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text188.Name = "Text188";
            this.Text188.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text188__GetValue);
            this.Text188.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text188.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), false);
            this.Text188.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text188.Font = new System.Drawing.Font("Arial", 6F);
            this.Text188.Indicator = null;
            this.Text188.Interaction = null;
            this.Text188.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text188.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text188.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Image4
            // 
            this.Image4 = new Stimulsoft.Report.Components.StiImage();
            this.Image4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 8.4, 2);
            this.Image4.DataColumn = "CompanyLogos.Logo";
            this.Image4.Guid = "f45d334ff5824da78c353d6ca576220f";
            this.Image4.Name = "Image4";
            this.Image4.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), false);
            this.Image4.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Image4.Image = null;
            this.Image4.Interaction = null;
            this.ReportTitleBand4.Interaction = null;
            // 
            // DataBand13
            // 
            this.DataBand13 = new Stimulsoft.Report.Components.StiDataBand();
            this.DataBand13.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 3.6, 19, 0.8);
            this.DataBand13.Guid = "830970825724420494331dbcd745d6e9";
            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), false);
            this.DataBand13.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text152
            // 
            this.Text152 = new Stimulsoft.Report.Components.StiText();
            this.Text152.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 19, 0.6);
            this.Text152.Guid = "30fb4622a9454fafa259b798323a5eef";
            this.Text152.Name = "Text152";
            this.Text152.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text152__GetValue);
            this.Text152.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text152.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text152.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), false);
            this.Text152.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 210, 234, 240));
            this.Text152.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
            this.Text152.Indicator = null;
            this.Text152.Interaction = null;
            this.Text152.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text152.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 47, 54, 153));
            this.Text152.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // HorizontalLinePrimitive13
            // 
            this.HorizontalLinePrimitive13 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive13.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 19, 0.0254);
            this.HorizontalLinePrimitive13.Color = System.Drawing.Color.MidnightBlue;
            this.HorizontalLinePrimitive13.Guid = "fbe05d6bde8d4e8e908cf1f937e3ada9";
            this.HorizontalLinePrimitive13.Name = "HorizontalLinePrimitive13";
            this.HorizontalLinePrimitive13.Size = 2F;
            this.HorizontalLinePrimitive13.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive13.Interaction = null;
            this.HorizontalLinePrimitive13.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            // 
            // HorizontalLinePrimitive14
            // 
            this.HorizontalLinePrimitive14 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive14.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.6, 19, 0.0254);
            this.HorizontalLinePrimitive14.Color = System.Drawing.Color.MidnightBlue;
            this.HorizontalLinePrimitive14.Guid = "7a9cf3abca1a4f989f60fe3751488a65";
            this.HorizontalLinePrimitive14.Name = "HorizontalLinePrimitive14";
            this.HorizontalLinePrimitive14.Size = 2F;
            this.HorizontalLinePrimitive14.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive14.Interaction = null;
            this.HorizontalLinePrimitive14.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.DataBand13.Interaction = null;
            this.DataBand13.MasterComponent = null;
            // 
            // GroupHeaderBand1
            // 
            this.GroupHeaderBand1 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
            this.GroupHeaderBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 5.2, 19, 0);
            this.GroupHeaderBand1.GetValue += new Stimulsoft.Report.Events.StiValueEventHandler(this.GroupHeaderBand1__GetValue);
            this.GroupHeaderBand1.Guid = "2cec0635362142c19dba8786fa508a6c";
            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), false);
            this.GroupHeaderBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.GroupHeaderBand1.Interaction = null;
            // 
            // GroupHeaderBand3
            // 
            this.GroupHeaderBand3 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
            this.GroupHeaderBand3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 6, 19, 0);
            this.GroupHeaderBand3.GetValue += new Stimulsoft.Report.Events.StiValueEventHandler(this.GroupHeaderBand3__GetValue);
            this.GroupHeaderBand3.Guid = "45aa7e733363496f805d3473c9ac1a3b";
            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), false);
            this.GroupHeaderBand3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.GroupHeaderBand3.Interaction = null;
            // 
            // GroupHeaderBand2
            // 
            this.GroupHeaderBand2 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
            this.GroupHeaderBand2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 6.8, 19, 1);
            this.GroupHeaderBand2.GetValue += new Stimulsoft.Report.Events.StiValueEventHandler(this.GroupHeaderBand2__GetValue);
            this.GroupHeaderBand2.Guid = "421a1c18dc7548f1a6caffb8e47a45ab";
            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), false);
            this.GroupHeaderBand2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text153
            // 
            this.Text153 = new Stimulsoft.Report.Components.StiText();
            this.Text153.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.6, 0.2, 18.4, 0.6);
            this.Text153.BeforePrint += new System.EventHandler(this.Text153_Conditions);
            this.Text153.Guid = "bbd27100d2844ad1b0a279b2e0296b66";
            this.Text153.Name = "Text153";
            this.Text153.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text153__GetValue);
            this.Text153.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text153.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), false);
            this.Text153.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text153.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
            this.Text153.Indicator = null;
            this.Text153.Interaction = null;
            this.Text153.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text153.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text153.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text155
            // 
            this.Text155 = new Stimulsoft.Report.Components.StiText();
            this.Text155.CanGrow = true;
            this.Text155.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 0.6, 0.6);
            this.Text155.BeforePrint += new System.EventHandler(this.Text155_Conditions);
            this.Text155.Guid = "c56c602a4ab64e9d9469901ce73676b2";
            this.Text155.Name = "Text155";
            this.Text155.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text155__GetValue);
            this.Text155.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text155.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), false);
            this.Text155.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text155.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
            this.Text155.Indicator = null;
            this.Text155.Interaction = null;
            this.Text155.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text155.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text155.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text156
            // 
            this.Text156 = new Stimulsoft.Report.Components.StiText();
            this.Text156.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 19, 0.6);
            this.Text156.BeforePrint += new System.EventHandler(this.Text156_Conditions);
            this.Text156.Guid = "6120a9d6d9264fafb53d4934ff627cd3";
            this.Text156.Name = "Text156";
            this.Text156.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text156__GetValue);
            this.Text156.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text156.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), false);
            this.Text156.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text156.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
            this.Text156.Indicator = null;
            this.Text156.Interaction = null;
            this.Text156.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text156.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text156.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.GroupHeaderBand2.Interaction = null;
            // 
            // DataBand14
            // 
            this.DataBand14 = new Stimulsoft.Report.Components.StiDataBand();
            this.DataBand14.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 8.6, 19, 0.8);
            this.DataBand14.DataSourceName = "EstimateDetails";
            this.DataBand14.Guid = "34d5343d22e243ff917921475616fe95";
            this.DataBand14.Name = "DataBand14";
            this.DataBand14.Sort = new System.String[] {
                    "ASC",
                    "Level2Sort",
                    "ASC",
                    "RecordID"};
            this.DataBand14.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), false);
            this.DataBand14.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.DataBand14.BusinessObjectGuid = null;
            // 
            // Text154
            // 
            this.Text154 = new Stimulsoft.Report.Components.StiText();
            this.Text154.CanGrow = true;
            this.Text154.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(1.6, 0.2, 17.4, 0.4);
            this.Text154.BeforePrint += new System.EventHandler(this.Text154_Conditions);
            this.Text154.Guid = "bc1955fe45c7485fb6ec8e7d3eb40ad2";
            this.Text154.Name = "Text154";
            this.Text154.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text154__GetValue);
            this.Text154.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text154.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), false);
            this.Text154.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text154.Font = new System.Drawing.Font("Arial", 10F);
            this.Text154.Indicator = null;
            this.Text154.Interaction = null;
            this.Text154.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text154.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text154.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text157
            // 
            this.Text157 = new Stimulsoft.Report.Components.StiText();
            this.Text157.CanGrow = true;
            this.Text157.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.6, 0.2, 1, 0.4);
            this.Text157.BeforePrint += new System.EventHandler(this.Text157_Conditions);
            this.Text157.Guid = "28d61f52d3a74a6f842f2f5f0d5ffdf8";
            this.Text157.Name = "Text157";
            this.Text157.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text157__GetValue);
            this.Text157.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text157.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), false);
            this.Text157.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text157.Font = new System.Drawing.Font("Arial", 10F);
            this.Text157.Indicator = null;
            this.Text157.Interaction = null;
            this.Text157.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text157.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text157.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text158
            // 
            this.Text158 = new Stimulsoft.Report.Components.StiText();
            this.Text158.CanGrow = true;
            this.Text158.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.6, 0.2, 18.4, 0.4);
            this.Text158.BeforePrint += new System.EventHandler(this.Text158_Conditions);
            this.Text158.Guid = "12d08c995b60406eb60a52d1dfdcbb20";
            this.Text158.Name = "Text158";
            this.Text158.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text158__GetValue);
            this.Text158.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text158.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), false);
            this.Text158.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text158.Font = new System.Drawing.Font("Arial", 10F);
            this.Text158.Indicator = null;
            this.Text158.Interaction = null;
            this.Text158.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text158.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text158.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.DataBand14.DataRelationName = null;
            this.DataBand14.Interaction = null;
            this.DataBand14.MasterComponent = null;
            // 
            // GroupHeaderBand4
            // 
            this.GroupHeaderBand4 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
            this.GroupHeaderBand4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 10.2, 19, 1.8);
            this.GroupHeaderBand4.BeforePrint += new System.EventHandler(this.GroupHeaderBand4_Conditions);
            this.GroupHeaderBand4.Guid = "41c4f6fb36654ad7a0a82405d7639183";
            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), false);
            this.GroupHeaderBand4.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text159
            // 
            this.Text159 = new Stimulsoft.Report.Components.StiText();
            this.Text159.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.6, 19, 0.6);
            this.Text159.BeforePrint += new System.EventHandler(this.Text159_Conditions);
            this.Text159.Guid = "262be56b9f0946fd871409ba767ae993";
            this.Text159.Name = "Text159";
            this.Text159.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text159__GetValue);
            this.Text159.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text159.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text159.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), false);
            this.Text159.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 210, 234, 240));
            this.Text159.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
            this.Text159.Indicator = null;
            this.Text159.Interaction = null;
            this.Text159.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text159.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 47, 54, 153));
            this.Text159.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text160
            // 
            this.Text160 = new Stimulsoft.Report.Components.StiText();
            this.Text160.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 1.2, 7.6, 0.6);
            this.Text160.BeforePrint += new System.EventHandler(this.Text160_Conditions);
            this.Text160.Guid = "8823502aaa624c31a68dd1421865aab7";
            this.Text160.Name = "Text160";
            this.Text160.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text160__GetValue);
            this.Text160.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text160.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), false);
            this.Text160.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text160.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.Text160.Indicator = null;
            this.Text160.Interaction = null;
            this.Text160.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text160.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 47, 54, 153));
            this.Text160.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text161
            // 
            this.Text161 = new Stimulsoft.Report.Components.StiText();
            this.Text161.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7.6, 1.2, 4.2, 0.6);
            this.Text161.Guid = "a853705a0713447db35e742764c3de85";
            this.Text161.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text161.Name = "Text161";
            this.Text161.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text161__GetValue);
            this.Text161.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text161.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), false);
            this.Text161.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text161.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.Text161.Indicator = null;
            this.Text161.Interaction = null;
            this.Text161.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text161.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 47, 54, 153));
            this.Text161.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text162
            // 
            this.Text162 = new Stimulsoft.Report.Components.StiText();
            this.Text162.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(11.8, 1.2, 3.4, 0.6);
            this.Text162.Guid = "c5c834f35bd243c5a0985becd02b1e6b";
            this.Text162.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text162.Name = "Text162";
            this.Text162.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text162__GetValue);
            this.Text162.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text162.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), false);
            this.Text162.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text162.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.Text162.Indicator = null;
            this.Text162.Interaction = null;
            this.Text162.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text162.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 47, 54, 153));
            this.Text162.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text163
            // 
            this.Text163 = new Stimulsoft.Report.Components.StiText();
            this.Text163.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(15.2, 1.2, 3.8, 0.6);
            this.Text163.Guid = "2fe840dfb4a140fc8ff0df728b67eb52";
            this.Text163.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text163.Name = "Text163";
            this.Text163.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text163__GetValue);
            this.Text163.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text163.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), false);
            this.Text163.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text163.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.Text163.Indicator = null;
            this.Text163.Interaction = null;
            this.Text163.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text163.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 47, 54, 153));
            this.Text163.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // HorizontalLinePrimitive15
            // 
            this.HorizontalLinePrimitive15 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive15.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.6, 19, 0.0254);
            this.HorizontalLinePrimitive15.Color = System.Drawing.Color.MidnightBlue;
            this.HorizontalLinePrimitive15.Guid = "0b1547c7df43497f80458adc69ab30df";
            this.HorizontalLinePrimitive15.Name = "HorizontalLinePrimitive15";
            this.HorizontalLinePrimitive15.Size = 2F;
            this.HorizontalLinePrimitive15.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive15.Interaction = null;
            this.HorizontalLinePrimitive15.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.GroupHeaderBand4.Interaction = null;
            // 
            // DataBand16
            // 
            this.DataBand16 = new Stimulsoft.Report.Components.StiDataBand();
            this.DataBand16.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12.8, 19, 0.6);
            this.DataBand16.BeforePrint += new System.EventHandler(this.DataBand16_Conditions);
            this.DataBand16.DataSourceName = "Costing";
            this.DataBand16.Guid = "8778aff366744463898df1a7ccb0a7a7";
            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), false);
            this.DataBand16.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.DataBand16.BusinessObjectGuid = null;
            // 
            // Text164
            // 
            this.Text164 = new Stimulsoft.Report.Components.StiText();
            this.Text164.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8.8, 0, 3, 0.6);
            this.Text164.Guid = "d743a9b25eea4e1596797531e979917b";
            this.Text164.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text164.Name = "Text164";
            this.Text164.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text164__GetValue);
            this.Text164.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text164.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text164.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), false);
            this.Text164.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text164.Font = new System.Drawing.Font("Arial", 9F);
            this.Text164.Indicator = null;
            this.Text164.Interaction = null;
            this.Text164.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text164.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text164.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService(0, 1, ".", 2, ",", 3, "$", true, true, " ");
            this.Text164.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text165
            // 
            this.Text165 = new Stimulsoft.Report.Components.StiText();
            this.Text165.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(11.8, 0, 3.4, 0.6);
            this.Text165.Guid = "904a44876a744b048b5d6ac9ce9a15f6";
            this.Text165.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text165.Name = "Text165";
            this.Text165.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text165__GetValue);
            this.Text165.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text165.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text165.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), false);
            this.Text165.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text165.Font = new System.Drawing.Font("Arial", 9F);
            this.Text165.Indicator = null;
            this.Text165.Interaction = null;
            this.Text165.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text165.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text165.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService(0, 1, ".", 2, ",", 3, "$", true, true, " ");
            this.Text165.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text166
            // 
            this.Text166 = new Stimulsoft.Report.Components.StiText();
            this.Text166.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(15.2, 0, 3.8, 0.6);
            this.Text166.Guid = "b675da1326974201af1f6d13dc6c2d35";
            this.Text166.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text166.Name = "Text166";
            this.Text166.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text166__GetValue);
            this.Text166.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text166.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text166.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), false);
            this.Text166.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text166.Font = new System.Drawing.Font("Arial", 9F);
            this.Text166.Indicator = null;
            this.Text166.Interaction = null;
            this.Text166.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text166.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text166.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService(0, 1, ".", 2, ",", 3, "$", true, true, " ");
            this.Text166.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text167
            // 
            this.Text167 = new Stimulsoft.Report.Components.StiText();
            this.Text167.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 8.8, 0.6);
            this.Text167.Guid = "c47055f8d52a4caa8e507107ec01d8d2";
            this.Text167.Name = "Text167";
            this.Text167.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text167__GetValue);
            this.Text167.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text167.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text167.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), false);
            this.Text167.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text167.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.Text167.Indicator = null;
            this.Text167.Interaction = null;
            this.Text167.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text167.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text167.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // HorizontalLinePrimitive16
            // 
            this.HorizontalLinePrimitive16 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive16.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 19, 0.0254);
            this.HorizontalLinePrimitive16.Color = System.Drawing.Color.MidnightBlue;
            this.HorizontalLinePrimitive16.Guid = "c16fbd5e705146d8b5ed84568448569e";
            this.HorizontalLinePrimitive16.Name = "HorizontalLinePrimitive16";
            this.HorizontalLinePrimitive16.Size = 2F;
            this.HorizontalLinePrimitive16.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive16.Interaction = null;
            this.HorizontalLinePrimitive16.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.DataBand16.DataRelationName = null;
            this.DataBand16.Interaction = null;
            this.DataBand16.MasterComponent = null;
            // 
            // GroupFooterBand2
            // 
            this.GroupFooterBand2 = new Stimulsoft.Report.Components.StiGroupFooterBand();
            this.GroupFooterBand2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 14.2, 19, 2.2);
            this.GroupFooterBand2.BeforePrint += new System.EventHandler(this.GroupFooterBand2_Conditions);
            this.GroupFooterBand2.Guid = "deee663e531e43ea8bc1b757bb2deb19";
            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), false);
            this.GroupFooterBand2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text168
            // 
            this.Text168 = new Stimulsoft.Report.Components.StiText();
            this.Text168.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9.6, 0.2, 6.4, 0.6);
            this.Text168.Guid = "3feb144f80394a499d09b1e2689a214b";
            this.Text168.Name = "Text168";
            this.Text168.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text168__GetValue);
            this.Text168.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text168.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text168.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), false);
            this.Text168.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text168.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.Text168.Indicator = null;
            this.Text168.Interaction = null;
            this.Text168.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text168.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text168.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text169
            // 
            this.Text169 = new Stimulsoft.Report.Components.StiText();
            this.Text169.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 0.2, 3, 0.6);
            this.Text169.Guid = "a9b8e7e12fd34361b2d444b9f3652f91";
            this.Text169.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text169.Name = "Text169";
            // 
            // Text169_Sum
            // 
            this.Text169.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text169__GetValue);
            this.Text169.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text169.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text169.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), false);
            this.Text169.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text169.Font = new System.Drawing.Font("Arial", 9F);
            this.Text169.Indicator = null;
            this.Text169.Interaction = null;
            this.Text169.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text169.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text169.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService(0, 1, ".", 2, ",", 3, "$", true, true, " ");
            this.Text169.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text170
            // 
            this.Text170 = new Stimulsoft.Report.Components.StiText();
            this.Text170.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9.6, 0.8, 6.4, 0.6);
            this.Text170.Guid = "8f5e681fdb904aef9bd3b3de8db77fe9";
            this.Text170.Name = "Text170";
            this.Text170.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text170__GetValue);
            this.Text170.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text170.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text170.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), false);
            this.Text170.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text170.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.Text170.Indicator = null;
            this.Text170.Interaction = null;
            this.Text170.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text170.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text170.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text171
            // 
            this.Text171 = new Stimulsoft.Report.Components.StiText();
            this.Text171.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 0.8, 3, 0.6);
            this.Text171.Guid = "d58caa2274c248e2989d585ccfdeb38c";
            this.Text171.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text171.Name = "Text171";
            // 
            // Text171_Sum
            // 
            this.Text171.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text171__GetValue);
            this.Text171.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text171.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text171.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), false);
            this.Text171.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text171.Font = new System.Drawing.Font("Arial", 9F);
            this.Text171.Indicator = null;
            this.Text171.Interaction = null;
            this.Text171.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text171.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text171.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService(0, 1, ".", 2, ",", 3, "$", true, true, " ");
            this.Text171.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text172
            // 
            this.Text172 = new Stimulsoft.Report.Components.StiText();
            this.Text172.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9.6, 1.43, 6.4, 0.6);
            this.Text172.Guid = "85b16e5ea0694c7c8e5ae113458b8d0a";
            this.Text172.Name = "Text172";
            this.Text172.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text172__GetValue);
            this.Text172.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text172.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text172.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), false);
            this.Text172.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text172.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.Text172.Indicator = null;
            this.Text172.Interaction = null;
            this.Text172.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text172.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text172.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text173
            // 
            this.Text173 = new Stimulsoft.Report.Components.StiText();
            this.Text173.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 1.35, 3, 1.2);
            this.Text173.Guid = "a3e1b32fed13471eb1a8d6262eea3f25";
            this.Text173.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text173.Name = "Text173";
            // 
            // Text173_Sum1
            // 
            // 
            // Text173_Sum2
            // 
            this.Text173.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text173__GetValue);
            this.Text173.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text173.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text173.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), false);
            this.Text173.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text173.Font = new System.Drawing.Font("Arial", 9F);
            this.Text173.Indicator = null;
            this.Text173.Interaction = null;
            this.Text173.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text173.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text173.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService(0, 1, ".", 2, ",", 3, "$", true, true, " ");
            this.Text173.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // HorizontalLinePrimitive18
            // 
            this.HorizontalLinePrimitive18 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive18.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 1.4, 3, 0.0254);
            this.HorizontalLinePrimitive18.Color = System.Drawing.Color.DarkBlue;
            this.HorizontalLinePrimitive18.Guid = "cd1d63a83f554beaa14805c2c270340e";
            this.HorizontalLinePrimitive18.Name = "HorizontalLinePrimitive18";
            this.HorizontalLinePrimitive18.Size = 3F;
            this.HorizontalLinePrimitive18.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive18.Interaction = null;
            this.HorizontalLinePrimitive18.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            // 
            // HorizontalLinePrimitive19
            // 
            this.HorizontalLinePrimitive19 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive19.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 2.06, 3, 0.0254);
            this.HorizontalLinePrimitive19.Color = System.Drawing.Color.DarkBlue;
            this.HorizontalLinePrimitive19.Guid = "05d5bf78a2cb45b3afa414949823b101";
            this.HorizontalLinePrimitive19.Name = "HorizontalLinePrimitive19";
            this.HorizontalLinePrimitive19.Size = 3F;
            this.HorizontalLinePrimitive19.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive19.Interaction = null;
            this.HorizontalLinePrimitive19.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            // 
            // HorizontalLinePrimitive20
            // 
            this.HorizontalLinePrimitive20 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive20.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 19, 0.0254);
            this.HorizontalLinePrimitive20.Color = System.Drawing.Color.DarkBlue;
            this.HorizontalLinePrimitive20.Guid = "096e3289e1184c23b6c602e9043e126d";
            this.HorizontalLinePrimitive20.Name = "HorizontalLinePrimitive20";
            this.HorizontalLinePrimitive20.Size = 3F;
            this.HorizontalLinePrimitive20.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive20.Interaction = null;
            this.HorizontalLinePrimitive20.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            // 
            // HorizontalLinePrimitive17
            // 
            this.HorizontalLinePrimitive17 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive17.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 19, 0.0254);
            this.HorizontalLinePrimitive17.Color = System.Drawing.Color.Black;
            this.HorizontalLinePrimitive17.Guid = "78007824089c447295b41aac7add2623";
            this.HorizontalLinePrimitive17.Name = "HorizontalLinePrimitive17";
            this.HorizontalLinePrimitive17.Style = Stimulsoft.Base.Drawing.StiPenStyle.Dash;
            this.HorizontalLinePrimitive17.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive17.Interaction = null;
            this.HorizontalLinePrimitive17.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.GroupFooterBand2.Interaction = null;
            this.ScopeOfWorkPage.ExcelSheetValue = null;
            this.ScopeOfWorkPage.Interaction = null;
            this.ScopeOfWorkPage.Margins = new Stimulsoft.Report.Components.StiMargins(1, 1, 1, 1);
            this.ScopeOfWorkPage_Watermark = new Stimulsoft.Report.Components.StiWatermark();
            this.ScopeOfWorkPage_Watermark.Font = new System.Drawing.Font("Arial", 100F);
            this.ScopeOfWorkPage_Watermark.Image = null;
            this.ScopeOfWorkPage_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
            // 
            // ScopeOfWorkPage_Hollard
            // 
            this.ScopeOfWorkPage_Hollard = new Stimulsoft.Report.Components.StiPage();
            this.ScopeOfWorkPage_Hollard.BeforePrint += new System.EventHandler(this.ScopeOfWorkPage_Hollard_Conditions);
            this.ScopeOfWorkPage_Hollard.Enabled = false;
            this.ScopeOfWorkPage_Hollard.Guid = "a8943d9a901a48fcbca30fa75b97d6c5";
            this.ScopeOfWorkPage_Hollard.Name = "ScopeOfWorkPage-Hollard";
            this.ScopeOfWorkPage_Hollard.PageHeight = 29.7;
            this.ScopeOfWorkPage_Hollard.PageWidth = 21;
            this.ScopeOfWorkPage_Hollard.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), false);
            this.ScopeOfWorkPage_Hollard.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // PageFooterBand2
            // 
            this.PageFooterBand2 = new Stimulsoft.Report.Components.StiPageFooterBand();
            this.PageFooterBand2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 26.7, 19, 1);
            this.PageFooterBand2.Guid = "4261b4bf4f0743a98caedce4dd086158";
            this.PageFooterBand2.Name = "PageFooterBand2";
            this.PageFooterBand2.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), false);
            this.PageFooterBand2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text19
            // 
            this.Text19 = new Stimulsoft.Report.Components.StiText();
            this.Text19.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8.2, 0.3, 2.6, 0.4);
            this.Text19.Guid = "8dbc9d5cbe364b558921befe385a04e5";
            this.Text19.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text19.Name = "Text19";
            this.Text19.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text19__GetValue);
            this.Text19.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text19.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text19.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text19.Font = new System.Drawing.Font("Arial", 9F);
            this.Text19.Indicator = 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);
            // 
            // Image3
            // 
            this.Image3 = new Stimulsoft.Report.Components.StiImage();
            this.Image3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.6, 0.1, 6.4, 0.8);
            this.Image3.BeforePrint += new System.EventHandler(this.Image3_Conditions);
            this.Image3.Guid = "62149aa4ce7b42dd88d4c272f40b59e0";
            this.Image3.HorAlignment = Stimulsoft.Base.Drawing.StiHorAlignment.Right;
            this.Image3.Image = StiImageConverter.StringToImage("iVBORw0KGgoAAAANSUhEUgAAAN8AAAAeCAIAAAAjL1xqAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAXEQAAFxEByibzPwAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAnCSURBVHhe7ZhbbFXHFYbHAaUXmjZSH/qUvqDS0KpCStSXqKmriFIppYFCo6I0waGQIgLGmFIMgYATNwRisE0M2IAvXIyPMRcTgwnXpIAaQinYGAy+YGzA2ICDDTiogJrS75x/Mx2fcyjGGAVF+9fS1po1a9ZaM/PvOXuOueXDx8MKn50+Hl747HywGFrWlF5xyWv4uEf47HyA+Hr2CZNTb1Y0xm4555l83At8dvY8iqov982v23fu2sLcwKM51Wb1GVPU/I3i5n3n/+V5+OgafHb2MGZ93GAyT5is2phlJyfl7Fi0ZOkv8g6YDRdM6aWYsrZpFVc8Px9dgM/OHkNs4CSnZk3tyWF5/4hZVmfyGzg1++UeSsvInLpk3SObW82Oq0jfnW2N1/7tjfHxf+Gzswewvb69V+oRk3bUvH980IYTGzdtTinYHQM7A+fM+vMm0PjX9OzZqZmPbmoym1pN6WePb2srarrhDfZxZ/jsvC/sO/t545UbHR2fD19ZATXNkhrDqbm8KrB2fdbqjWb1KfPBZ0GCLj8+I3Xpm7PeGpe5gUuSWXPWrDufXu9/ht4FPju7CUjZN/u4mVvee/6RvEMtnx44+Hrh4ZjsOpN7yqw6bVbUw85lOfk/gLWcqRnHzOLq+LQ106bPSExO/c6G08FDtKw99uC1uoYzE+ITAoG1XlwfDnx2dhMrDl145L1yM6/CLKiMyahKLz28d9/f55ccCB2NTWZdi1nblLzqQ25FiYs2msxKEyLuC0s/mpw0Mz5x6i/XVwS/QTc3FH+4e2rS9B07d3lxfTi4Z3YeDqGjo8NtWlh7bW0tzebmFjUF6wOkA9cnbJQcLGzwMET22vhRjS0tLVKA6xCWHUU+FrILN" +
"27c2F91pldapcmoMouqTXbt+MDhXbv/Vli62xScNiUXzZY2EzibklXMrSh5YZ5ZVinifm/N0fg33x3z2tixc5c89dTTXrjbUA0uZLfFu3CXLtLB64i2F3LGjh6ZEcjtS0cndlJ0WdnWPXv2eu1oeOaZnyFMgFkNGvQrNV3JyFiI2/jxE9BzcnI1SpCD5i8dGTnyVUsRd5T0MKE8ebpQFzG9dmgihMXIM8xC2G5nZ77W+Ysv/nO26dy+ipO9Fh0Pnouhf91/X1ixZev2VSXbTVGD2X4l+BmaUTUha8u89xa8PTftJ/kHTXFL6GLU/NrrE/v06ZOQkKBogMhRk2oKbs2uaLXZssi9wKLlcuclKBp29KhJhw37ncvmLwud2MkEUlLeoTLNOSpUPdPDE4W52Q1juHrRI1cEqJexWh1Ea0ooOdhRUF+9do0oCYsWNAzYEWJ67RCoiolgV3BLVuzKjn6n7Gw2CmJj2mhFRf/7QISd9acaPjpU3Wt5XfBcLDhr1jb/uDB4Z+dW9HigxqQfM4tOmKV1Q5fvSXlnLreil3N3fmv9yaGvjBk+/EVjTHl5uRfr9uq5U0ZRhZBMNbvTxyh/dFWelDRNe8FTy0XNttfdCzdaWC9JtVauPwFp4kkKmqRGZ91UKjrLwhM7bvho3bCwkjwxatnpkpFeKkRo8qQXRdFo6qUC4WcnIwmhWUUFdSNkIlzYHEBYL08crNheIF0sRLTrNiaVaGMoxg6nNuxK5EIRiOm1b8Oe7i41sSs7XbYMLYfNjsg/FMb7chAsdcDF1lbYWXW8esenR83KWlPUHPzXffOl3sUNsHNVQWBazlaTVRs8Vlee/m7BsZkpc6f8JemJJ77//PODn3tu4IABA7xAISipXhXq9PKFQFKe9FKhnIFeIZed+KgLyB9Bt/NSF3CjRfay5ljc91A0YhRLSl7owROjlghndNXPkykQQXZ0+bPCjCUCTVszw9XETpOxTJxRdpE7sZOgCJnw8EwRXy10IQqH4s4KhPVSFooV2" +
"wukM4RVsHb5KCZN5mbHimdRXxs73Gs7sATlaacQNTueNjuCQlP+cpC487XsrDhSyZ3dFNab0ktm22WuOz/NP5xbUMydPSm3zOTXhf5Cahk/Z/GoUaNh50t/eOWxx76dn5/vBQpBSRXfVmiThlmsuG+1uwLuHO281AXUqwmqN1Lc95DVg0bS2RQYgoKD3HjCKinYCY4/Ck2VRGp4hQO5tB0Y0RUTBQfoKxLbQwF0YicjmS3pNV5Q9XZu6MoqEustEdhg9aoOFHdFgHoZC6TLroxkl6JaiaBVELC4Q1zITkyv3RmRlYRlZwroZGdd5MmqySIHQW5unCtXrrrs5M7ee10jZ6dZzOfmsa9ll2flFnBnn5O12hTWjBg3ZUJ8wuDBL/Tr98MRI17iZ729vd0LFILeE3dvgEqiSzWzfxQgUT3yj6xNU0DQI1dAvdjR1cvTRqaXHZSnQBa9BgAHbbqCoOhpFZWqJj4oIrSeOh0xklFbptQoLLgIii50Yqc4QR08PZNDHYxaLG2b3hUEI10IdjXppYmurBbypyZNAJGdihVZwihLdEVGqFtNDXEhT1uGxOuLVklkdgWXyFMWnopmy9NyC5Hs5M7+6+z9wT84M09wi/9mXmXasgLu7EOHDmPsGzNmPflk/8G/GfLssz+Pi4vzotwGZdgFDEuqny8UjJ5351mIKHKQqKnXmxmhawclSiQeyDlsp8KgowFPeMm+M5zaeCo+XXKTosLUtJ5MASJpPbHjg8ITNxRlxwFP1gFd6MTOqMAbvjKeyhiPYl8sUtJESEChKJb4KDSV3kLODEekex1OKESj3OCaAOKWbqGuMPH6olXSlez42Fnb7LjJX7h+/XokO7mzzy7ca7JqzPLgLX70klLYyX4MGfLb+ImT+Fl/+ZU4Ds6SkhIvigNbBkkRFGpQUtVslxeEzQKCqmmrdZ21COyRwiL2NYu6U5Fg5RliV8DV7VgpeEph1gTH0+6adHp5Mlx2FOaCQuUQLOTo4e7s9HEn3Lx5Myo7ubPPX" +
"vOxyauNS5oz+c9TuaqzT3xxvjpqdP/+P4KdsbGxXoivNHRGeo27gdeGU9byWPDZeV+42tERlZ3c2UfGjeJHfHZyyvgJCexT4uQpAwcOnDQp0X7AfeWhM9Jr3A3uEWvhs/N+0X75clR2Qk1kftrCP40dBzunTZ/Bz/onn+z3hvnoAnx29gAutbWFsXNVQUDs5M4+fPiLI0fGJb+VUlxc7A3w0TX47OwZXGxtddmZ8f5iqDnqj2NS56dzcHLt8Px83At8dvYYzp+/YNmZuiADdk5/YyZXosiPfR9dhM/OnkRNbZ3YOefdebBz0wel27Zt96nZbfjs7GFUHDkKO2cnvw07KyuPelYf3YLPzp7HPw+VT0xI3LVrt9f20V347HwgaGhs9DQf9wGfnT4eVty69V8EUot+RUAVMAAAAABJRU5ErkJggg==");
            this.Image3.Name = "Image3";
            this.Image3.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), false);
            this.Image3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Image3.Interaction = null;
            // 
            // Text65
            // 
            this.Text65 = new Stimulsoft.Report.Components.StiText();
            this.Text65.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.2, 0.39, 7.6, 0.4);
            this.Text65.BeforePrint += new System.EventHandler(this.Text65_Conditions);
            this.Text65.Enabled = false;
            this.Text65.Guid = "fba33dc8597747e0a424d68ea5730fe2";
            this.Text65.Name = "Text65";
            this.Text65.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text65__GetValue);
            this.Text65.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            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), false);
            this.Text65.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text65.Font = new System.Drawing.Font("Arial", 8F);
            this.Text65.Indicator = 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.PageFooterBand2.Interaction = null;
            // 
            // ReportTitleBand2
            // 
            this.ReportTitleBand2 = new Stimulsoft.Report.Components.StiReportTitleBand();
            this.ReportTitleBand2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.4, 19, 2.4);
            this.ReportTitleBand2.Guid = "d25650e6b3ac4b4f9c6ffb2368e6ac18";
            this.ReportTitleBand2.Name = "ReportTitleBand2";
            this.ReportTitleBand2.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), false);
            this.ReportTitleBand2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text20
            // 
            this.Text20 = new Stimulsoft.Report.Components.StiText();
            this.Text20.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9.2, 0, 9.8, 0.4);
            this.Text20.Guid = "77160a999acd4a5683bdfc0d4b0698bb";
            this.Text20.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text20.Name = "Text20";
            this.Text20.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text20__GetValue);
            this.Text20.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            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), false);
            this.Text20.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text20.Font = new System.Drawing.Font("Arial", 8.25F);
            this.Text20.Indicator = 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.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(9.2, 1, 9.8, 0.4);
            this.Text22.Guid = "abd9a4a27f0145e3a9f88f65ceeba033";
            this.Text22.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text22.Name = "Text22";
            this.Text22.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text22__GetValue);
            this.Text22.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            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), false);
            this.Text22.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text22.Font = new System.Drawing.Font("Arial", 8.25F);
            this.Text22.Indicator = 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.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(14.3, 1.4, 2.1, 0.4);
            this.Text23.Guid = "28ace7c3edcb41d4be0ec7ab5b470070";
            this.Text23.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text23.Name = "Text23";
            this.Text23.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text23__GetValue);
            this.Text23.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            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), false);
            this.Text23.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text23.Font = new System.Drawing.Font("Arial", 8.25F);
            this.Text23.Indicator = 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(16.9, 1.4, 2.1, 0.4);
            this.Text24.Guid = "8ee5758efa8f459b87e351917eda58e2";
            this.Text24.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text24.Name = "Text24";
            this.Text24.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text24__GetValue);
            this.Text24.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            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), false);
            this.Text24.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text24.Font = new System.Drawing.Font("Arial", 8.25F);
            this.Text24.Indicator = 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(15.8, 1.8, 3.2, 0.4);
            this.Text25.BeforePrint += new System.EventHandler(this.Text25_Conditions);
            this.Text25.Guid = "5c1341d3e2e0400dbb3d9fe3c5d8427f";
            this.Text25.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text25.Name = "Text25";
            this.Text25.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text25__GetValue);
            this.Text25.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            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), false);
            this.Text25.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text25.Font = new System.Drawing.Font("Arial", 8.25F);
            this.Text25.Indicator = 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(16.9, 0.4, 2.1, 0.4);
            this.Text26.Guid = "816064fc14974f31b2d12363a7aff042";
            this.Text26.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text26.Name = "Text26";
            this.Text26.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text26__GetValue);
            this.Text26.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            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), false);
            this.Text26.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text26.Font = new System.Drawing.Font("Arial", 6F);
            this.Text26.Indicator = 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(14, 1.4, 0.3, 0.4);
            this.Text27.Guid = "af0828f81e4e41bab61d08300dd0c7a3";
            this.Text27.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text27.Name = "Text27";
            this.Text27.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text27__GetValue);
            this.Text27.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            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), false);
            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.Indicator = 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);
            // 
            // Text41
            // 
            this.Text41 = new Stimulsoft.Report.Components.StiText();
            this.Text41.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.6, 1.4, 0.3, 0.4);
            this.Text41.Guid = "9a5f006e6ebd4793bcbcc7bb3c0b450a";
            this.Text41.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text41.Name = "Text41";
            this.Text41.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text41__GetValue);
            this.Text41.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            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), false);
            this.Text41.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text41.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
            this.Text41.Indicator = 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);
            // 
            // Text43
            // 
            this.Text43 = new Stimulsoft.Report.Components.StiText();
            this.Text43.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(14, 0.4, 2.8, 0.4);
            this.Text43.Guid = "476e5fb1085e406b971f829666a643b0";
            this.Text43.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text43.Name = "Text43";
            this.Text43.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text43__GetValue);
            this.Text43.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            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), false);
            this.Text43.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text43.Font = new System.Drawing.Font("Arial", 6F);
            this.Text43.Indicator = 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);
            // 
            // Image6
            // 
            this.Image6 = new Stimulsoft.Report.Components.StiImage();
            this.Image6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 8.4, 2);
            this.Image6.DataColumn = "CompanyLogos.Logo";
            this.Image6.Guid = "0b7b374b168f49c2885b9384abce0975";
            this.Image6.Name = "Image6";
            this.Image6.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), false);
            this.Image6.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Image6.Image = null;
            this.Image6.Interaction = null;
            this.ReportTitleBand2.Interaction = null;
            // 
            // DataBand4
            // 
            this.DataBand4 = new Stimulsoft.Report.Components.StiDataBand();
            this.DataBand4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 3.6, 19, 0.8);
            this.DataBand4.Guid = "3e7d9506c2804d7b94da4d9297bf8356";
            this.DataBand4.Name = "DataBand4";
            this.DataBand4.Sort = new System.String[0];
            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), false);
            this.DataBand4.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text45
            // 
            this.Text45 = new Stimulsoft.Report.Components.StiText();
            this.Text45.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 19, 0.6);
            this.Text45.Guid = "1e867163af5d414b9bd8ed16e506db5c";
            this.Text45.Name = "Text45";
            this.Text45.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text45__GetValue);
            this.Text45.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.InitializeComponent4();
        }
        
        public void InitializeComponent4()
        {
            this.Text45.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            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), false);
            this.Text45.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 210, 234, 240));
            this.Text45.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
            this.Text45.Indicator = 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.FromArgb(255, 47, 54, 153));
            this.Text45.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.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 19, 0.0254);
            this.HorizontalLinePrimitive1.Color = System.Drawing.Color.MidnightBlue;
            this.HorizontalLinePrimitive1.Guid = "f8773d46544a40b2881bf38b3605e092";
            this.HorizontalLinePrimitive1.Name = "HorizontalLinePrimitive1";
            this.HorizontalLinePrimitive1.Size = 2F;
            this.HorizontalLinePrimitive1.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive1.Interaction = null;
            this.HorizontalLinePrimitive1.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            // 
            // HorizontalLinePrimitive2
            // 
            this.HorizontalLinePrimitive2 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.6, 19, 0.0254);
            this.HorizontalLinePrimitive2.Color = System.Drawing.Color.MidnightBlue;
            this.HorizontalLinePrimitive2.Guid = "7a656e780aae48de8f930e0e766e9479";
            this.HorizontalLinePrimitive2.Name = "HorizontalLinePrimitive2";
            this.HorizontalLinePrimitive2.Size = 2F;
            this.HorizontalLinePrimitive2.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive2.Interaction = null;
            this.HorizontalLinePrimitive2.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.DataBand4.Interaction = null;
            this.DataBand4.MasterComponent = null;
            // 
            // GroupHeaderBand5
            // 
            this.GroupHeaderBand5 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
            this.GroupHeaderBand5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 5.2, 19, 0);
            this.GroupHeaderBand5.GetValue += new Stimulsoft.Report.Events.StiValueEventHandler(this.GroupHeaderBand5__GetValue);
            this.GroupHeaderBand5.Guid = "28598a4ca8354a50adf19719275c80ae";
            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), false);
            this.GroupHeaderBand5.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.GroupHeaderBand5.Interaction = null;
            // 
            // GroupHeaderBand6
            // 
            this.GroupHeaderBand6 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
            this.GroupHeaderBand6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 6, 19, 0);
            this.GroupHeaderBand6.GetValue += new Stimulsoft.Report.Events.StiValueEventHandler(this.GroupHeaderBand6__GetValue);
            this.GroupHeaderBand6.Guid = "afc29fd7e07948eba8672c7da4ae2ba2";
            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), false);
            this.GroupHeaderBand6.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.GroupHeaderBand6.Interaction = null;
            // 
            // GroupHeaderBand7
            // 
            this.GroupHeaderBand7 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
            this.GroupHeaderBand7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 6.8, 19, 1);
            this.GroupHeaderBand7.GetValue += new Stimulsoft.Report.Events.StiValueEventHandler(this.GroupHeaderBand7__GetValue);
            this.GroupHeaderBand7.Guid = "60ee04d0c9814f6ea1f1c88cc27f85bd";
            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), false);
            this.GroupHeaderBand7.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.6, 0.2, 18.4, 0.6);
            this.Text46.BeforePrint += new System.EventHandler(this.Text46_Conditions);
            this.Text46.Guid = "25a1549e33ec437da1403bce5562a406";
            this.Text46.Name = "Text46";
            this.Text46.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text46__GetValue);
            this.Text46.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text46.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), false);
            this.Text46.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text46.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
            this.Text46.Indicator = 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);
            // 
            // Text47
            // 
            this.Text47 = new Stimulsoft.Report.Components.StiText();
            this.Text47.CanGrow = true;
            this.Text47.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 0.6, 0.6);
            this.Text47.BeforePrint += new System.EventHandler(this.Text47_Conditions);
            this.Text47.Guid = "8a06259bfb9c4514976e197b9647c888";
            this.Text47.Name = "Text47";
            this.Text47.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text47__GetValue);
            this.Text47.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            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), false);
            this.Text47.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text47.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
            this.Text47.Indicator = 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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text48
            // 
            this.Text48 = new Stimulsoft.Report.Components.StiText();
            this.Text48.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 19, 0.6);
            this.Text48.BeforePrint += new System.EventHandler(this.Text48_Conditions);
            this.Text48.Guid = "0a3401dd45a248718588b9ef53ebf0fa";
            this.Text48.Name = "Text48";
            this.Text48.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text48__GetValue);
            this.Text48.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text48.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), false);
            this.Text48.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text48.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
            this.Text48.Indicator = 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, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.GroupHeaderBand7.Interaction = null;
            // 
            // DataBand5
            // 
            this.DataBand5 = new Stimulsoft.Report.Components.StiDataBand();
            this.DataBand5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 8.6, 19, 0.8);
            this.DataBand5.DataSourceName = "EstimateDetails";
            this.DataBand5.Guid = "2ec2aeb36cc8478fb3f61a885191fc79";
            this.DataBand5.Name = "DataBand5";
            this.DataBand5.Sort = new System.String[] {
                    "ASC",
                    "Level2Sort",
                    "ASC",
                    "RecordID"};
            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), false);
            this.DataBand5.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.DataBand5.BusinessObjectGuid = null;
            // 
            // Text49
            // 
            this.Text49 = new Stimulsoft.Report.Components.StiText();
            this.Text49.CanGrow = true;
            this.Text49.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(1.6, 0.2, 17.4, 0.4);
            this.Text49.BeforePrint += new System.EventHandler(this.Text49_Conditions);
            this.Text49.Guid = "d120170d8cbf47328eca82d406cbd777";
            this.Text49.Name = "Text49";
            this.Text49.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text49__GetValue);
            this.Text49.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            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), false);
            this.Text49.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text49.Font = new System.Drawing.Font("Arial", 10F);
            this.Text49.Indicator = 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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text50
            // 
            this.Text50 = new Stimulsoft.Report.Components.StiText();
            this.Text50.CanGrow = true;
            this.Text50.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.6, 0.2, 1, 0.4);
            this.Text50.BeforePrint += new System.EventHandler(this.Text50_Conditions);
            this.Text50.Guid = "699c5b56bfbb4ce08aeb790e08689690";
            this.Text50.Name = "Text50";
            this.Text50.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text50__GetValue);
            this.Text50.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text50.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), false);
            this.Text50.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text50.Font = new System.Drawing.Font("Arial", 10F);
            this.Text50.Indicator = 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);
            // 
            // Text51
            // 
            this.Text51 = new Stimulsoft.Report.Components.StiText();
            this.Text51.CanGrow = true;
            this.Text51.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.6, 0.2, 18.4, 0.4);
            this.Text51.BeforePrint += new System.EventHandler(this.Text51_Conditions);
            this.Text51.Guid = "be158bb09327446c80ae4ad3b90ad99e";
            this.Text51.Name = "Text51";
            this.Text51.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text51__GetValue);
            this.Text51.Type = Stimulsoft.Report.Components.StiSystemTextType.DataColumn;
            this.Text51.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), false);
            this.Text51.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text51.Font = new System.Drawing.Font("Arial", 10F);
            this.Text51.Indicator = 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, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.DataBand5.DataRelationName = null;
            this.DataBand5.Interaction = null;
            this.DataBand5.MasterComponent = null;
            // 
            // GroupHeaderBand8
            // 
            this.GroupHeaderBand8 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
            this.GroupHeaderBand8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 10.2, 19, 1.8);
            this.GroupHeaderBand8.BeforePrint += new System.EventHandler(this.GroupHeaderBand8_Conditions);
            this.GroupHeaderBand8.Guid = "1cbb39fb55ca461da197452ac31f6a65";
            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), false);
            this.GroupHeaderBand8.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, 0.6, 19, 0.6);
            this.Text52.BeforePrint += new System.EventHandler(this.Text52_Conditions);
            this.Text52.Guid = "4022f26a91d448f5b9ab15694a638d9b";
            this.Text52.Name = "Text52";
            this.Text52.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text52__GetValue);
            this.Text52.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text52.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            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), false);
            this.Text52.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 210, 234, 240));
            this.Text52.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
            this.Text52.Indicator = 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.FromArgb(255, 47, 54, 153));
            this.Text52.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text53
            // 
            this.Text53 = new Stimulsoft.Report.Components.StiText();
            this.Text53.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 1.2, 7.6, 0.6);
            this.Text53.BeforePrint += new System.EventHandler(this.Text53_Conditions);
            this.Text53.Guid = "b0c31a2dd5604c1ca831739a6cb46875";
            this.Text53.Name = "Text53";
            this.Text53.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text53__GetValue);
            this.Text53.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            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), false);
            this.Text53.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text53.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.Text53.Indicator = 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.FromArgb(255, 47, 54, 153));
            this.Text53.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text54
            // 
            this.Text54 = new Stimulsoft.Report.Components.StiText();
            this.Text54.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7.6, 1.2, 4.2, 0.6);
            this.Text54.Guid = "001aced5372c44d5ab269dc02eb28dba";
            this.Text54.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text54.Name = "Text54";
            this.Text54.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text54__GetValue);
            this.Text54.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text54.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), false);
            this.Text54.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text54.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.Text54.Indicator = 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.FromArgb(255, 47, 54, 153));
            this.Text54.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 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(11.8, 1.2, 3.4, 0.6);
            this.Text55.Guid = "e31e1e59821d469cbb659786c9b7be45";
            this.Text55.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text55.Name = "Text55";
            this.Text55.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text55__GetValue);
            this.Text55.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            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), false);
            this.Text55.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text55.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.Text55.Indicator = 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.FromArgb(255, 47, 54, 153));
            this.Text55.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text56
            // 
            this.Text56 = new Stimulsoft.Report.Components.StiText();
            this.Text56.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(15.2, 1.2, 3.8, 0.6);
            this.Text56.Guid = "fcb1957549be4452943aedfe563c1b0d";
            this.Text56.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text56.Name = "Text56";
            this.Text56.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text56__GetValue);
            this.Text56.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text56.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), false);
            this.Text56.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text56.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.Text56.Indicator = 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.FromArgb(255, 47, 54, 153));
            this.Text56.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // HorizontalLinePrimitive5
            // 
            this.HorizontalLinePrimitive5 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.6, 19, 0.0254);
            this.HorizontalLinePrimitive5.Color = System.Drawing.Color.MidnightBlue;
            this.HorizontalLinePrimitive5.Guid = "e8d1a67432734525811029d35c4cd358";
            this.HorizontalLinePrimitive5.Name = "HorizontalLinePrimitive5";
            this.HorizontalLinePrimitive5.Size = 2F;
            this.HorizontalLinePrimitive5.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive5.Interaction = null;
            this.HorizontalLinePrimitive5.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            // 
            // HorizontalLinePrimitive10
            // 
            this.HorizontalLinePrimitive10 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive10.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 0.6, 3, 0.0254);
            this.HorizontalLinePrimitive10.Color = System.Drawing.Color.DarkBlue;
            this.HorizontalLinePrimitive10.Guid = "4f5f3748bb9542e88ed9aab601b71c0f";
            this.HorizontalLinePrimitive10.Name = "HorizontalLinePrimitive10";
            this.HorizontalLinePrimitive10.Size = 3F;
            this.HorizontalLinePrimitive10.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive10.Interaction = null;
            this.HorizontalLinePrimitive10.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.GroupHeaderBand8.Interaction = null;
            // 
            // DataBand6
            // 
            this.DataBand6 = new Stimulsoft.Report.Components.StiDataBand();
            this.DataBand6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 12.8, 19, 0.6);
            this.DataBand6.BeforePrint += new System.EventHandler(this.DataBand6_Conditions);
            this.DataBand6.DataSourceName = "Costing";
            this.DataBand6.Guid = "68d0945eea9a490bbac8580f8aa18acf";
            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), false);
            this.DataBand6.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.DataBand6.BusinessObjectGuid = null;
            // 
            // Text57
            // 
            this.Text57 = new Stimulsoft.Report.Components.StiText();
            this.Text57.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 8.8, 0.6);
            this.Text57.Guid = "582ee0275fcf4095b79a60ed3798bead";
            this.Text57.Name = "Text57";
            this.Text57.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text57__GetValue);
            this.Text57.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text57.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text57.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), false);
            this.Text57.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text57.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.Text57.Indicator = 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, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text427
            // 
            this.Text427 = new Stimulsoft.Report.Components.StiText();
            this.Text427.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(8.8, 0, 3, 0.6);
            this.Text427.Guid = "1f5aae1b4d534b5888a01e5350ea2747";
            this.Text427.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text427.Name = "Text427";
            this.Text427.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text427__GetValue);
            this.Text427.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text427.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text427.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), false);
            this.Text427.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text427.Font = new System.Drawing.Font("Arial", 9F);
            this.Text427.Indicator = null;
            this.Text427.Interaction = null;
            this.Text427.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text427.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text427.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService(0, 1, ".", 2, ",", 3, "$", true, true, " ");
            this.Text427.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text428
            // 
            this.Text428 = new Stimulsoft.Report.Components.StiText();
            this.Text428.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(11.8, 0, 3.4, 0.6);
            this.Text428.Guid = "997dee5e4d944b62b111c2e0ec203065";
            this.Text428.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text428.Name = "Text428";
            this.Text428.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text428__GetValue);
            this.Text428.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text428.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text428.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), false);
            this.Text428.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text428.Font = new System.Drawing.Font("Arial", 9F);
            this.Text428.Indicator = null;
            this.Text428.Interaction = null;
            this.Text428.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text428.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text428.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService(0, 1, ".", 2, ",", 3, "$", true, true, " ");
            this.Text428.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text429
            // 
            this.Text429 = new Stimulsoft.Report.Components.StiText();
            this.Text429.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(15.4, 0, 3.6, 0.6);
            this.Text429.Guid = "853c00f568a144a9bec688b28657b8c9";
            this.Text429.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text429.Name = "Text429";
            this.Text429.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text429__GetValue);
            this.Text429.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text429.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text429.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), false);
            this.Text429.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text429.Font = new System.Drawing.Font("Arial", 9F);
            this.Text429.Indicator = null;
            this.Text429.Interaction = null;
            this.Text429.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text429.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text429.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService(0, 1, ".", 2, ",", 3, "$", true, true, " ");
            this.Text429.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // HorizontalLinePrimitive6
            // 
            this.HorizontalLinePrimitive6 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 19, 0.0254);
            this.HorizontalLinePrimitive6.Color = System.Drawing.Color.MidnightBlue;
            this.HorizontalLinePrimitive6.Guid = "b3851332c1ca48d18b0150ff4e80b70b";
            this.HorizontalLinePrimitive6.Name = "HorizontalLinePrimitive6";
            this.HorizontalLinePrimitive6.Size = 2F;
            this.HorizontalLinePrimitive6.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive6.Interaction = null;
            this.HorizontalLinePrimitive6.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.DataBand6.DataRelationName = null;
            this.DataBand6.Interaction = null;
            this.DataBand6.MasterComponent = null;
            // 
            // GroupFooterBand1
            // 
            this.GroupFooterBand1 = new Stimulsoft.Report.Components.StiGroupFooterBand();
            this.GroupFooterBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 14.2, 19, 3.4);
            this.GroupFooterBand1.BeforePrint += new System.EventHandler(this.GroupFooterBand1_Conditions);
            this.GroupFooterBand1.Guid = "7675f8412f854db88ce3e41fa09eaa21";
            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), false);
            this.GroupFooterBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // Text58
            // 
            this.Text58 = new Stimulsoft.Report.Components.StiText();
            this.Text58.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9.6, 0.2, 6.4, 0.6);
            this.Text58.Guid = "1a9f882399f940b4843f8b92fe1b491a";
            this.Text58.Name = "Text58";
            this.Text58.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text58__GetValue);
            this.Text58.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text58.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            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), false);
            this.Text58.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text58.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.Text58.Indicator = 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);
            // 
            // Text59
            // 
            this.Text59 = new Stimulsoft.Report.Components.StiText();
            this.Text59.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9.6, 2, 6.4, 0.6);
            this.Text59.Guid = "c04517ece2804c8c93fe221c5447573a";
            this.Text59.Name = "Text59";
            this.Text59.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text59__GetValue);
            this.Text59.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text59.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            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), false);
            this.Text59.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text59.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.Text59.Indicator = 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);
            // 
            // Text60
            // 
            this.Text60 = new Stimulsoft.Report.Components.StiText();
            this.Text60.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 2, 3, 0.6);
            this.Text60.Guid = "17923f86b750434d8550d965093cdceb";
            this.Text60.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text60.Name = "Text60";
            // 
            // Text60_Sum
            // 
            this.Text60.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text60__GetValue);
            this.Text60.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text60.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text60.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), false);
            this.Text60.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text60.Font = new System.Drawing.Font("Arial", 9F);
            this.Text60.Indicator = 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.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService(0, 1, ".", 2, ",", 3, "$", true, true, " ");
            this.Text60.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 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(9.6, 2.8, 6.4, 0.4);
            this.Text61.Guid = "e69dcfccd4d641b6840f6388618cdba2";
            this.Text61.Name = "Text61";
            this.Text61.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text61__GetValue);
            this.Text61.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text61.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            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), false);
            this.Text61.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text61.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.Text61.Indicator = 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);
            // 
            // Text62
            // 
            this.Text62 = new Stimulsoft.Report.Components.StiText();
            this.Text62.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 2.66, 3, 1);
            this.Text62.Guid = "4a7fa5491a9d4a91836c1f3cd822df35";
            this.Text62.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text62.Name = "Text62";
            // 
            // Text62_Sum1
            // 
            // 
            // Text62_Sum2
            // 
            this.Text62.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text62__GetValue);
            this.Text62.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text62.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text62.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), false);
            this.Text62.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text62.Font = new System.Drawing.Font("Arial", 9F);
            this.Text62.Indicator = 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.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService(0, 1, ".", 2, ",", 3, "$", true, true, " ");
            this.Text62.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text439
            // 
            this.Text439 = new Stimulsoft.Report.Components.StiText();
            this.Text439.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9.6, 1.4, 6.4, 0.6);
            this.Text439.Guid = "10feecf79c264798a2af82584e642ba2";
            this.Text439.Name = "Text439";
            this.Text439.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text439__GetValue);
            this.Text439.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text439.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text439.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), false);
            this.Text439.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text439.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.Text439.Indicator = null;
            this.Text439.Interaction = null;
            this.Text439.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text439.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text439.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text437
            // 
            this.Text437 = new Stimulsoft.Report.Components.StiText();
            this.Text437.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9.6, 0.8, 6.4, 0.6);
            this.Text437.Guid = "80e6316237bc48e385286d6e734a6852";
            this.Text437.Name = "Text437";
            // 
            // Text437_Sum1
            // 
            // 
            // Text437_Sum2
            // 
            this.Text437.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text437__GetValue);
            this.Text437.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text437.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text437.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), false);
            this.Text437.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text437.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.Text437.Indicator = null;
            this.Text437.Interaction = null;
            this.Text437.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text437.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text437.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text438
            // 
            this.Text438 = new Stimulsoft.Report.Components.StiText();
            this.Text438.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 0.8, 3, 0.6);
            this.Text438.Guid = "e8043f3e3ddd4faf9f6071c4383cbfb4";
            this.Text438.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text438.Name = "Text438";
            // 
            // Text438_Sum
            // 
            this.Text438.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text438__GetValue);
            this.Text438.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text438.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text438.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), false);
            this.Text438.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text438.Font = new System.Drawing.Font("Arial", 9F);
            this.Text438.Indicator = null;
            this.Text438.Interaction = null;
            this.Text438.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text438.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text438.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService(0, 1, ".", 2, ",", 3, "$", true, true, " ");
            this.Text438.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text432
            // 
            this.Text432 = new Stimulsoft.Report.Components.StiText();
            this.Text432.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 0.2, 3, 0.6);
            this.Text432.Guid = "f3e01f7264694e31ab882981d6692cca";
            this.Text432.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text432.Name = "Text432";
            // 
            // Text432_Sum
            // 
            this.Text432.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text432__GetValue);
            this.Text432.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text432.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text432.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), false);
            this.Text432.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text432.Font = new System.Drawing.Font("Arial", 9F);
            this.Text432.Indicator = null;
            this.Text432.Interaction = null;
            this.Text432.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text432.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text432.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService(0, 1, ".", 2, ",", 3, "$", true, true, " ");
            this.Text432.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // Text1900
            // 
            this.Text1900 = new Stimulsoft.Report.Components.StiText();
            this.Text1900.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 1.4, 3, 0.6);
            this.Text1900.Guid = "a3c039c74f0f485b92e1e2ed79b39fdc";
            this.Text1900.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
            this.Text1900.Name = "Text1900";
            // 
            // Text1900_Sum
            // 
            this.Text1900.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text1900__GetValue);
            this.Text1900.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text1900.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
            this.Text1900.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), false);
            this.Text1900.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text1900.Font = new System.Drawing.Font("Arial", 9F);
            this.Text1900.Indicator = null;
            this.Text1900.Interaction = null;
            this.Text1900.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text1900.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text1900.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiCurrencyFormatService(0, 1, ".", 2, ",", 3, "$", true, true, " ");
            this.Text1900.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            // 
            // HorizontalLinePrimitive7
            // 
            this.HorizontalLinePrimitive7 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 2.6, 3, 0.0254);
            this.HorizontalLinePrimitive7.Color = System.Drawing.Color.DarkBlue;
            this.HorizontalLinePrimitive7.Guid = "2963dc42d1634b4c8ebc4d19b910dc7b";
            this.HorizontalLinePrimitive7.Name = "HorizontalLinePrimitive7";
            this.HorizontalLinePrimitive7.Size = 3F;
            this.HorizontalLinePrimitive7.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive7.Interaction = null;
            this.HorizontalLinePrimitive7.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            // 
            // HorizontalLinePrimitive8
            // 
            this.HorizontalLinePrimitive8 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 19, 0.0254);
            this.HorizontalLinePrimitive8.Color = System.Drawing.Color.DarkBlue;
            this.HorizontalLinePrimitive8.Guid = "e77606e5ffb94a7abb68ac30cf0172f3";
            this.HorizontalLinePrimitive8.Name = "HorizontalLinePrimitive8";
            this.HorizontalLinePrimitive8.Size = 3F;
            this.HorizontalLinePrimitive8.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive8.Interaction = null;
            this.HorizontalLinePrimitive8.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            // 
            // HorizontalLinePrimitive49
            // 
            this.HorizontalLinePrimitive49 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive49.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16, 1.4, 3, 0.0254);
            this.HorizontalLinePrimitive49.Color = System.Drawing.Color.DarkBlue;
            this.HorizontalLinePrimitive49.Guid = "d439b5e1a326460a9f30f2a82c3f8ea4";
            this.HorizontalLinePrimitive49.Name = "HorizontalLinePrimitive49";
            this.HorizontalLinePrimitive49.Size = 3F;
            this.HorizontalLinePrimitive49.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive49.Interaction = null;
            this.HorizontalLinePrimitive49.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            // 
            // HorizontalLinePrimitive9
            // 
            this.HorizontalLinePrimitive9 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive();
            this.HorizontalLinePrimitive9.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 19, 0.0254);
            this.HorizontalLinePrimitive9.Color = System.Drawing.Color.Black;
            this.HorizontalLinePrimitive9.Guid = "b06584865eaf4402828b97a9f6d6add6";
            this.HorizontalLinePrimitive9.Name = "HorizontalLinePrimitive9";
            this.HorizontalLinePrimitive9.Style = Stimulsoft.Base.Drawing.StiPenStyle.Dash;
            this.HorizontalLinePrimitive9.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.HorizontalLinePrimitive9.Interaction = null;
            this.HorizontalLinePrimitive9.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black);
            this.GroupFooterBand1.Interaction = null;
            this.ScopeOfWorkPage_Hollard.ExcelSheetValue = null;
            this.ScopeOfWorkPage_Hollard.Interaction = null;
            this.ScopeOfWorkPage_Hollard.Margins = new Stimulsoft.Report.Components.StiMargins(1, 1, 1, 1);
            this.ScopeOfWorkPage_Hollard_Watermark = new Stimulsoft.Report.Components.StiWatermark();
            this.ScopeOfWorkPage_Hollard_Watermark.Font = new System.Drawing.Font("Arial", 100F);
            this.ScopeOfWorkPage_Hollard_Watermark.Image = null;
            this.ScopeOfWorkPage_Hollard_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
            // 
            // DetailedScopeInsurer
            // 
            this.DetailedScopeInsurer = new Stimulsoft.Report.Components.StiPage();
            this.DetailedScopeInsurer.BeforePrint += new System.EventHandler(this.DetailedScopeInsurer_Conditions);
            this.DetailedScopeInsurer.Enabled = false;
            this.DetailedScopeInsurer.Guid = "0eb2cf2bf662422a83b80631e043eca1";
            this.DetailedScopeInsurer.Name = "DetailedScopeInsurer";
            this.DetailedScopeInsurer.PageHeight = 29.7;
            this.DetailedScopeInsurer.PageWidth = 21;
            this.DetailedScopeInsurer.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), false);
            this.DetailedScopeInsurer.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            // 
            // EstDetailedScopeInsurer
            // 
            this.EstDetailedScopeInsurer = new Stimulsoft.Report.Components.StiSubReport();
            this.EstDetailedScopeInsurer.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 19, 27.8);
            this.EstDetailedScopeInsurer.Name = "EstDetailedScopeInsurer";
            this.EstDetailedScopeInsurer.UseExternalReport = true;
            this.EstDetailedScopeInsurer.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), false);
            this.EstDetailedScopeInsurer.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.EstDetailedScopeInsurer.Guid = null;
            this.EstDetailedScopeInsurer.Interaction = null;
            this.EstDetailedScopeInsurer.SubReportPageGuid = null;
            // 
            // Text394
            // 
            this.Text394 = new Stimulsoft.Report.Components.StiText();
            this.Text394.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7.6, 26.8, 2.6, 0.4);
            this.Text394.Guid = "ff7084b20b204767ad413c8ef37d5f50";
            this.Text394.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
            this.Text394.Name = "Text394";
            this.Text394.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text394__GetValue);
            this.Text394.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression;
            this.Text394.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.None, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false);
            this.Text394.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.Text394.Font = new System.Drawing.Font("Arial", 9F);
            this.Text394.Indicator = null;
            this.Text394.Interaction = null;
            this.Text394.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
            this.Text394.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.Text394.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
            this.DetailedScopeInsurer.ExcelSheetValue = null;
            this.DetailedScopeInsurer.Interaction = null;
            this.DetailedScopeInsurer.Margins = new Stimulsoft.Report.Components.StiMargins(1, 1, 1, 1);
            this.DetailedScopeInsurer_Watermark = new Stimulsoft.Report.Components.StiWatermark();
            this.DetailedScopeInsurer_Watermark.Font = new System.Drawing.Font("Arial", 100F);
            this.DetailedScopeInsurer_Watermark.Image = null;
            this.DetailedScopeInsurer_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
            this.Report_PrinterSettings = new Stimulsoft.Report.Print.StiPrinterSettings();
            this.ReportResources.Add(new Stimulsoft.Report.StiReportResource("Image1.png", "Image1", "Image", Stimulsoft.Report.StiReportResourceType.Bitmap));
            this.ReportResources.Add(new Stimulsoft.Report.StiReportResource("Image8.png", "Image8", "Image", Stimulsoft.Report.StiReportResourceType.Bitmap));
            this.ReportResources.Add(new Stimulsoft.Report.StiReportResource("Image9.png", "Image9", "Image", Stimulsoft.Report.StiReportResourceType.Bitmap));
            this.ReportResources.Add(new Stimulsoft.Report.StiReportResource("Image3.png", "Image3", "Image", Stimulsoft.Report.StiReportResourceType.Bitmap));
            // 
            // StyleStyle1
            // 
            this.StyleStyle1 = new Stimulsoft.Report.StiStyle();
            this.StyleStyle1.AllowUseVertAlignment = true;
            this.StyleStyle1.Description = "";
            this.StyleStyle1.Name = "Style1";
            this.StyleStyle1.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), false);
            this.StyleStyle1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.StyleStyle1.Font = new System.Drawing.Font("Arial", 8F);
            this.StyleStyle1.Image = null;
            this.StyleStyle1.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            // 
            // StyleStyle2
            // 
            this.StyleStyle2 = new Stimulsoft.Report.StiStyle();
            this.StyleStyle2.Description = "";
            this.StyleStyle2.Name = "Style2";
            this.StyleStyle2.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), false);
            this.StyleStyle2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
            this.StyleStyle2.Font = new System.Drawing.Font("Arial", 8F);
            this.StyleStyle2.Image = null;
            this.StyleStyle2.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
            this.PrinterSettings = this.Report_PrinterSettings;
            this.Page1.Report = this;
            this.Page1.Watermark = this.Page1_Watermark;
            this.PageFooterBand1.Page = this.Page1;
            this.PageFooterBand1.Parent = this.Page1;
            this.Text181.Page = this.Page1;
            this.Text181.Parent = this.PageFooterBand1;
            this.Image1.Page = this.Page1;
            this.Image1.Parent = this.PageFooterBand1;
            this.Text21.Page = this.Page1;
            this.Text21.Parent = this.PageFooterBand1;
            this.HorizontalLinePrimitive29.Page = this.Page1;
            this.HorizontalLinePrimitive29.Parent = this.PageFooterBand1;
            this.ReportTitleBand1.Page = this.Page1;
            this.ReportTitleBand1.Parent = this.Page1;
            this.Text11.Page = this.Page1;
            this.Text11.Parent = this.ReportTitleBand1;
            this.Text110.Page = this.Page1;
            this.Text110.Parent = this.ReportTitleBand1;
            this.Text111.Page = this.Page1;
            this.Text111.Parent = this.ReportTitleBand1;
            this.Text115.Page = this.Page1;
            this.Text115.Parent = this.ReportTitleBand1;
            this.Text116.Page = this.Page1;
            this.Text116.Parent = this.ReportTitleBand1;
            this.Text117.Page = this.Page1;
            this.Text117.Parent = this.ReportTitleBand1;
            this.Text118.Page = this.Page1;
            this.Text118.Parent = this.ReportTitleBand1;
            this.Text119.Page = this.Page1;
            this.Text119.Parent = this.ReportTitleBand1;
            this.Text120.Page = this.Page1;
            this.Text120.Parent = this.ReportTitleBand1;
            this.Image5.Page = this.Page1;
            this.Image5.Parent = this.ReportTitleBand1;
            this.DataBand1.Page = this.Page1;
            this.DataBand1.Parent = this.Page1;
            this.Text4.Page = this.Page1;
            this.Text4.Parent = this.DataBand1;
            this.Text1.Page = this.Page1;
            this.Text1.Parent = this.DataBand1;
            this.Text2.Page = this.Page1;
            this.Text2.Parent = this.DataBand1;
            this.Text3.Page = this.Page1;
            this.Text3.Parent = this.DataBand1;
            this.Text5.Page = this.Page1;
            this.Text5.Parent = this.DataBand1;
            this.Text6.Page = this.Page1;
            this.Text6.Parent = this.DataBand1;
            this.Text7.Page = this.Page1;
            this.Text7.Parent = this.DataBand1;
            this.Text8.Page = this.Page1;
            this.Text8.Parent = this.DataBand1;
            this.Text9.Page = this.Page1;
            this.Text9.Parent = this.DataBand1;
            this.Text10.Page = this.Page1;
            this.Text10.Parent = this.DataBand1;
            this.Text12.Page = this.Page1;
            this.Text12.Parent = this.DataBand1;
            this.Text13.Page = this.Page1;
            this.Text13.Parent = this.DataBand1;
            this.Text14.Page = this.Page1;
            this.Text14.Parent = this.DataBand1;
            this.Text28.Page = this.Page1;
            this.Text28.Parent = this.DataBand1;
            this.Text29.Page = this.Page1;
            this.Text29.Parent = this.DataBand1;
            this.Text30.Page = this.Page1;
            this.Text30.Parent = this.DataBand1;
            this.Text32.Page = this.Page1;
            this.Text32.Parent = this.DataBand1;
            this.Text34.Page = this.Page1;
            this.Text34.Parent = this.DataBand1;
            this.Text31.Page = this.Page1;
            this.Text31.Parent = this.DataBand1;
            this.Text33.Page = this.Page1;
            this.Text33.Parent = this.DataBand1;
            this.Text35.Page = this.Page1;
            this.Text35.Parent = this.DataBand1;
            this.Text36.Page = this.Page1;
            this.Text36.Parent = this.DataBand1;
            this.Text37.Page = this.Page1;
            this.Text37.Parent = this.DataBand1;
            this.Text38.Page = this.Page1;
            this.Text38.Parent = this.DataBand1;
            this.Text39.Page = this.Page1;
            this.Text39.Parent = this.DataBand1;
            this.Text350.Page = this.Page1;
            this.Text350.Parent = this.DataBand1;
            this.Text351.Page = this.Page1;
            this.Text351.Parent = this.DataBand1;
            this.HorizontalLinePrimitive4.Page = this.Page1;
            this.HorizontalLinePrimitive4.Parent = this.DataBand1;
            this.HorizontalLinePrimitive3.Page = this.Page1;
            this.HorizontalLinePrimitive3.Parent = this.DataBand1;
            this.DataBand18.Page = this.Page1;
            this.DataBand18.Parent = this.Page1;
            this.Text177.Page = this.Page1;
            this.Text177.Parent = this.DataBand18;
            this.Text204.Page = this.Page1;
            this.Text204.Parent = this.DataBand18;
            this.Text229.Page = this.Page1;
            this.Text229.Parent = this.DataBand18;
            this.Text42.Page = this.Page1;
            this.Text42.Parent = this.DataBand18;
            this.Text16.Page = this.Page1;
            this.Text16.Parent = this.DataBand18;
            this.Text17.Page = this.Page1;
            this.Text17.Parent = this.DataBand18;
            this.Text44.Page = this.Page1;
            this.Text44.Parent = this.DataBand18;
            this.HorizontalLinePrimitive23.Page = this.Page1;
            this.HorizontalLinePrimitive23.Parent = this.DataBand18;
            this.HorizontalLinePrimitive25.Page = this.Page1;
            this.HorizontalLinePrimitive25.Parent = this.DataBand18;
            this.DataBand19.Page = this.Page1;
            this.DataBand19.Parent = this.Page1;
            this.Text40.Page = this.Page1;
            this.Text40.Parent = this.DataBand19;
            this.HorizontalLinePrimitive26.Page = this.Page1;
            this.HorizontalLinePrimitive26.Parent = this.DataBand19;
            this.DataBand48.Page = this.Page1;
            this.DataBand48.Parent = this.Page1;
            this.Text247.Page = this.Page1;
            this.Text247.Parent = this.DataBand48;
            this.Text248.Page = this.Page1;
            this.Text248.Parent = this.DataBand48;
            this.Text249.Page = this.Page1;
            this.Text249.Parent = this.DataBand48;
            this.Text250.Page = this.Page1;
            this.Text250.Parent = this.DataBand48;
            this.Text251.Page = this.Page1;
            this.Text251.Parent = this.DataBand48;
            this.Text252.Page = this.Page1;
            this.Text252.Parent = this.DataBand48;
            this.HorizontalLinePrimitive24.Page = this.Page1;
            this.HorizontalLinePrimitive24.Parent = this.DataBand48;
            this.DataBand2.Page = this.Page1;
            this.DataBand2.Parent = this.Page1;
            this.Text127.Page = this.Page1;
            this.Text127.Parent = this.DataBand2;
            this.HorizontalLinePrimitive27.Page = this.Page1;
            this.HorizontalLinePrimitive27.Parent = this.DataBand2;
            this.DataBand3.Page = this.Page1;
            this.DataBand3.Parent = this.Page1;
            this.Text15.Page = this.Page1;
            this.Text15.Parent = this.DataBand3;
            this.Text18.Page = this.Page1;
            this.Text18.Parent = this.DataBand3;
            this.HorizontalLinePrimitive28.Page = this.Page1;
            this.HorizontalLinePrimitive28.Parent = this.DataBand3;
            this.DataBand7.Page = this.Page1;
            this.DataBand7.Parent = this.Page1;
            this.Text68.Page = this.Page1;
            this.Text68.Parent = this.DataBand7;
            this.Text69.Page = this.Page1;
            this.Text69.Parent = this.DataBand7;
            this.DataBand8.Page = this.Page1;
            this.DataBand8.Parent = this.Page1;
            this.Text67.Page = this.Page1;
            this.Text67.Parent = this.DataBand8;
            this.Text70.Page = this.Page1;
            this.Text70.Parent = this.DataBand8;
            this.Text71.Page = this.Page1;
            this.Text71.Parent = this.DataBand8;
            this.Text73.Page = this.Page1;
            this.Text73.Parent = this.DataBand8;
            this.Text74.Page = this.Page1;
            this.Text74.Parent = this.DataBand8;
            this.Text75.Page = this.Page1;
            this.Text75.Parent = this.DataBand8;
            this.PhotosPage.Report = this;
            this.PhotosPage.Watermark = this.PhotosPage_Watermark;
            this.PageFooterBand3.Page = this.PhotosPage;
            this.PageFooterBand3.Parent = this.PhotosPage;
            this.Text183.Page = this.PhotosPage;
            this.Text183.Parent = this.PageFooterBand3;
            this.Image8.Page = this.PhotosPage;
            this.Image8.Parent = this.PageFooterBand3;
            this.Text63.Page = this.PhotosPage;
            this.Text63.Parent = this.PageFooterBand3;
            this.ReportTitleBand3.Page = this.PhotosPage;
            this.ReportTitleBand3.Parent = this.PhotosPage;
            this.Text141.Page = this.PhotosPage;
            this.Text141.Parent = this.ReportTitleBand3;
            this.Text142.Page = this.PhotosPage;
            this.Text142.Parent = this.ReportTitleBand3;
            this.Text143.Page = this.PhotosPage;
            this.Text143.Parent = this.ReportTitleBand3;
            this.Text144.Page = this.PhotosPage;
            this.Text144.Parent = this.ReportTitleBand3;
            this.Text145.Page = this.PhotosPage;
            this.Text145.Parent = this.ReportTitleBand3;
            this.Text146.Page = this.PhotosPage;
            this.Text146.Parent = this.ReportTitleBand3;
            this.Text147.Page = this.PhotosPage;
            this.Text147.Parent = this.ReportTitleBand3;
            this.Text148.Page = this.PhotosPage;
            this.Text148.Parent = this.ReportTitleBand3;
            this.Text149.Page = this.PhotosPage;
            this.Text149.Parent = this.ReportTitleBand3;
            this.Image2.Page = this.PhotosPage;
            this.Image2.Parent = this.ReportTitleBand3;
            this.DataBand11.Page = this.PhotosPage;
            this.DataBand11.Parent = this.PhotosPage;
            this.Text150.Page = this.PhotosPage;
            this.Text150.Parent = this.DataBand11;
            this.HorizontalLinePrimitive11.Page = this.PhotosPage;
            this.HorizontalLinePrimitive11.Parent = this.DataBand11;
            this.HorizontalLinePrimitive12.Page = this.PhotosPage;
            this.HorizontalLinePrimitive12.Parent = this.DataBand11;
            this.DataBand12.Page = this.PhotosPage;
            this.DataBand12.Parent = this.PhotosPage;
            this.Image7.Page = this.PhotosPage;
            this.Image7.Parent = this.DataBand12;
            this.Text151.Page = this.PhotosPage;
            this.InitializeComponent5();
        }
        
        public void InitializeComponent5()
        {
            this.Text151.Parent = this.DataBand12;
            this.ScopeOfWorkPage.Report = this;
            this.ScopeOfWorkPage.Watermark = this.ScopeOfWorkPage_Watermark;
            this.PageFooterBand4.Page = this.ScopeOfWorkPage;
            this.PageFooterBand4.Parent = this.ScopeOfWorkPage;
            this.Text189.Page = this.ScopeOfWorkPage;
            this.Text189.Parent = this.PageFooterBand4;
            this.Image9.Page = this.ScopeOfWorkPage;
            this.Image9.Parent = this.PageFooterBand4;
            this.Text64.Page = this.ScopeOfWorkPage;
            this.Text64.Parent = this.PageFooterBand4;
            this.ReportTitleBand4.Page = this.ScopeOfWorkPage;
            this.ReportTitleBand4.Parent = this.ScopeOfWorkPage;
            this.Text66.Page = this.ScopeOfWorkPage;
            this.Text66.Parent = this.ReportTitleBand4;
            this.Text80.Page = this.ScopeOfWorkPage;
            this.Text80.Parent = this.ReportTitleBand4;
            this.Text97.Page = this.ScopeOfWorkPage;
            this.Text97.Parent = this.ReportTitleBand4;
            this.Text108.Page = this.ScopeOfWorkPage;
            this.Text108.Parent = this.ReportTitleBand4;
            this.Text184.Page = this.ScopeOfWorkPage;
            this.Text184.Parent = this.ReportTitleBand4;
            this.Text185.Page = this.ScopeOfWorkPage;
            this.Text185.Parent = this.ReportTitleBand4;
            this.Text186.Page = this.ScopeOfWorkPage;
            this.Text186.Parent = this.ReportTitleBand4;
            this.Text187.Page = this.ScopeOfWorkPage;
            this.Text187.Parent = this.ReportTitleBand4;
            this.Text188.Page = this.ScopeOfWorkPage;
            this.Text188.Parent = this.ReportTitleBand4;
            this.Image4.Page = this.ScopeOfWorkPage;
            this.Image4.Parent = this.ReportTitleBand4;
            this.DataBand13.Page = this.ScopeOfWorkPage;
            this.DataBand13.Parent = this.ScopeOfWorkPage;
            this.Text152.Page = this.ScopeOfWorkPage;
            this.Text152.Parent = this.DataBand13;
            this.HorizontalLinePrimitive13.Page = this.ScopeOfWorkPage;
            this.HorizontalLinePrimitive13.Parent = this.DataBand13;
            this.HorizontalLinePrimitive14.Page = this.ScopeOfWorkPage;
            this.HorizontalLinePrimitive14.Parent = this.DataBand13;
            this.GroupHeaderBand1.Page = this.ScopeOfWorkPage;
            this.GroupHeaderBand1.Parent = this.ScopeOfWorkPage;
            this.GroupHeaderBand3.Page = this.ScopeOfWorkPage;
            this.GroupHeaderBand3.Parent = this.ScopeOfWorkPage;
            this.GroupHeaderBand2.Page = this.ScopeOfWorkPage;
            this.GroupHeaderBand2.Parent = this.ScopeOfWorkPage;
            this.Text153.Page = this.ScopeOfWorkPage;
            this.Text153.Parent = this.GroupHeaderBand2;
            this.Text155.Page = this.ScopeOfWorkPage;
            this.Text155.Parent = this.GroupHeaderBand2;
            this.Text156.Page = this.ScopeOfWorkPage;
            this.Text156.Parent = this.GroupHeaderBand2;
            this.DataBand14.Page = this.ScopeOfWorkPage;
            this.DataBand14.Parent = this.ScopeOfWorkPage;
            this.Text154.Page = this.ScopeOfWorkPage;
            this.Text154.Parent = this.DataBand14;
            this.Text157.Page = this.ScopeOfWorkPage;
            this.Text157.Parent = this.DataBand14;
            this.Text158.Page = this.ScopeOfWorkPage;
            this.Text158.Parent = this.DataBand14;
            this.GroupHeaderBand4.Page = this.ScopeOfWorkPage;
            this.GroupHeaderBand4.Parent = this.ScopeOfWorkPage;
            this.Text159.Page = this.ScopeOfWorkPage;
            this.Text159.Parent = this.GroupHeaderBand4;
            this.Text160.Page = this.ScopeOfWorkPage;
            this.Text160.Parent = this.GroupHeaderBand4;
            this.Text161.Page = this.ScopeOfWorkPage;
            this.Text161.Parent = this.GroupHeaderBand4;
            this.Text162.Page = this.ScopeOfWorkPage;
            this.Text162.Parent = this.GroupHeaderBand4;
            this.Text163.Page = this.ScopeOfWorkPage;
            this.Text163.Parent = this.GroupHeaderBand4;
            this.HorizontalLinePrimitive15.Page = this.ScopeOfWorkPage;
            this.HorizontalLinePrimitive15.Parent = this.GroupHeaderBand4;
            this.DataBand16.Page = this.ScopeOfWorkPage;
            this.DataBand16.Parent = this.ScopeOfWorkPage;
            this.Text164.Page = this.ScopeOfWorkPage;
            this.Text164.Parent = this.DataBand16;
            this.Text165.Page = this.ScopeOfWorkPage;
            this.Text165.Parent = this.DataBand16;
            this.Text166.Page = this.ScopeOfWorkPage;
            this.Text166.Parent = this.DataBand16;
            this.Text167.Page = this.ScopeOfWorkPage;
            this.Text167.Parent = this.DataBand16;
            this.HorizontalLinePrimitive16.Page = this.ScopeOfWorkPage;
            this.HorizontalLinePrimitive16.Parent = this.DataBand16;
            this.GroupFooterBand2.Page = this.ScopeOfWorkPage;
            this.GroupFooterBand2.Parent = this.ScopeOfWorkPage;
            this.Text168.Page = this.ScopeOfWorkPage;
            this.Text168.Parent = this.GroupFooterBand2;
            this.Text169.Page = this.ScopeOfWorkPage;
            this.Text169.Parent = this.GroupFooterBand2;
            this.Text170.Page = this.ScopeOfWorkPage;
            this.Text170.Parent = this.GroupFooterBand2;
            this.Text171.Page = this.ScopeOfWorkPage;
            this.Text171.Parent = this.GroupFooterBand2;
            this.Text172.Page = this.ScopeOfWorkPage;
            this.Text172.Parent = this.GroupFooterBand2;
            this.Text173.Page = this.ScopeOfWorkPage;
            this.Text173.Parent = this.GroupFooterBand2;
            this.HorizontalLinePrimitive18.Page = this.ScopeOfWorkPage;
            this.HorizontalLinePrimitive18.Parent = this.GroupFooterBand2;
            this.HorizontalLinePrimitive19.Page = this.ScopeOfWorkPage;
            this.HorizontalLinePrimitive19.Parent = this.GroupFooterBand2;
            this.HorizontalLinePrimitive20.Page = this.ScopeOfWorkPage;
            this.HorizontalLinePrimitive20.Parent = this.GroupFooterBand2;
            this.HorizontalLinePrimitive17.Page = this.ScopeOfWorkPage;
            this.HorizontalLinePrimitive17.Parent = this.GroupFooterBand2;
            this.ScopeOfWorkPage_Hollard.Report = this;
            this.ScopeOfWorkPage_Hollard.Watermark = this.ScopeOfWorkPage_Hollard_Watermark;
            this.PageFooterBand2.Page = this.ScopeOfWorkPage_Hollard;
            this.PageFooterBand2.Parent = this.ScopeOfWorkPage_Hollard;
            this.Text19.Page = this.ScopeOfWorkPage_Hollard;
            this.Text19.Parent = this.PageFooterBand2;
            this.Image3.Page = this.ScopeOfWorkPage_Hollard;
            this.Image3.Parent = this.PageFooterBand2;
            this.Text65.Page = this.ScopeOfWorkPage_Hollard;
            this.Text65.Parent = this.PageFooterBand2;
            this.ReportTitleBand2.Page = this.ScopeOfWorkPage_Hollard;
            this.ReportTitleBand2.Parent = this.ScopeOfWorkPage_Hollard;
            this.Text20.Page = this.ScopeOfWorkPage_Hollard;
            this.Text20.Parent = this.ReportTitleBand2;
            this.Text22.Page = this.ScopeOfWorkPage_Hollard;
            this.Text22.Parent = this.ReportTitleBand2;
            this.Text23.Page = this.ScopeOfWorkPage_Hollard;
            this.Text23.Parent = this.ReportTitleBand2;
            this.Text24.Page = this.ScopeOfWorkPage_Hollard;
            this.Text24.Parent = this.ReportTitleBand2;
            this.Text25.Page = this.ScopeOfWorkPage_Hollard;
            this.Text25.Parent = this.ReportTitleBand2;
            this.Text26.Page = this.ScopeOfWorkPage_Hollard;
            this.Text26.Parent = this.ReportTitleBand2;
            this.Text27.Page = this.ScopeOfWorkPage_Hollard;
            this.Text27.Parent = this.ReportTitleBand2;
            this.Text41.Page = this.ScopeOfWorkPage_Hollard;
            this.Text41.Parent = this.ReportTitleBand2;
            this.Text43.Page = this.ScopeOfWorkPage_Hollard;
            this.Text43.Parent = this.ReportTitleBand2;
            this.Image6.Page = this.ScopeOfWorkPage_Hollard;
            this.Image6.Parent = this.ReportTitleBand2;
            this.DataBand4.Page = this.ScopeOfWorkPage_Hollard;
            this.DataBand4.Parent = this.ScopeOfWorkPage_Hollard;
            this.Text45.Page = this.ScopeOfWorkPage_Hollard;
            this.Text45.Parent = this.DataBand4;
            this.HorizontalLinePrimitive1.Page = this.ScopeOfWorkPage_Hollard;
            this.HorizontalLinePrimitive1.Parent = this.DataBand4;
            this.HorizontalLinePrimitive2.Page = this.ScopeOfWorkPage_Hollard;
            this.HorizontalLinePrimitive2.Parent = this.DataBand4;
            this.GroupHeaderBand5.Page = this.ScopeOfWorkPage_Hollard;
            this.GroupHeaderBand5.Parent = this.ScopeOfWorkPage_Hollard;
            this.GroupHeaderBand6.Page = this.ScopeOfWorkPage_Hollard;
            this.GroupHeaderBand6.Parent = this.ScopeOfWorkPage_Hollard;
            this.GroupHeaderBand7.Page = this.ScopeOfWorkPage_Hollard;
            this.GroupHeaderBand7.Parent = this.ScopeOfWorkPage_Hollard;
            this.Text46.Page = this.ScopeOfWorkPage_Hollard;
            this.Text46.Parent = this.GroupHeaderBand7;
            this.Text47.Page = this.ScopeOfWorkPage_Hollard;
            this.Text47.Parent = this.GroupHeaderBand7;
            this.Text48.Page = this.ScopeOfWorkPage_Hollard;
            this.Text48.Parent = this.GroupHeaderBand7;
            this.DataBand5.Page = this.ScopeOfWorkPage_Hollard;
            this.DataBand5.Parent = this.ScopeOfWorkPage_Hollard;
            this.Text49.Page = this.ScopeOfWorkPage_Hollard;
            this.Text49.Parent = this.DataBand5;
            this.Text50.Page = this.ScopeOfWorkPage_Hollard;
            this.Text50.Parent = this.DataBand5;
            this.Text51.Page = this.ScopeOfWorkPage_Hollard;
            this.Text51.Parent = this.DataBand5;
            this.GroupHeaderBand8.Page = this.ScopeOfWorkPage_Hollard;
            this.GroupHeaderBand8.Parent = this.ScopeOfWorkPage_Hollard;
            this.Text52.Page = this.ScopeOfWorkPage_Hollard;
            this.Text52.Parent = this.GroupHeaderBand8;
            this.Text53.Page = this.ScopeOfWorkPage_Hollard;
            this.Text53.Parent = this.GroupHeaderBand8;
            this.Text54.Page = this.ScopeOfWorkPage_Hollard;
            this.Text54.Parent = this.GroupHeaderBand8;
            this.Text55.Page = this.ScopeOfWorkPage_Hollard;
            this.Text55.Parent = this.GroupHeaderBand8;
            this.Text56.Page = this.ScopeOfWorkPage_Hollard;
            this.Text56.Parent = this.GroupHeaderBand8;
            this.HorizontalLinePrimitive5.Page = this.ScopeOfWorkPage_Hollard;
            this.HorizontalLinePrimitive5.Parent = this.GroupHeaderBand8;
            this.HorizontalLinePrimitive10.Page = this.ScopeOfWorkPage_Hollard;
            this.HorizontalLinePrimitive10.Parent = this.GroupHeaderBand8;
            this.DataBand6.Page = this.ScopeOfWorkPage_Hollard;
            this.DataBand6.Parent = this.ScopeOfWorkPage_Hollard;
            this.Text57.Page = this.ScopeOfWorkPage_Hollard;
            this.Text57.Parent = this.DataBand6;
            this.Text427.Page = this.ScopeOfWorkPage_Hollard;
            this.Text427.Parent = this.DataBand6;
            this.Text428.Page = this.ScopeOfWorkPage_Hollard;
            this.Text428.Parent = this.DataBand6;
            this.Text429.Page = this.ScopeOfWorkPage_Hollard;
            this.Text429.Parent = this.DataBand6;
            this.HorizontalLinePrimitive6.Page = this.ScopeOfWorkPage_Hollard;
            this.HorizontalLinePrimitive6.Parent = this.DataBand6;
            this.GroupFooterBand1.Page = this.ScopeOfWorkPage_Hollard;
            this.GroupFooterBand1.Parent = this.ScopeOfWorkPage_Hollard;
            this.Text58.Page = this.ScopeOfWorkPage_Hollard;
            this.Text58.Parent = this.GroupFooterBand1;
            this.Text59.Page = this.ScopeOfWorkPage_Hollard;
            this.Text59.Parent = this.GroupFooterBand1;
            this.Text60.Page = this.ScopeOfWorkPage_Hollard;
            this.Text60.Parent = this.GroupFooterBand1;
            this.Text61.Page = this.ScopeOfWorkPage_Hollard;
            this.Text61.Parent = this.GroupFooterBand1;
            this.Text62.Page = this.ScopeOfWorkPage_Hollard;
            this.Text62.Parent = this.GroupFooterBand1;
            this.Text439.Page = this.ScopeOfWorkPage_Hollard;
            this.Text439.Parent = this.GroupFooterBand1;
            this.Text437.Page = this.ScopeOfWorkPage_Hollard;
            this.Text437.Parent = this.GroupFooterBand1;
            this.Text438.Page = this.ScopeOfWorkPage_Hollard;
            this.Text438.Parent = this.GroupFooterBand1;
            this.Text432.Page = this.ScopeOfWorkPage_Hollard;
            this.Text432.Parent = this.GroupFooterBand1;
            this.Text1900.Page = this.ScopeOfWorkPage_Hollard;
            this.Text1900.Parent = this.GroupFooterBand1;
            this.HorizontalLinePrimitive7.Page = this.ScopeOfWorkPage_Hollard;
            this.HorizontalLinePrimitive7.Parent = this.GroupFooterBand1;
            this.HorizontalLinePrimitive8.Page = this.ScopeOfWorkPage_Hollard;
            this.HorizontalLinePrimitive8.Parent = this.GroupFooterBand1;
            this.HorizontalLinePrimitive49.Page = this.ScopeOfWorkPage_Hollard;
            this.HorizontalLinePrimitive49.Parent = this.GroupFooterBand1;
            this.HorizontalLinePrimitive9.Page = this.ScopeOfWorkPage_Hollard;
            this.HorizontalLinePrimitive9.Parent = this.GroupFooterBand1;
            this.DetailedScopeInsurer.Report = this;
            this.DetailedScopeInsurer.Watermark = this.DetailedScopeInsurer_Watermark;
            this.EstDetailedScopeInsurer.Page = this.DetailedScopeInsurer;
            this.EstDetailedScopeInsurer.Parent = this.DetailedScopeInsurer;
            this.Text394.Page = this.DetailedScopeInsurer;
            this.Text394.Parent = this.DetailedScopeInsurer;
            this.GroupHeaderBand4.BeginRender += new System.EventHandler(this.GroupHeaderBand4__BeginRender);
            this.GroupHeaderBand8.BeginRender += new System.EventHandler(this.GroupHeaderBand8__BeginRender);
            this.GroupHeaderBand4.EndRender += new System.EventHandler(this.GroupHeaderBand4__EndRender);
            this.GroupHeaderBand8.EndRender += new System.EventHandler(this.GroupHeaderBand8__EndRender);
            this.GroupHeaderBand4.Rendering += new System.EventHandler(this.GroupHeaderBand4__Rendering);
            this.GroupHeaderBand8.Rendering += new System.EventHandler(this.GroupHeaderBand8__Rendering);
            this.EndRender += new System.EventHandler(this.ReportWordsToEnd__EndRender);
            this.AggregateFunctions = new object[] {
                    this.Text169_Sum,
                    this.Text171_Sum,
                    this.Text173_Sum1,
                    this.Text173_Sum2,
                    this.Text60_Sum,
                    this.Text62_Sum1,
                    this.Text62_Sum2,
                    this.Text437_Sum1,
                    this.Text437_Sum2,
                    this.Text438_Sum,
                    this.Text432_Sum,
                    this.Text1900_Sum};
            // 
            // Add to PageFooterBand1.Components
            // 
            this.PageFooterBand1.Components.Clear();
            this.PageFooterBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text181,
                        this.Image1,
                        this.Text21,
                        this.HorizontalLinePrimitive29});
            // 
            // Add to ReportTitleBand1.Components
            // 
            this.ReportTitleBand1.Components.Clear();
            this.ReportTitleBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text11,
                        this.Text110,
                        this.Text111,
                        this.Text115,
                        this.Text116,
                        this.Text117,
                        this.Text118,
                        this.Text119,
                        this.Text120,
                        this.Image5});
            // 
            // Add to DataBand1.Components
            // 
            this.DataBand1.Components.Clear();
            this.DataBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text4,
                        this.Text1,
                        this.Text2,
                        this.Text3,
                        this.Text5,
                        this.Text6,
                        this.Text7,
                        this.Text8,
                        this.Text9,
                        this.Text10,
                        this.Text12,
                        this.Text13,
                        this.Text14,
                        this.Text28,
                        this.Text29,
                        this.Text30,
                        this.Text32,
                        this.Text34,
                        this.Text31,
                        this.Text33,
                        this.Text35,
                        this.Text36,
                        this.Text37,
                        this.Text38,
                        this.Text39,
                        this.Text350,
                        this.Text351,
                        this.HorizontalLinePrimitive4,
                        this.HorizontalLinePrimitive3});
            // 
            // Add to DataBand18.Components
            // 
            this.DataBand18.Components.Clear();
            this.DataBand18.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text177,
                        this.Text204,
                        this.Text229,
                        this.Text42,
                        this.Text16,
                        this.Text17,
                        this.Text44,
                        this.HorizontalLinePrimitive23,
                        this.HorizontalLinePrimitive25});
            // 
            // Add to DataBand19.Components
            // 
            this.DataBand19.Components.Clear();
            this.DataBand19.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text40,
                        this.HorizontalLinePrimitive26});
            // 
            // Add to DataBand48.Components
            // 
            this.DataBand48.Components.Clear();
            this.DataBand48.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text247,
                        this.Text248,
                        this.Text249,
                        this.Text250,
                        this.Text251,
                        this.Text252,
                        this.HorizontalLinePrimitive24});
            // 
            // Add to DataBand2.Components
            // 
            this.DataBand2.Components.Clear();
            this.DataBand2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text127,
                        this.HorizontalLinePrimitive27});
            // 
            // Add to DataBand3.Components
            // 
            this.DataBand3.Components.Clear();
            this.DataBand3.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text15,
                        this.Text18,
                        this.HorizontalLinePrimitive28});
            // 
            // Add to DataBand7.Components
            // 
            this.DataBand7.Components.Clear();
            this.DataBand7.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text68,
                        this.Text69});
            // 
            // Add to DataBand8.Components
            // 
            this.DataBand8.Components.Clear();
            this.DataBand8.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text67,
                        this.Text70,
                        this.Text71,
                        this.Text73,
                        this.Text74,
                        this.Text75});
            // 
            // Add to Page1.Components
            // 
            this.Page1.Components.Clear();
            this.Page1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.PageFooterBand1,
                        this.ReportTitleBand1,
                        this.DataBand1,
                        this.DataBand18,
                        this.DataBand19,
                        this.DataBand48,
                        this.DataBand2,
                        this.DataBand3,
                        this.DataBand7,
                        this.DataBand8});
            // 
            // Add to PageFooterBand3.Components
            // 
            this.PageFooterBand3.Components.Clear();
            this.PageFooterBand3.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text183,
                        this.Image8,
                        this.Text63});
            // 
            // Add to ReportTitleBand3.Components
            // 
            this.ReportTitleBand3.Components.Clear();
            this.ReportTitleBand3.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text141,
                        this.Text142,
                        this.Text143,
                        this.Text144,
                        this.Text145,
                        this.Text146,
                        this.Text147,
                        this.Text148,
                        this.Text149,
                        this.Image2});
            // 
            // Add to DataBand11.Components
            // 
            this.DataBand11.Components.Clear();
            this.DataBand11.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text150,
                        this.HorizontalLinePrimitive11,
                        this.HorizontalLinePrimitive12});
            // 
            // Add to DataBand12.Components
            // 
            this.DataBand12.Components.Clear();
            this.DataBand12.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Image7,
                        this.Text151});
            // 
            // Add to PhotosPage.Components
            // 
            this.PhotosPage.Components.Clear();
            this.PhotosPage.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.PageFooterBand3,
                        this.ReportTitleBand3,
                        this.DataBand11,
                        this.DataBand12});
            // 
            // Add to PageFooterBand4.Components
            // 
            this.PageFooterBand4.Components.Clear();
            this.PageFooterBand4.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text189,
                        this.Image9,
                        this.Text64});
            // 
            // Add to ReportTitleBand4.Components
            // 
            this.ReportTitleBand4.Components.Clear();
            this.ReportTitleBand4.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text66,
                        this.Text80,
                        this.Text97,
                        this.Text108,
                        this.Text184,
                        this.Text185,
                        this.Text186,
                        this.Text187,
                        this.Text188,
                        this.Image4});
            // 
            // Add to DataBand13.Components
            // 
            this.DataBand13.Components.Clear();
            this.DataBand13.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text152,
                        this.HorizontalLinePrimitive13,
                        this.HorizontalLinePrimitive14});
            // 
            // Add to GroupHeaderBand2.Components
            // 
            this.GroupHeaderBand2.Components.Clear();
            this.GroupHeaderBand2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text153,
                        this.Text155,
                        this.Text156});
            // 
            // Add to DataBand14.Components
            // 
            this.DataBand14.Components.Clear();
            this.DataBand14.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text154,
                        this.Text157,
                        this.Text158});
            // 
            // Add to GroupHeaderBand4.Components
            // 
            this.GroupHeaderBand4.Components.Clear();
            this.GroupHeaderBand4.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text159,
                        this.Text160,
                        this.Text161,
                        this.Text162,
                        this.Text163,
                        this.HorizontalLinePrimitive15});
            // 
            // Add to DataBand16.Components
            // 
            this.DataBand16.Components.Clear();
            this.DataBand16.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text164,
                        this.Text165,
                        this.Text166,
                        this.Text167,
                        this.HorizontalLinePrimitive16});
            // 
            // Add to GroupFooterBand2.Components
            // 
            this.GroupFooterBand2.Components.Clear();
            this.GroupFooterBand2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text168,
                        this.Text169,
                        this.Text170,
                        this.Text171,
                        this.Text172,
                        this.Text173,
                        this.HorizontalLinePrimitive18,
                        this.HorizontalLinePrimitive19,
                        this.HorizontalLinePrimitive20,
                        this.HorizontalLinePrimitive17});
            // 
            // Add to ScopeOfWorkPage.Components
            // 
            this.ScopeOfWorkPage.Components.Clear();
            this.ScopeOfWorkPage.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.PageFooterBand4,
                        this.ReportTitleBand4,
                        this.DataBand13,
                        this.GroupHeaderBand1,
                        this.GroupHeaderBand3,
                        this.GroupHeaderBand2,
                        this.DataBand14,
                        this.GroupHeaderBand4,
                        this.DataBand16,
                        this.GroupFooterBand2});
            // 
            // Add to PageFooterBand2.Components
            // 
            this.PageFooterBand2.Components.Clear();
            this.PageFooterBand2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text19,
                        this.Image3,
                        this.Text65});
            // 
            // Add to ReportTitleBand2.Components
            // 
            this.ReportTitleBand2.Components.Clear();
            this.ReportTitleBand2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text20,
                        this.Text22,
                        this.Text23,
                        this.Text24,
                        this.Text25,
                        this.Text26,
                        this.Text27,
                        this.Text41,
                        this.Text43,
                        this.Image6});
            // 
            // Add to DataBand4.Components
            // 
            this.DataBand4.Components.Clear();
            this.DataBand4.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text45,
                        this.HorizontalLinePrimitive1,
                        this.HorizontalLinePrimitive2});
            // 
            // Add to GroupHeaderBand7.Components
            // 
            this.GroupHeaderBand7.Components.Clear();
            this.GroupHeaderBand7.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text46,
                        this.Text47,
                        this.Text48});
            // 
            // Add to DataBand5.Components
            // 
            this.DataBand5.Components.Clear();
            this.DataBand5.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text49,
                        this.Text50,
                        this.Text51});
            // 
            // Add to GroupHeaderBand8.Components
            // 
            this.GroupHeaderBand8.Components.Clear();
            this.GroupHeaderBand8.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text52,
                        this.Text53,
                        this.Text54,
                        this.Text55,
                        this.Text56,
                        this.HorizontalLinePrimitive5,
                        this.HorizontalLinePrimitive10});
            // 
            // Add to DataBand6.Components
            // 
            this.DataBand6.Components.Clear();
            this.DataBand6.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text57,
                        this.Text427,
                        this.Text428,
                        this.Text429,
                        this.HorizontalLinePrimitive6});
            // 
            // Add to GroupFooterBand1.Components
            // 
            this.GroupFooterBand1.Components.Clear();
            this.GroupFooterBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.Text58,
                        this.Text59,
                        this.Text60,
                        this.Text61,
                        this.Text62,
                        this.Text439,
                        this.Text437,
                        this.Text438,
                        this.Text432,
                        this.Text1900,
                        this.HorizontalLinePrimitive7,
                        this.HorizontalLinePrimitive8,
                        this.HorizontalLinePrimitive49,
                        this.HorizontalLinePrimitive9});
            // 
            // Add to ScopeOfWorkPage_Hollard.Components
            // 
            this.ScopeOfWorkPage_Hollard.Components.Clear();
            this.ScopeOfWorkPage_Hollard.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.PageFooterBand2,
                        this.ReportTitleBand2,
                        this.DataBand4,
                        this.GroupHeaderBand5,
                        this.GroupHeaderBand6,
                        this.GroupHeaderBand7,
                        this.DataBand5,
                        this.GroupHeaderBand8,
                        this.DataBand6,
                        this.GroupFooterBand1});
            // 
            // Add to DetailedScopeInsurer.Components
            // 
            this.DetailedScopeInsurer.Components.Clear();
            this.DetailedScopeInsurer.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
                        this.EstDetailedScopeInsurer,
                        this.Text394});
            // 
            // Add to Pages
            // 
            this.Pages.Clear();
            this.Pages.AddRange(new Stimulsoft.Report.Components.StiPage[] {
                        this.Page1,
                        this.PhotosPage,
                        this.ScopeOfWorkPage,
                        this.ScopeOfWorkPage_Hollard,
                        this.DetailedScopeInsurer});
            // 
            // Add to Styles
            // 
            this.Styles.Clear();
            this.Styles.AddRange(new Stimulsoft.Report.StiBaseStyle[] {
                        this.StyleStyle1,
                        this.StyleStyle2});
            this.Company.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("CompanyID", "CompanyID", "CompanyID", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("LetterheadName", "LetterheadName", "LetterheadName", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("CompanyStart", "CompanyStart", "CompanyStart", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Website", "Website", "Website", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ABN", "ABN", "ABN", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Address", "Address", "Address", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Phone", "Phone", "Phone", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Fax", "Fax", "Fax", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Email", "Email", "Email", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BankName", "BankName", "BankName", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BSB", "BSB", "BSB", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("AccountNumber", "AccountNumber", "AccountNumber", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("CategoryID", "CategoryID", "CategoryID", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("CountryID", "CountryID", "CountryID", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ABNLabel", "ABNLabel", "ABNLabel", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BuildersLicenceNumber", "BuildersLicenceNumber", "BuildersLicenceNumber", typeof(string))});
            this.DataSources.Add(this.Company);
            this.CompanyLogos.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("CompanyID", "CompanyID", "CompanyID", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Logo", "Logo", "Logo", typeof(byte[]))});
            this.DataSources.Add(this.CompanyLogos);
            this.PropertyRepairDetails.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BrkAdjIns", "BrkAdjIns", "BrkAdjIns", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("InsuredDetails", "InsuredDetails", "InsuredDetails", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ClaimDetails", "ClaimDetails", "ClaimDetails", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("InsuredText", "InsuredText", "InsuredText", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Ins", "Ins", "Ins", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BrkAdjInsPhone", "BrkAdjInsPhone", "BrkAdjInsPhone", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("InsPhone", "InsPhone", "InsPhone", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BrkAdjInsFax", "BrkAdjInsFax", "BrkAdjInsFax", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("InsFax", "InsFax", "InsFax", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BrkAdjInsEmail", "BrkAdjInsEmail", "BrkAdjInsEmail", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("InsEmail", "InsEmail", "InsEmail", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("AdjusterReference", "AdjusterReference", "AdjusterReference", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BrokerReference", "BrokerReference", "BrokerReference", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SupervisorName", "SupervisorName", "SupervisorName", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SupervisorPhone", "SupervisorPhone", "SupervisorPhone", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SupervisorEmail", "SupervisorEmail", "SupervisorEmail", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SupervisorFax", "SupervisorFax", "SupervisorFax", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("QuoteRef", "QuoteRef", "QuoteRef", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ClaimNumber", "ClaimNumber", "ClaimNumber", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("CustomerName", "CustomerName", "CustomerName", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SiteAddress", "SiteAddress", "SiteAddress", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("CustomerPhone", "CustomerPhone", "CustomerPhone", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("DateRequested", "DateRequested", "DateRequested", typeof(DateTime)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("InsuredResidedYears", "InsuredResidedYears", "InsuredResidedYears", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("CustomerCalled", "CustomerCalled", "CustomerCalled", typeof(DateTime)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("AppointmentDate", "AppointmentDate", "AppointmentDate", typeof(DateTime)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("EstimatorNotes", "EstimatorNotes", "EstimatorNotes", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("DateOfLoss", "DateOfLoss", "DateOfLoss", typeof(DateTime)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("InsID", "InsID", "InsID", typeof(int))});
            this.DataSources.Add(this.PropertyRepairDetails);
            this.JobAssessment.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Recommendation", "Recommendation", "Recommendation", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ReferralReason", "ReferralReason", "ReferralReason", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ReferToInsurerReason", "ReferToInsurerReason", "ReferToInsurerReason", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("InsuredResponsibility", "InsuredResponsibility", "InsuredResponsibility", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ClientWillingToProceed", "ClientWillingToProceed", "ClientWillingToProceed", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ReportsOrdered", "ReportsOrdered", "ReportsOrdered", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("RiskAssessmentRequired", "RiskAssessmentRequired", "RiskAssessmentRequired", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("HomeOwnerWarranty", "HomeOwnerWarranty", "HomeOwnerWarranty", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("DoAndCharge", "DoAndCharge", "DoAndCharge", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BuildingType", "BuildingType", "BuildingType", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("DesignType", "DesignType", "DesignType", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ConstructionType", "ConstructionType", "ConstructionType", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("RoofType", "RoofType", "RoofType", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("OverallCondition", "OverallCondition", "OverallCondition", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("OtherHazardsOnSite", "OtherHazardsOnSite", "OtherHazardsOnSite", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("FoundationType", "FoundationType", "FoundationType", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("StructureSizeSquares", "StructureSizeSquares", "StructureSizeSquares", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("StructureSizeSquareMeters", "StructureSizeSquareMeters", "StructureSizeSquareMeters", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("StructureAgeYears", "StructureAgeYears", "StructureAgeYears", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("MainRoofDamage", "MainRoofDamage", "MainRoofDamage", typeof(bool)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("MainRoofDamageText", "MainRoofDamageText", "MainRoofDamageText", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("RoofDamagePercent", "RoofDamagePercent", "RoofDamagePercent", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("TarpOnRoof", "TarpOnRoof", "TarpOnRoof", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("JLGTarp", "JLGTarp", "JLGTarp", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("HabitabilityID", "HabitabilityID", "HabitabilityID", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ResidenceHabitable", "ResidenceHabitable", "ResidenceHabitable", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ResidenceHabitableText", "ResidenceHabitableText", "ResidenceHabitableText", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Habitability", "Habitability", "Habitability", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("EventType", "EventType", "EventType", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("OptionalCover", "OptionalCover", "OptionalCover", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("IncidentConfirmed", "IncidentConfirmed", "IncidentConfirmed", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ClientInformedNextSteps", "ClientInformedNextSteps", "ClientInformedNextSteps", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("MakesafeTypeID", "MakesafeTypeID", "MakesafeTypeID", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("MakesafeType", "MakesafeType", "MakesafeType", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("DidMakesafeAttend", "DidMakesafeAttend", "DidMakesafeAttend", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("MakeSafeCompletionDate", "MakeSafeCompletionDate", "MakeSafeCompletionDate", typeof(DateTime)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("MakesafeCost", "MakesafeCost", "MakesafeCost", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SumInsuredAdequate", "SumInsuredAdequate", "SumInsuredAdequate", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("TradeRequired", "TradeRequired", "TradeRequired", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("PreviousClaimLodged", "PreviousClaimLodged", "PreviousClaimLodged", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("StrataClaim", "StrataClaim", "StrataClaim", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("EstimatedRoofRepairCompletionDate", "EstimatedRoofRepairCompletionDate", "EstimatedRoofRepairCompletionDate", typeof(DateTime)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("RoofRepairCompleted", "RoofRepairCompleted", "RoofRepairCompleted", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("RepairsByInsuredPrior", "RepairsByInsuredPrior", "RepairsByInsuredPrior", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ClaimedIncident", "ClaimedIncident", "ClaimedIncident", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ActionTakenAfterIncident", "ActionTakenAfterIncident", "ActionTakenAfterIncident", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ResultantDamage", "ResultantDamage", "ResultantDamage", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BuildersAssessmentOfCause", "BuildersAssessmentOfCause", "BuildersAssessmentOfCause", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("FurtherSiteComments", "FurtherSiteComments", "FurtherSiteComments", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("EstimatedRepairTimeDays", "EstimatedRepairTimeDays", "EstimatedRepairTimeDays", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ActionRequiredByInsured", "ActionRequiredByInsured", "ActionRequiredByInsured", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ActionRequiredByInsurer", "ActionRequiredByInsurer", "ActionRequiredByInsurer", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ActionRequiredByJLG", "ActionRequiredByJLG", "ActionRequiredByJLG", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ActionRequiredByInsuredDetails", "ActionRequiredByInsuredDetails", "ActionRequiredByInsuredDetails", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("RoofDate", "RoofDate", "RoofDate", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("CashSettlementID", "CashSettlementID", "CashSettlementID", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("CashSettlement", "CashSettlement", "CashSettlement", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("CashSettlementDetails", "CashSettlementDetails", "CashSettlementDetails", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("OtherHazards", "OtherHazards", "OtherHazards", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("PolicyCoversContents", "PolicyCoversContents", "PolicyCoversContents", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ContentsInvolved", "ContentsInvolved", "ContentsInvolved", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ActionRelatedToContents", "ActionRelatedToContents", "ActionRelatedToContents", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ActionRelatedToContentsOther", "ActionRelatedToContentsOther", "ActionRelatedToContentsOther", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ClaimedEvent", "ClaimedEvent", "ClaimedEvent", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ClaimedDamage", "ClaimedDamage", "ClaimedDamage", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BuildingOrDesignFaults", "BuildingOrDesignFaults", "BuildingOrDesignFaults", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BuildingFaultsOrMaintenanceIssues", "BuildingFaultsOrMaintenanceIssues", "BuildingFaultsOrMaintenanceIssues", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("InspectionDetails", "InspectionDetails", "InspectionDetails", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("WhatHappenedAndWhen", "WhatHappenedAndWhen", "WhatHappenedAndWhen", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("WhatHappenedAndWhen2", "WhatHappenedAndWhen2", "WhatHappenedAndWhen2", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("WhatHappenedAndWhen3", "WhatHappenedAndWhen3", "WhatHappenedAndWhen3", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("MaintenanceIssues", "MaintenanceIssues", "MaintenanceIssues", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("PreviousHistory", "PreviousHistory", "PreviousHistory", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("InsuredAwareRepairResponsibility", "InsuredAwareRepairResponsibility", "InsuredAwareRepairResponsibility", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("GlassRequired", "GlassRequired", "GlassRequired", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("GlassComments", "GlassComments", "GlassComments", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("AluminiumRequired", "AluminiumRequired", "AluminiumRequired", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("AluminiumComments", "AluminiumComments", "AluminiumComments", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ScaffoldRequired", "ScaffoldRequired", "ScaffoldRequired", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ScaffoldComments", "ScaffoldComments", "ScaffoldComments", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("PermitsRequired", "PermitsRequired", "PermitsRequired", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("PermitsComments", "PermitsComments", "PermitsComments", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("MenRequired", "MenRequired", "MenRequired", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("HoursRequired", "HoursRequired", "HoursRequired", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("PlantRequired", "PlantRequired", "PlantRequired", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("PlantComments", "PlantComments", "PlantComments", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("InductionRequired", "InductionRequired", "InductionRequired", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("InductionComments", "InductionComments", "InductionComments", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("AbseilersRequired", "AbseilersRequired", "AbseilersRequired", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("AbseilersComments", "AbseilersComments", "AbseilersComments", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("AsbestosPresent", "AsbestosPresent", "AsbestosPresent", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("AsbestosComments", "AsbestosComments", "AsbestosComments", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("MouldPresent", "MouldPresent", "MouldPresent", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("TrafficManagementRequired", "TrafficManagementRequired", "TrafficManagementRequired", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("TrafficManagementComments", "TrafficManagementComments", "TrafficManagementComments", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("DamageToInternalAreas", "DamageToInternalAreas", "DamageToInternalAreas", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("DamageToExternalAreas", "DamageToExternalAreas", "DamageToExternalAreas", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("GeneralRoofConditionComments", "GeneralRoofConditionComments", "GeneralRoofConditionComments", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("StormCreatedOpeningText", "StormCreatedOpeningText", "StormCreatedOpeningText", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("StormCreatedOpening", "StormCreatedOpening", "StormCreatedOpening", typeof(bool))});
            this.JobAssessment.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("StormCreatedOpeningComments", "StormCreatedOpeningComments", "StormCreatedOpeningComments", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("CeilingCavityInspectionText", "CeilingCavityInspectionText", "CeilingCavityInspectionText", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("CeilingCavityInspection", "CeilingCavityInspection", "CeilingCavityInspection", typeof(bool)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("CeilingCavityInspectionComments", "CeilingCavityInspectionComments", "CeilingCavityInspectionComments", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("GuttersDownpipesSufficientText", "GuttersDownpipesSufficientText", "GuttersDownpipesSufficientText", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("GuttersDownpipesSufficient", "GuttersDownpipesSufficient", "GuttersDownpipesSufficient", typeof(bool)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("GuttersDownpipesSufficientComments", "GuttersDownpipesSufficientComments", "GuttersDownpipesSufficientComments", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("AdditionalFixturesOnRoofText", "AdditionalFixturesOnRoofText", "AdditionalFixturesOnRoofText", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("AdditionalFixturesOnRoof", "AdditionalFixturesOnRoof", "AdditionalFixturesOnRoof", typeof(bool)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("AdditionalFixturesOnRoofComments", "AdditionalFixturesOnRoofComments", "AdditionalFixturesOnRoofComments", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ValleysAndGuttersCleanText", "ValleysAndGuttersCleanText", "ValleysAndGuttersCleanText", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ValleysAndGuttersClean", "ValleysAndGuttersClean", "ValleysAndGuttersClean", typeof(bool)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ValleysAndGuttersCleanComments", "ValleysAndGuttersCleanComments", "ValleysAndGuttersCleanComments", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("WaterBreachComments", "WaterBreachComments", "WaterBreachComments", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ClaimedDamageConsistentText", "ClaimedDamageConsistentText", "ClaimedDamageConsistentText", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ClaimedDamageConsistent", "ClaimedDamageConsistent", "ClaimedDamageConsistent", typeof(bool)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ClaimedDamageConsistentComments", "ClaimedDamageConsistentComments", "ClaimedDamageConsistentComments", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BuildingFaultsContributingText", "BuildingFaultsContributingText", "BuildingFaultsContributingText", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("BuildingFaultsContributing", "BuildingFaultsContributing", "BuildingFaultsContributing", typeof(bool)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("MaintenanceIssuesContributingText", "MaintenanceIssuesContributingText", "MaintenanceIssuesContributingText", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("MaintenanceIssuesContributing", "MaintenanceIssuesContributing", "MaintenanceIssuesContributing", typeof(bool)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("InsuredAwareMaintenanceIssuesText", "InsuredAwareMaintenanceIssuesText", "InsuredAwareMaintenanceIssuesText", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("InsuredAwareMaintenanceIssues", "InsuredAwareMaintenanceIssues", "InsuredAwareMaintenanceIssues", typeof(bool)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("InsuredAwareMaintenanceIssuesComments", "InsuredAwareMaintenanceIssuesComments", "InsuredAwareMaintenanceIssuesComments", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("NotHabitableTimeDays", "NotHabitableTimeDays", "NotHabitableTimeDays", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("RepairLimitationsComments", "RepairLimitationsComments", "RepairLimitationsComments", typeof(string))});
            this.DataSources.Add(this.JobAssessment);
            this.JobImages.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("FilePath", "FilePath", "FilePath", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Description", "Description", "Description", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("JobImage", "JobImage", "JobImage", typeof(byte[]))});
            this.JobImages.Parameters.AddRange(new Stimulsoft.Report.Dictionary.StiDataParameter[] {
                        new Stimulsoft.Report.Dictionary.StiDataParameter("SessionID", 14, 0)});
            this.DataSources.Add(this.JobImages);
            this.EstimateDetails.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Header", "Header", "Header", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Description", "Description", "Description", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Level1Sort", "Level1Sort", "Level1Sort", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Level2Sort", "Level2Sort", "Level2Sort", typeof(decimal)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Version", "Version", "Version", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("UnitOfMeasure", "UnitOfMeasure", "UnitOfMeasure", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("RecordID", "RecordID", "RecordID", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("lv1ID", "lv1ID", "lv1ID", typeof(int)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("HeaderNumberDisp", "HeaderNumberDisp", "HeaderNumberDisp", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("DescriptionNumber", "DescriptionNumber", "DescriptionNumber", typeof(long)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("HeaderAndDescNumberDisp", "HeaderAndDescNumberDisp", "HeaderAndDescNumberDisp", typeof(string))});
            this.DataSources.Add(this.EstimateDetails);
            this.Costing.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("CostCode", "CostCode", "CostCode", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("LabourTotal", "LabourTotal", "LabourTotal", typeof(double)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("MaterialsTotal", "MaterialsTotal", "MaterialsTotal", typeof(double)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("MarginTotal", "MarginTotal", "MarginTotal", typeof(double)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("LabourTotalExclMargin", "LabourTotalExclMargin", "LabourTotalExclMargin", typeof(double)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("MaterialsTotalExclMargin", "MaterialsTotalExclMargin", "MaterialsTotalExclMargin", typeof(double))});
            this.DataSources.Add(this.Costing);
            this.Defaults.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("GST", "GST", "GST", typeof(decimal))});
            this.DataSources.Add(this.Defaults);
            this.HazardsFound.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("HazardTypes", "HazardTypes", "HazardTypes", typeof(string))});
            this.DataSources.Add(this.HazardsFound);
            this.ReportsOrdered.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("ReportsOrdered", "ReportsOrdered", "ReportsOrdered", typeof(string))});
            this.DataSources.Add(this.ReportsOrdered);
            this.EstimatingContractType.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("EstimatingContractID", "EstimatingContractID", "EstimatingContractID", typeof(int))});
            this.DataSources.Add(this.EstimatingContractType);
            this.Questionnaire.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Question", "Question", "Question", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Answer", "Answer", "Answer", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("RenderAsTable", "RenderAsTable", "RenderAsTable", typeof(bool))});
            this.DataSources.Add(this.Questionnaire);
            this.QuestionnaireSubForms.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Question", "Question", "Question", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Answer", "Answer", "Answer", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("RenderAsTable", "RenderAsTable", "RenderAsTable", typeof(bool)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("DisplayOrder", "DisplayOrder", "DisplayOrder", typeof(short)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SubFormTable", "SubFormTable", "SubFormTable", typeof(int))});
            this.DataSources.Add(this.QuestionnaireSubForms);
            this.QuestionnaireDetails.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Question", "Question", "Question", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SubForm1", "SubForm1", "SubForm1", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SubForm2", "SubForm2", "SubForm2", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SubForm3", "SubForm3", "SubForm3", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SubForm4", "SubForm4", "SubForm4", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("SubForm5", "SubForm5", "SubForm5", typeof(string))});
            this.DataSources.Add(this.QuestionnaireDetails);
            this.QuestionnaireHeader.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
                        new Stimulsoft.Report.Dictionary.StiDataColumn("Question", "Question", "Question", typeof(string)),
                        new Stimulsoft.Report.Dictionary.StiDataColumn("DisplayOrder", "DisplayOrder", "DisplayOrder", typeof(short))});
            this.DataSources.Add(this.QuestionnaireHeader);
            this.Dictionary.Databases.Add(new Stimulsoft.Report.Dictionary.StiSqlDatabase("EasyBuildConnection", "EasyBuildConnection", "Data Source=DESKTOP-9RK136N;Initial Catalog=EasyBuild;User ID=EasyBuild;Password=Doncaster1;", false));
            this.Company.Connecting += new System.EventHandler(this.GetCompany_SqlCommand);
            this.CompanyLogos.Connecting += new System.EventHandler(this.GetCompanyLogos_SqlCommand);
            this.PropertyRepairDetails.Connecting += new System.EventHandler(this.GetPropertyRepairDetails_SqlCommand);
            this.JobAssessment.Connecting += new System.EventHandler(this.GetJobAssessment_SqlCommand);
            this.JobImages.Connecting += new System.EventHandler(this.GetJobImages_SqlCommand);
            this.EstimateDetails.Connecting += new System.EventHandler(this.GetEstimateDetails_SqlCommand);
            this.Costing.Connecting += new System.EventHandler(this.GetCosting_SqlCommand);
            this.Defaults.Connecting += new System.EventHandler(this.GetDefaults_SqlCommand);
            this.HazardsFound.Connecting += new System.EventHandler(this.GetHazardsFound_SqlCommand);
            this.ReportsOrdered.Connecting += new System.EventHandler(this.GetReportsOrdered_SqlCommand);
            this.EstimatingContractType.Connecting += new System.EventHandler(this.GetEstimatingContractType_SqlCommand);
            this.Questionnaire.Connecting += new System.EventHandler(this.GetQuestionnaire_SqlCommand);
            this.QuestionnaireSubForms.Connecting += new System.EventHandler(this.GetQuestionnaireSubForms_SqlCommand);
            this.QuestionnaireDetails.Connecting += new System.EventHandler(this.GetQuestionnaireDetails_SqlCommand);
            this.QuestionnaireHeader.Connecting += new System.EventHandler(this.GetQuestionnaireHeader_SqlCommand);
        }
        
        public void GetCompany_SqlCommand(object sender, System.EventArgs e)
        {
            this.Company.SqlCommand = "SELECT c.ID CompanyID, c.LetterheadName, CASE WHEN c.ID = 30 THEN \'1993\' ELSE \'1953\' END CompanyStart, c.Website, c.ABN,c.BuildersLicenceNumber,\r\n          RTRIM(RTRIM(RTRIM(RTRIM(RTRIM(ISNULL(c.StreetNumber,\'\') + \' \' + ISNULL(c.StreetName,\'\')) + \' \' + ISNULL(c.StreetType,\'\')) + \', \' + ISNULL(c.Suburb,\'\')) + \', \' + ISNULL(c.State,\'\')) + \' \' + ISNULL(c.postcode,\'\')) Address, c.Phone, c.Fax, c.Email, c.BankName, c.BSB, c.AccountNumber, c.CategoryID,\r\n\t      c.CountryID, CASE WHEN c.CountryID = 2 THEN \'GST No.\' WHEN c.CountryID = 4 THEN \'EIN\' ELSE \'ABN\' END ABNLabel\r\nFROM JobDetails jd\r\nINNER JOIN Company c ON c.ID = jd.CompanyID\r\nWHERE jd.ID = " + ToString(JobID) + "\r\n        ";
        }
        
        public void GetCompanyLogos_SqlCommand(object sender, System.EventArgs e)
        {
            this.CompanyLogos.SqlCommand = "SELECT cl.CompanyID, cl.Logo\r\n\tFROM JobDetails jd\r\nINNER JOIN CompanyLogos cl ON cl.CompanyID = jd.CompanyID\r\nWHERE jd.ID = " + ToString(JobID);
        }
        
        public void GetPropertyRepairDetails_SqlCommand(object sender, System.EventArgs e)
        {
            this.PropertyRepairDetails.SqlCommand = "\t\t  SELECT \r\n\t\t\t\t(" + ToString(Title) + " + \' - \' +\r\n\t\t\t\tCASE WHEN jd.BrokerContactID IS NULL OR ISNULL(jd.AppointedByBroker,0) = 0 THEN \r\n\t\t\t\t\t(CASE WHEN jd.AdjusterContactID IS NULL THEN icom.Name ELSE acom.Name END)\r\n\t\t\t\tELSE \r\n\t\t\t\t\tbcom.Name \r\n\t\t\t\tEND\r\n          )as BrkAdjIns,\r\n\t      \r\n          \'Insured Details\' as InsuredDetails,\r\n          \'Claim Details\' as ClaimDetails,\r\n          \'Insured\' as InsuredText,\r\n\r\n          icom.Name Ins, icom.ID As InsID,\r\n          CASE WHEN jd.AdjusterContactID IS NULL THEN Case WHEN ioff.SmartPhone IS NULL THEN Case WHEN icon.Phone IS NULL THEN ioff.Phone ELSE icon.Phone END ELSE ioff.SmartPhone END\r\n          ELSE CASE WHEN aoff.SmartPhone IS NULL THEN Case WHEN acon.Phone IS NULL THEN aoff.Phone ELSE acon.Phone END ELSE aoff.SmartPhone END END AdjInsPhone,\r\n          CASE WHEN ioff.SmartPhone IS NULL THEN CASE WHEN icon.Phone IS NULL THEN ioff.Phone ELSE icon.Phone END END InsPhone,\r\n          CASE WHEN jd.AdjusterContactID IS NULL THEN Case WHEN icon.Fax IS NULL THEN ioff.Fax ELSE icon.Fax END ELSE Case W" +
"HEN acon.Fax IS NULL THEN aoff.Fax ELSE acon.Fax END END AdjInsFax,\r\n          CASE WHEN icon.Fax IS NULL THEN ioff.Fax ELSE icon.Fax END InsFax,\r\n          CASE WHEN jd.AdjusterContactID IS NULL THEN Case WHEN icon.Email IS NULL THEN ioff.Email ELSE icon.Email END ELSE Case WHEN acon.Email IS NULL THEN aoff.Email ELSE acon.Email END END AdjInsEmail,\r\n          Case WHEN icon.Email IS NULL THEN ioff.Email ELSE icon.Email END InsEmail,\r\n          jdc.AdjusterReference, ISNULL(e.FirstName,\'\') + \' \' + ISNULL(e.LastName,\'\') SupervisorName, Case WHEN e.Mobile IS NULL THEN c.Phone ELSE e.Mobile END SupervisorPhone,\r\n          Case WHEN e.Email IS NULL THEN c.Email ELSE e.Email END SupervisorEmail, c.Fax SupervisorFax,\r\n          ISNULL(jd.ProjectID,\'\') + \'/\' + CONVERT(VARCHAR(3), ISNULL(est.Version,\'\')) + LEFT(ISNULL(e.loginname,\'\'),2) QuoteRef, jdc.ClaimNumber,\r\n          ISNULL(jc.FirstName,\'\') + \' \' + ISNULL(jc.LastName,\'\') CustomerName, sa.SiteAddress, Case WHEN jcp.Phone1 IS NULL THEN Case WHEN jcp.Mobile IS N" +
"ULL THEN jcp.Phone2 ELSE jcp.Mobile END ELSE jcp.Phone1 END CustomerPhone,\r\n          jdi.AllocationDate DateRequested, ISNULL(jdi.InsuredResidedYears,0) InsuredResidedYears, prinote.CustomerCalled, jdi.AppointmentDate, est.GeneralNotes EstimatorNotes, jdi.DateOfLoss \r\n          FROM JobDetails jd\r\n\t\t  LEFT JOIN [Case] cs ON cs.ID = " + ToString(CaseID) + "\r\n          LEFT JOIN ClientContact icon ON icon.ID = jd.InsuranceContactID\r\n          LEFT JOIN ClientOffice ioff ON ioff.ID = icon.ClientOfficeID\r\n          LEFT JOIN ClientCompany icom ON icom.ID = ioff.ClientCompanyID\r\n          LEFT JOIN ClientContact acon ON acon.ID = jd.AdjusterContactID\r\n          LEFT JOIN ClientOffice aoff ON aoff.ID = acon.ClientOfficeID\r\n          LEFT JOIN ClientCompany acom ON acom.ID = aoff.ClientCompanyID\r\n\t\t  LEFT JOIN ClientContact bcon ON bcon.ID = jd.BrokerContactID\r\n          LEFT JOIN ClientOffice boff ON boff.ID = bcon.ClientOfficeID\r\n          LEFT JOIN ClientCompany bcom ON bcom.ID = boff.ClientCompanyID\r\n          LEFT JOIN JobDetailsClaim jdc ON jdc.JobID = jd.ID\r\n          LEFT JOIN JobDetailsManager jdm ON jdm.JobID = jd.ID AND jdm.Type = 6 AND jdm.PrimaryType = 1\r\n          LEFT JOIN Employees e ON e.RecordID = jdm.EmployeeID\r\n          LEFT JOIN Company c ON c.ID = jd.CompanyID\r\n          LEFT JOIN JobContact jc ON jc.JobID = jd.ID AND jc.KeyContact = 1\r\n        " +
"  LEFT JOIN JobContactPhoneDetails jcp ON jcp.JobContactID = jc.ID\r\n          LEFT JOIN vw_JobSiteAddress sa ON sa.JobID = jd.ID\r\n          LEFT JOIN JobDetailsImportantDates jdi ON jdi.JobID = jd.ID\r\n          LEFT JOIN\r\n          (SELECT TOP 1 ed.JobID, ed.Version, ed.GeneralNotes\r\n          FROM EstimateDetails ed\r\n          WHERE ed.JobID = " + ToString(JobID) + " AND ed.StatusID &lt;&gt; 4\r\n          ORDER BY ed.Version) est ON est.JobID = jd.ID\r\n          LEFT JOIN\r\n          (SELECT jn.JobID, MIN(jn.InsertedDate) CustomerCalled\r\n          FROM JobNote jn\r\n          WHERE jn.TypeID = 7\r\n          GROUP BY jn.JobID) prinote ON prinote.JobID = jd.ID\r\n          WHERE jd.ID = " + ToString(JobID) + "\r\n        ";
        }
        
        public void GetJobAssessment_SqlCommand(object sender, System.EventArgs e)
        {
            this.JobAssessment.SqlCommand = "\r\n          SELECT jr.Description Recommendation, jrr.Description ReferralReason, ja.ReferToInsurerReason, CASE WHEN ISNULL(InsuredAwareRepairResponsibility,0) = 1 THEN \'Yes\' ELSE \'No\' END InsuredResponsibility,\r\n          CASE WHEN ISNULL(ClientWillingToProceed,0) = 1 THEN \'Yes\' ELSE \'No\' END ClientWillingToProceed, Case WHEN ISNULL(Reports.ReportsOrdered,0) &gt; 0 THEN \'Yes\' ELSE \'No\' END ReportsOrdered,\r\n          CASE WHEN ISNULL(RiskAssessmentRequired,0) = 1 THEN \'Yes\' ELSE \'No\' END RiskAssessmentRequired, wt.Description HomeOwnerWarranty,\r\n          CASE WHEN ISNULL(DoAndCharge,0) = 1 THEN \'Yes\' ELSE \'No\' END DoAndCharge, bt.Description BuildingType, dt.Description DesignType, ct.Description ConstructionType,\r\n          rt.Description RoofType, oc.Description OverallCondition, CASE WHEN ISNULL(OtherHazardsOnSite,0) = 1 THEN \'Yes\' ELSE \'No\' END OtherHazardsOnSite, ft.Description FoundationType,\r\n          ja.StructureSizeSquares, ja.StructureSizeSquareMeters, ja.StructureAgeYears, ja.MainRoofDamage, CASE WHE" +
"N ISNULL(MainRoofDamage,0) = 1 THEN \'Yes\' ELSE \'No\' END MainRoofDamageText, ja.RoofDamagePercent,\r\n          CASE WHEN ISNULL(ja.TarpOnRoof,0) = 1 THEN \'Yes\' ELSE \'No\' END TarpOnRoof, CASE WHEN ISNULL(ja.JLGTarp,0) = 1 THEN \'Yes\' ELSE \'No\' END JLGTarp,\r\n          HabitabilityID, CASE WHEN ISNULL(HabitabilityID,0) IN (1, 3) THEN 1 ELSE 0 END ResidenceHabitable, CASE WHEN ISNULL(HabitabilityID,0) IN (1, 3) THEN \'Yes\' ELSE \'No\' END ResidenceHabitableText, h.Description Habitability, et.Description EventType, ocov.Description OptionalCover, CASE WHEN ISNULL(IncidentConfirmed,0) = 1 THEN \'Yes\' ELSE \'No\' END IncidentConfirmed,\r\n          CASE WHEN ISNULL(ClientInformedNextSteps,0) = 1 THEN \'Yes\' ELSE \'No\' END ClientInformedNextSteps, ja.MakesafeTypeID, mt.Description MakesafeType, CASE WHEN mt.Description = \'None\' THEN \'No\' ELSE \'Yes\' END DidMakesafeAttend, \r\n\t\t  ja.MakeSafeCompletionDate, CASE WHEN ja.MakesafeCost &lt; 0 THEN 0 ELSE ISNULL(ja.MakesafeCost, 0) END MakesafeCost, CASE WHEN ISNULL(SumInsuredAdequate,0) =" +
" 1 THEN \'Yes\' ELSE \'No\' END SumInsuredAdequate,\r\n          t.Description TradeRequired, CASE WHEN ISNULL(PreviousClaimLodged,0) = 1 THEN \'Yes\' ELSE \'No\' END PreviousClaimLodged, CASE WHEN ISNULL(StrataClaim,0) = 1 THEN \'Yes\' ELSE \'No\' END StrataClaim,\r\n          ja.EstimatedRoofRepairCompletionDate, CASE WHEN ISNULL(RoofRepairCompleted,0) = 1 THEN \'Yes\' ELSE \'No\' END RoofRepairCompleted,\r\n          ja.RepairsByInsuredPrior, ja.ClaimedIncident, ja.ActionTakenAfterIncident, ja.ResultantDamage, ja.BuildersAssessmentOfCause, ja.FurtherSiteComments, ja.EstimatedRepairTimeDays,\r\n          a1.Description ActionRequiredByInsured, a2.Description ActionRequiredByInsurer, a3.Description ActionRequiredByJLG, ja.ActionRequiredByInsured ActionRequiredByInsuredDetails,\r\n          Case WHEN ja.EstimatedRoofRepairCompletionDate IS NULL THEN 0 ELSE 1 END RoofDate, ISNULL(ja.CashSettlementID,0) CashSettlementID, cs.Description CashSettlement, ja.CashSettlementDetails,\r\n          ja.OtherHazards, CASE WHEN ISNULL(ja.PolicyCovers" +
"Contents,0) = 1 THEN \'Yes\' ELSE \'No\' END PolicyCoversContents, CASE WHEN ISNULL(ja.ContentsInvolved,0) = 1 THEN \'Yes\' ELSE \'No\' END ContentsInvolved,\r\n          ca.Description ActionRelatedToContents, ja.ActionRelatedToContentsOther, ja.ClaimedEvent, ja.ClaimedDamage, ja.BuildingOrDesignFaults, ja.BuildingFaultsOrMaintenanceIssues, ja.InspectionDetails,\r\n          ja.WhatHappenedAndWhen, ja.WhatHappenedAndWhen2, ja.WhatHappenedAndWhen3, ja.MaintenanceIssues, ja.PreviousHistory, CASE WHEN ISNULL(InsuredAwareRepairResponsibility,0) = 1 THEN \'Yes\' ELSE \'No\' END InsuredAwareRepairResponsibility,\r\n          Case WHEN Exists (Select ID FROM JobAssessmentGlass WHERE JobAssessmentID = ja.ID) THEN \'Yes\' ELSE \'No\' END GlassRequired, GlassComments,\r\n          Case WHEN Exists (Select ID FROM JobAssessmentAluminium WHERE JobAssessmentID = ja.ID) THEN \'Yes\' ELSE \'No\' END AluminiumRequired, AluminiumComments,\r\n          CASE WHEN ISNULL(Scaffold,0) = 1 THEN \'Yes\' ELSE \'No\' END as ScaffoldRequired, ScaffoldComments, CASE WH" +
"EN ISNULL(Permits,0) = 1 THEN \'Yes\' ELSE \'No\' END as PermitsRequired, PermitsComments,\r\n          MenRequired, HoursRequired, CASE WHEN ISNULL(PlantRequired,0) = 1 THEN \'Yes\' ELSE \'No\' END PlantRequired,PlantComments,\r\n          CASE WHEN ISNULL(InductionRequired,0) = 1 THEN \'Yes\' ELSE \'No\' END InductionRequired, InductionComments,\r\n          CASE WHEN ISNULL(AbseilersRequired,0) = 1 THEN \'Yes\' ELSE \'No\' END AbseilersRequired, AbseilersComments,\r\n          CASE WHEN ISNULL(AsbestosPresent,0) = 1 THEN \'Yes\' ELSE \'No\' END AsbestosPresent, AsbestosComments,\r\n          CASE WHEN ISNULL(MouldPresent,0) = 1 THEN \'Yes\' ELSE \'No\' END MouldPresent,\r\n          CASE WHEN ISNULL(TrafficManagement,0) = 1 THEN \'Yes\' ELSE \'No\' END as TrafficManagementRequired, TrafficManagementComments,\r\n          DamageToInternalAreas, DamageToExternalAreas, GeneralRoofConditionComments,\r\n          CASE WHEN ISNULL(StormCreatedOpening,0) = 1 THEN \'Yes\' ELSE \'No\' END StormCreatedOpeningText, StormCreatedOpening, StormCreatedOpeningComments," +
"\r\n          CASE WHEN ISNULL(CeilingCavityInspection,0) = 1 THEN \'Yes\' ELSE \'No\' END CeilingCavityInspectionText, CeilingCavityInspection, CeilingCavityInspectionComments,\r\n          CASE WHEN ISNULL(GuttersDownpipesSufficient,0) = 1 THEN \'Yes\' ELSE \'No\' END GuttersDownpipesSufficientText, GuttersDownpipesSufficient, GuttersDownpipesSufficientComments,\r\n          CASE WHEN ISNULL(AdditionalFixturesOnRoof,0) = 1 THEN \'Yes\' ELSE \'No\' END AdditionalFixturesOnRoofText, AdditionalFixturesOnRoof, AdditionalFixturesOnRoofComments,\r\n          CASE WHEN ISNULL(ValleysAndGuttersClean,0) = 1 THEN \'Yes\' ELSE \'No\' END ValleysAndGuttersCleanText, ValleysAndGuttersClean, ValleysAndGuttersCleanComments, WaterBreachComments,\r\n          CASE WHEN ISNULL(ClaimedDamageConsistent,0) = 1 THEN \'Yes\' ELSE \'No\' END ClaimedDamageConsistentText, ClaimedDamageConsistent, ClaimedDamageConsistentComments,\r\n          CASE WHEN ISNULL(BuildingFaultsContributing,0) = 1 THEN \'Yes\' ELSE \'No\' END BuildingFaultsContributingText, BuildingFaultsCo" +
"ntributing,\r\n          CASE WHEN ISNULL(MaintenanceIssuesContributing,0) = 1 THEN \'Yes\' ELSE \'No\' END MaintenanceIssuesContributingText, MaintenanceIssuesContributing,\r\n          CASE WHEN ISNULL(InsuredAwareMaintenanceIssues,0) = 1 THEN \'Yes\' ELSE \'No\' END InsuredAwareMaintenanceIssuesText, InsuredAwareMaintenanceIssues, InsuredAwareMaintenanceIssuesComments,\r\n          NotHabitableTimeDays, RepairLimitationsComments\r\n          FROM JobAssessment ja\r\n          LEFT JOIN MenuJobAssessmentRecommendation jr ON jr.ID = ja.RecommendationID\r\n\t\t  LEFT JOIN MenuJobAssessmentReferralReason jrr ON jrr.ID = ja.ReferralReasonID\r\n          LEFT JOIN\r\n          (SELECT ro.JobAssessmentID, COUNT(ro.JobAssessmentID) ReportsOrdered\r\n          FROM JobAssessmentReportOrdered ro\r\n          GROUP BY ro.JobAssessmentID) Reports ON Reports.JobAssessmentID = ja.ID\r\n          LEFT JOIN MenuJobAssessmentWarrantyType wt ON wt.ID = ja.WarrantyTypeID\r\n          LEFT JOIN MenuJobAssessmentBuildingType bt ON bt.ID = ja.BuildingTypeID\r\n  " +
"        LEFT JOIN MenuJobAssessmentMakesafeType mt ON mt.ID = ja.MakesafeTypeID\r\n          LEFT JOIN MenuJobAssessmentDesignType dt ON dt.ID = ja.DesignTypeID\r\n          LEFT JOIN MenuJobAssessmentConstructionType ct ON ct.ID = ja.ConstructionTypeID\r\n          LEFT JOIN MenuJobAssessmentRoofType rt ON rt.ID = ja.RoofTypeID\r\n          LEFT JOIN MenuJobAssessmentOverallCondition oc ON oc.ID = ja.OverallConditionID\r\n          LEFT JOIN MenuJobAssessmentFoundationType ft ON ft.ID = ja.FoundationTypeID\r\n          LEFT JOIN MenuJobAssessmentHabitability h ON h.ID = ja.HabitabilityID\r\n          LEFT JOIN MenuJobAssessmentEventType et ON et.ID = ja.EventTypeID\r\n          LEFT JOIN MenuJobAssessmentTrade t ON t.ID = ja.TradeID\r\n          LEFT JOIN MenuJobAssessmentInsuredAction a1 ON a1.ID = ja.ActionRequiredByInsuredID\r\n          LEFT JOIN MenuJobAssessmentInsurerAction a2 ON a2.ID = ja.ActionRequiredByInsurerID\r\n          LEFT JOIN MenuJobAssessmentJLGAction a3 ON a3.ID = ja.ActionRequiredByJLGID\r\n          LEFT JOI" +
"N MenuJobAssessmentCashSettlement cs ON cs.ID = ja.CashSettlementID\r\n          LEFT JOIN MenuJobAssessmentContentsAction ca ON ca.ID = ja.ActionRelatedToContentsID\r\n          LEFT JOIN MenuJobAssessmentOptionalCover ocov ON ca.ID = ja.OptionalCoverID\r\n          WHERE ja.JobID = " + ToString(JobID) + "\r\n        ";
        }
        
        public void GetJobImages_SqlCommand(object sender, System.EventArgs e)
        {
            this.JobImages.SqlCommand = "SELECT FilePath, DocumentFile As [JobImage], Metadata As [Description]\r\nFROM AttachSessionDocumentTemp\r\nWHERE SessionIdentifier = @SessionID\r\n        ";
            this.JobImages.Parameters["SessionID"].ParameterValue = SessionID;
        }
        
        public void GetEstimateDetails_SqlCommand(object sender, System.EventArgs e)
        {
            this.EstimateDetails.SqlCommand = "          DECLARE @EstID AS INT\r\n\r\n          SET @EstID = " + ToString(EstimateID) + "\r\n\r\n          SELECT\r\n          hdr.ID AS lv1ID, hdr.Name, hdr.SortOrder AS Level1Sort\r\n          , itm.RecordID, itm.Header, itm.Description, itm.Level2Sort, itm.Version, itm.UnitOfMeasure\r\n          , hdr.HeaderNumber AS HeaderNumberDisp, itm.ItemNumber AS DescriptionNumber, CAST(HeaderNumber AS NVARCHAR) + \'.\' + CAST(ItemNumber AS NVARCHAR) HeaderAndDescNumberDisp\r\n          FROM\r\n          (\r\n          -- Get all level-1 Headers\r\n\t\t  SELECT lv1.ID, Name, SortOrder, e.Version, ROW_NUMBER() OVER (ORDER BY lv1.SortOrder,lv1.ID) AS HeaderNumber\r\n          FROM EstimateDetails e\r\n          INNER JOIN EstimateHeader lv1 ON e.ID = lv1.DetailsID\r\n          WHERE e.ID = @EstID And PreviewInScope = 1\r\n          ) hdr\r\n          INNER JOIN\r\n          (\r\n          -- Get all level-2 Items\r\n          SELECT lv1.ID lv1ID, lv2.ID RecordID, lv1.Name Header, lv2.Description, lv1.SortOrder Level1Sort, lv2.SortOrder Level2Sort, Version, lv2.UnitOfMeasure,\r\n\t\t\t  ROW_NUMBER() over (PARTITION BY lv1.ID ORDER BY lv1.ID  ASC,lv2." +
"SortOrder asc) AS ItemNumber\r\n          FROM EstimateItem lv2\r\n          INNER JOIN\r\n          (\r\n          SELECT lv1.ID, Name, SortOrder, e.Version\r\n          FROM EstimateDetails e\r\n          INNER JOIN EstimateHeader lv1 ON e.ID = lv1.DetailsID\r\n          WHERE e.ID = @EstID And PreviewInScope = 1\r\n          ) lv1 ON lv1.ID = lv2.HeaderID\r\n          ) itm\r\n          ON Itm.lv1ID = Hdr.ID\r\n          ORDER BY HeaderNumber, ItemNumber\r\n        \r\n\r\n          SELECT\r\n          hdr.ID AS lv1ID, hdr.Name, hdr.SortOrder AS Level1Sort\r\n          , itm.RecordID, itm.Header, itm.Description, itm.Level2Sort, itm.Version, itm.UnitOfMeasure\r\n          , hdr.HeaderNumber AS HeaderNumberDisp, itm.ItemNumber AS DescriptionNumber, CAST(HeaderNumber AS NVARCHAR) + \'.\' + CAST(ItemNumber AS NVARCHAR) HeaderAndDescNumberDisp\r\n          FROM\r\n          (\r\n          -- Get all level-1 Headers\r\n\t\t  SELECT lv1.ID, Name, SortOrder, e.Version, ROW_NUMBER() OVER (ORDER BY lv1.SortOrder,lv1.ID) AS HeaderNumber\r\n          FROM Estimate" +
"Details e\r\n          INNER JOIN EstimateHeader lv1 ON e.ID = lv1.DetailsID\r\n          WHERE e.ID = @EstID And PreviewInScope = 1\r\n          ) hdr\r\n          INNER JOIN\r\n          (\r\n          -- Get all level-2 Items\r\n          SELECT lv1.ID lv1ID, lv2.ID RecordID, lv1.Name Header, lv2.Description, lv1.SortOrder Level1Sort, lv2.SortOrder Level2Sort, Version, lv2.UnitOfMeasure,\r\n\t\t\t  ROW_NUMBER() over (PARTITION BY lv1.ID ORDER BY lv1.ID  ASC,lv2.SortOrder asc) AS ItemNumber\r\n          FROM EstimateItem lv2\r\n          INNER JOIN\r\n          (\r\n          SELECT lv1.ID, Name, SortOrder, e.Version\r\n          FROM EstimateDetails e\r\n          INNER JOIN EstimateHeader lv1 ON e.ID = lv1.DetailsID\r\n          WHERE e.ID = @EstID And PreviewInScope = 1\r\n          ) lv1 ON lv1.ID = lv2.HeaderID\r\n          ) itm\r\n          ON Itm.lv1ID = Hdr.ID\r\n          ORDER BY HeaderNumber, ItemNumber\r\n        ";
        }
        
        public void GetCosting_SqlCommand(object sender, System.EventArgs e)
        {
            this.Costing.SqlCommand = "\t\t  DECLARE @EstID AS INT\r\n     \t  SET @EstID = " + ToString(EstimateID) + "\t\t\r\n\t\r\n          SELECT Summary.CostCode,SUM(CASE WHEN Summary.category=\'Labour\' THEN ISNULL(Total,0) + ISNULL(MarginTotal,0) ELSE 0 end) LabourTotal, SUM(case when Summary.category=\'Materials\' THEN ISNULL(Total,0) + ISNULL(MarginTotal,0) ELSE 0 end)  MaterialsTotal,SUM(MarginTotal) MarginTotal\r\n\r\n          ,SUM(case when Summary.category=\'Labour\' THEN ISNULL(Total,0) ELSE 0 end) LabourTotalExclMargin\r\n           ,  SUM(case when Summary.category=\'Materials\' THEN ISNULL(Total,0) ELSE 0 end) MaterialsTotalExclMargin\r\n \r\n\r\n FROM\r\n          (SELECT Results.CostCode,\r\n          CASE WHEN Results.Category = \'LAB\' THEN \'Labour\' ELSE \'Materials\' END Category,\r\n          SUM(Results.Total) Total,\r\n          SUM(Results.MarginTotal) MarginTotal\r\n          FROM\r\n          (SELECT CASE WHEN eid.CostCode IS NULL AND ei.CostCode IS NULL THEN \'\' WHEN eid.CostCode IS NULL THEN ei.CostCode ELSE eid.CostCode END CostCode,\r\n          CASE WHEN (eid.Category IS NULL OR eid.Category = \'\') AND (ei.Category IS NULL OR ei.Category =" +
" \'\') THEN \'MAT\' WHEN eid.Category IS NULL THEN ei.Category ELSE eid.Category END Category,\r\n          CASE WHEN eid.TotalPrice IS NULL THEN (ei.Quantity * ei.SalePrice) ELSE ((eid.Quantity * eid.SalePrice) * ei.Quantity) END Total,\r\n          CASE WHEN eid.TotalPrice IS NULL THEN ei.TotalPrice - (ei.Quantity * ei.SalePrice) ELSE (eid.TotalPrice * ei.Quantity) - ((eid.Quantity * eid.SalePrice) * ei.Quantity) END MarginTotal,\r\n          CASE WHEN ei.Category = \'\' THEN \'MAT\' ELSE ISNULL(ei.Category,\'MAT\') END Lv2Cat,\r\n          CASE WHEN eid.Category = \'\' THEN \'MAT\' ELSE ISNULL(eid.Category,\'MAT\') END Lv3Cat\r\n          FROM EstimateDetails e\r\n          INNER JOIN EstimateHeader eh ON e.ID = eh.DetailsID\r\n          INNER JOIN EstimateItem ei ON eh.ID = ei.HeaderID\r\n          LEFT JOIN EstimateItemDetails eid ON ei.ID = eid.ItemID\r\n          WHERE e.ID = @EstID) Results\r\n          WHERE Results.Lv2Cat = \'MAT\' AND Results.Lv3Cat = \'MAT\'\r\n          GROUP BY Results.CostCode, Results.Category\r\n          HAVING SUM(Re" +
"sults.Total) &gt; 0\r\n          UNION\r\n\r\n          SELECT Results.CostCode,\r\n          CASE WHEN Results.Category = \'LAB\' THEN \'Labour\' ELSE \'Materials\' END Category,\r\n          SUM(Results.Total) Total,\r\n          SUM(Results.MarginTotal) MarginTotal\r\n          FROM\r\n          (SELECT CASE WHEN eid.CostCode IS NULL AND ei.CostCode IS NULL THEN \'\' WHEN eid.CostCode IS NULL THEN ei.CostCode ELSE eid.CostCode END CostCode,\r\n          CASE WHEN (eid.Category IS NULL OR eid.Category = \'\') AND (ei.Category IS NULL OR ei.Category = \'\') THEN \'MAT\' WHEN eid.Category IS NULL THEN ei.Category ELSE eid.Category END Category,\r\n          CASE WHEN eid.TotalPrice IS NULL THEN (ei.Quantity * ei.SalePrice) ELSE ((eid.Quantity * eid.SalePrice) * ei.Quantity) END Total,\r\n          CASE WHEN eid.TotalPrice IS NULL THEN ei.TotalPrice - (ei.Quantity * ei.SalePrice) ELSE (eid.TotalPrice * ei.Quantity) - ((eid.Quantity * eid.SalePrice) * ei.Quantity) END MarginTotal,\r\n          CASE WHEN ei.Category = \'\' THEN \'MAT\' ELSE ISNULL(ei.Categ" +
"ory,\'MAT\') END Lv2Cat,\r\n          CASE WHEN eid.Category = \'\' THEN \'MAT\' ELSE ISNULL(eid.Category,\'MAT\') END Lv3Cat\r\n          FROM EstimateDetails e\r\n          INNER JOIN EstimateHeader eh ON e.ID = eh.DetailsID\r\n          INNER JOIN EstimateItem ei ON eh.ID = ei.HeaderID\r\n          LEFT JOIN EstimateItemDetails eid ON ei.ID = eid.ItemID\r\n          WHERE e.ID = @EstID) Results\r\n          WHERE Results.Lv2Cat = \'LAB\' OR Results.Lv3Cat = \'LAB\'\r\n          GROUP BY Results.CostCode, Results.Category\r\n          HAVING SUM(Results.Total) &gt; 0) Summary\r\n          group by Summary.CostCode\r\n        ";
        }
        
        public void GetDefaults_SqlCommand(object sender, System.EventArgs e)
        {
            this.Defaults.SqlCommand = "DECLARE @CompanyID as Int\r\nSELECT @CompanyID=CompanyID FROM JobDetails WHERE ID=" + ToString(JobID) + "\r\nSELECT [dbo].[fn_CompanyJobGST](@CompanyID," + ToString(JobID) + ") GST";
        }
        
        public void GetHazardsFound_SqlCommand(object sender, System.EventArgs e)
        {
            this.HazardsFound.SqlCommand = "\r\n          DECLARE @listStr VARCHAR(MAX)\r\n          SELECT @listStr = COALESCE(@listStr+\',\' ,\'\') + ht.Description\r\n          FROM JobAssessment ja\r\n          LEFT JOIN JobAssessmentHazardFound hf ON hf.JobAssessmentID = ja.ID\r\n          LEFT JOIN MenuJobAssessmentHazardType ht ON ht.ID = hf.JobAssessmentHazardTypeID\r\n          WHERE ja.JobID = " + ToString(JobID) + "\r\n          SELECT @listStr HazardTypes\r\n        ";
        }
        
        public void GetReportsOrdered_SqlCommand(object sender, System.EventArgs e)
        {
            this.ReportsOrdered.SqlCommand = "\r\n          DECLARE @listStr VARCHAR(MAX)\r\n          SELECT @listStr = COALESCE(@listStr+\',\' ,\'\') + rt.Description\r\n          FROM JobAssessment ja\r\n          LEFT JOIN JobAssessmentReportOrdered ro ON ro.JobAssessmentID = ja.ID\r\n          LEFT JOIN MenuJobAssessmentReportType rt ON rt.ID = ro.JobAssessmentReportTypeID\r\n          WHERE ja.JobID = " + ToString(JobID) + "\r\n          SELECT @listStr ReportsOrdered\r\n        ";
        }
        
        public void GetEstimatingContractType_SqlCommand(object sender, System.EventArgs e)
        {
            this.EstimatingContractType.SqlCommand = "SELECT cccr.EstimatingLetterID AS EstimatingContractID FROM ClientCompanyClientReport cccr\r\nJOIN ClientCompany cc ON cc.ID = cccr.ClientCompanyID\r\nWHERE cc.ID = \r\n(SELECT \r\n\tCASE\r\n\t\tWHEN jd.AdjusterContactID IS NULL THEN comins.ID\r\n\t\tELSE comadj.ID\r\n\tEND\r\n\tFROM JobDetails jd\r\n\tLEFT OUTER JOIN ClientContact AS ccadj ON jd.AdjusterContactID = ccadj.ID \r\n\tLEFT OUTER JOIN ClientOffice AS coadj ON ccadj.ClientOfficeID = coadj.ID \r\n\tLEFT OUTER JOIN ClientCompany AS comadj ON coadj.ClientCompanyID = comadj.ID\r\n\tLEFT OUTER JOIN ClientContact AS ccins ON jd.InsuranceContactID = ccins.ID \r\n\tLEFT OUTER JOIN ClientOffice AS coins ON ccins.ClientOfficeID = coins.ID \r\n\tLEFT OUTER JOIN ClientCompany AS comins ON coins.ClientCompanyID = comins.ID\r\n\tWHERE jd.ID = " + ToString(JobID) + ")";
        }
        
        public void GetQuestionnaire_SqlCommand(object sender, System.EventArgs e)
        {
            this.Questionnaire.SqlCommand = "SELECT \tQuestion, ISNULL(ModifiedAnswer, Answer) AS Answer,\r\nRenderAsTable\r\nFROM \tJobFormQuestionnaireDetails\r\nWHERE \tHeaderId = " + ToString(QuestionnaireID) + "\r\nAND\t    Ignore = 0\r\nAND\t\tVisible = 1\r\nAND RenderAsTable = 0 ";
        }
        
        public void GetQuestionnaireSubForms_SqlCommand(object sender, System.EventArgs e)
        {
            this.QuestionnaireSubForms.SqlCommand = "SELECT \tQuestion, ISNULL(ModifiedAnswer, Answer) AS Answer,\r\n\tRenderAsTable,DisplayOrder,SubFormTable\r\n\tFROM \tJobFormQuestionnaireDetails\r\n\tWHERE \tHeaderId = 66332\r\n\tAND\t    Ignore = 0\r\n\tAND\t\tVisible = 1\r\n\tAND RenderAsTable = 1";
        }
        
        public void GetQuestionnaireDetails_SqlCommand(object sender, System.EventArgs e)
        {
            this.QuestionnaireDetails.SqlCommand = "IF 1=0 BEGIN\r\nSET FMTONLY OFF\r\nEND\r\n\r\nDECLARE @QuestionnaireID int = " + ToString(QuestionnaireID) + "\r\nDECLARE @SubformsCount int\r\nDECLARE @i int\r\nDECLARE @QuestionsCount int\r\nDECLARE @ColName varchar(100)\r\nDECLARE @DynamicSQL nvarchar(250)\r\nDECLARE @dml AS NVARCHAR(MAX)\r\n\r\nCREATE  Table #Question\r\n\t(\r\n\tQuestion varchar(100),\r\n\tSubForm1 varchar(100),\r\n\tSubForm2 varchar(100),\r\n\tSubForm3 varchar(100),\r\n\tSubForm4 varchar(100),\r\n\tSubForm5 varchar(100)\r\n\t)\r\n----------------fetch the columns number of subforms-----------\r\nSelect  @SubformsCount = count(distinct SubFormTable)\r\nFROM \tJobFormQuestionnaireDetails\r\nWHERE \tHeaderId = 66332\r\nAND\t    Ignore = 0\r\nAND\t\tVisible = 1\r\nAND RenderAsTable = 1\r\n\r\nIF @SubformsCount &gt; 1\r\nBEGIN\r\n\t\t\r\n---------------Create the table with Questions and columns equal to number of subforms-------------\r\n\r\n\t--SET @i = 1\r\n --   WHILE (@i &lt;= @SubformsCount)\r\n --   BEGIN\t\r\n\t--\t\tSET @ColName=\'SubForm\' + CAST(@i AS varchar(10));\r\n\t--\t\tSET @DynamicSQL = \'ALTER TABLE #Question ADD [\'+ CAST(@ColName AS VARCHAR(100)) +\'] VARCHAR(100) NULL\'\r\n\t--\t\tEXEC(@DynamicSQL)\r\n --   SET @i = @i + 1\r\n\r\n\r\n --   EN" +
"D \r\n\r\n\r\n-----------------------------------------------------\r\n--- Add Questions and Answers----------------------------------\r\n\r\n----fetch how many questions are in one subform\r\nInsert into #Question select Question,\'\',\'\',\'\',\'\',\'\'\r\n\t\tFROM \tJobFormQuestionnaireDetails\r\n\t\tWHERE \tHeaderId = @QuestionnaireID\r\nAND\t    Ignore = 0\r\nAND\t\tVisible = 1\r\nAND RenderAsTable = 1\r\nAND SubFormTable = 1\r\norder by DisplayOrder\r\n\r\nSET @i = 1\r\n    WHILE (@i &lt;= @SubformsCount)\r\n    BEGIN\t\r\n\t       DECLARE @Col varchar(20)\r\nSET @Col = CONCAT(\'SubForm\',@i)\r\nSET @dml = \r\n\t\t\t\t\t  N\'Update #Question set \'+@Col+\' =  ISNULL(ModifiedAnswer, Answer)\r\n\t\t\t\t\t\tFROM \tJobFormQuestionnaireDetails\r\n\t\t\t\t\t\tWHERE \tHeaderId = \'+CAST(@QuestionnaireID AS varchar(10))+\'\r\n\t\t\t\t\t\tAND\t    Ignore = 0\r\n\t\t\t\t\t\tAND\t\tVisible = 1\r\n\t\t\t\t\t\tAND RenderAsTable = 1\r\n\t\t\t\t\t\tAND SubFormTable =  \'+CAST(@i AS varchar(10))+\' and JobFormQuestionnaireDetails.Question = #Question.Question\'\r\n\t       print @dml\r\n\t\t\tEXEC sp_executesql @dml\r\nSET @i = @i + 1\r\n\tENd\r\nSElect * from #Quest" +
"ion\r\n    \r\n\r\nEND";
        }
        
        public void GetQuestionnaireHeader_SqlCommand(object sender, System.EventArgs e)
        {
            this.QuestionnaireHeader.SqlCommand = "SELECT distinct\tQuestion,DisplayOrder\r\n\tFROM \tJobFormQuestionnaireDetails\r\n\tWHERE \tHeaderId = 66332\r\n\tAND\t    Ignore = 0\r\n\tAND\t\tVisible = 1\r\n\tAND RenderAsTable = 1\r\n\torder by DisplayOrder";
        }
        
        #region DataSource Company
        public class CompanyDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
        {
            
            public CompanyDataSource() : 
                    base("EasyBuildConnection", "Company", "Company", "", true, false, 30)
            {
            }
            
            public virtual int CompanyID
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["CompanyID"], typeof(int), true)));
                }
            }
            
            public virtual string LetterheadName
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["LetterheadName"], typeof(string), true)));
                }
            }
            
            public virtual string CompanyStart
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["CompanyStart"], typeof(string), true)));
                }
            }
            
            public virtual string Website
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Website"], typeof(string), true)));
                }
            }
            
            public virtual string ABN
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ABN"], typeof(string), true)));
                }
            }
            
            public virtual string Address
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Address"], typeof(string), true)));
                }
            }
            
            public virtual string Phone
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Phone"], typeof(string), true)));
                }
            }
            
            public virtual string Fax
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Fax"], typeof(string), true)));
                }
            }
            
            public virtual string Email
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Email"], typeof(string), true)));
                }
            }
            
            public virtual string BankName
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BankName"], typeof(string), true)));
                }
            }
            
            public virtual string BSB
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BSB"], typeof(string), true)));
                }
            }
            
            public virtual string AccountNumber
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["AccountNumber"], typeof(string), true)));
                }
            }
            
            public virtual int CategoryID
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["CategoryID"], typeof(int), true)));
                }
            }
            
            public virtual int CountryID
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["CountryID"], typeof(int), true)));
                }
            }
            
            public virtual string ABNLabel
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ABNLabel"], typeof(string), true)));
                }
            }
            
            public virtual string BuildersLicenceNumber
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BuildersLicenceNumber"], typeof(string), true)));
                }
            }
        }
        #endregion DataSource Company
        
        #region DataSource CompanyLogos
        public class CompanyLogosDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
        {
            
            public CompanyLogosDataSource() : 
                    base("EasyBuildConnection", "CompanyLogos", "CompanyLogos", "", true, false, 30)
            {
            }
            
            public virtual int CompanyID
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["CompanyID"], typeof(int), true)));
                }
            }
            
            public virtual byte[] Logo
            {
                get
                {
                    return ((byte[])(StiReport.ChangeType(this["Logo"], typeof(byte[]), true)));
                }
            }
        }
        #endregion DataSource CompanyLogos
        
        #region DataSource PropertyRepairDetails
        public class PropertyRepairDetailsDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
        {
            
            public PropertyRepairDetailsDataSource() : 
                    base("EasyBuildConnection", "PropertyRepairDetails", "PropertyRepairDetails", "", true, false, 30)
            {
            }
            
            public virtual string BrkAdjIns
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BrkAdjIns"], typeof(string), true)));
                }
            }
            
            public virtual string InsuredDetails
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["InsuredDetails"], typeof(string), true)));
                }
            }
            
            public virtual string ClaimDetails
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ClaimDetails"], typeof(string), true)));
                }
            }
            
            public virtual string InsuredText
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["InsuredText"], typeof(string), true)));
                }
            }
            
            public virtual string Ins
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Ins"], typeof(string), true)));
                }
            }
            
            public virtual string BrkAdjInsPhone
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BrkAdjInsPhone"], typeof(string), true)));
                }
            }
            
            public virtual string InsPhone
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["InsPhone"], typeof(string), true)));
                }
            }
            
            public virtual string BrkAdjInsFax
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BrkAdjInsFax"], typeof(string), true)));
                }
            }
            
            public virtual string InsFax
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["InsFax"], typeof(string), true)));
                }
            }
            
            public virtual string BrkAdjInsEmail
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BrkAdjInsEmail"], typeof(string), true)));
                }
            }
            
            public virtual string InsEmail
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["InsEmail"], typeof(string), true)));
                }
            }
            
            public virtual string AdjusterReference
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["AdjusterReference"], typeof(string), true)));
                }
            }
            
            public virtual string BrokerReference
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BrokerReference"], typeof(string), true)));
                }
            }
            
            public virtual string SupervisorName
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["SupervisorName"], typeof(string), true)));
                }
            }
            
            public virtual string SupervisorPhone
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["SupervisorPhone"], typeof(string), true)));
                }
            }
            
            public virtual string SupervisorEmail
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["SupervisorEmail"], typeof(string), true)));
                }
            }
            
            public virtual string SupervisorFax
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["SupervisorFax"], typeof(string), true)));
                }
            }
            
            public virtual string QuoteRef
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["QuoteRef"], typeof(string), true)));
                }
            }
            
            public virtual string ClaimNumber
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ClaimNumber"], typeof(string), true)));
                }
            }
            
            public virtual string CustomerName
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["CustomerName"], typeof(string), true)));
                }
            }
            
            public virtual string SiteAddress
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["SiteAddress"], typeof(string), true)));
                }
            }
            
            public virtual string CustomerPhone
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["CustomerPhone"], typeof(string), true)));
                }
            }
            
            public virtual DateTime DateRequested
            {
                get
                {
                    return ((DateTime)(StiReport.ChangeType(this["DateRequested"], typeof(DateTime), true)));
                }
            }
            
            public virtual decimal InsuredResidedYears
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["InsuredResidedYears"], typeof(decimal), true)));
                }
            }
            
            public virtual DateTime CustomerCalled
            {
                get
                {
                    return ((DateTime)(StiReport.ChangeType(this["CustomerCalled"], typeof(DateTime), true)));
                }
            }
            
            public virtual DateTime AppointmentDate
            {
                get
                {
                    return ((DateTime)(StiReport.ChangeType(this["AppointmentDate"], typeof(DateTime), true)));
                }
            }
            
            public virtual string EstimatorNotes
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["EstimatorNotes"], typeof(string), true)));
                }
            }
            
            public virtual DateTime DateOfLoss
            {
                get
                {
                    return ((DateTime)(StiReport.ChangeType(this["DateOfLoss"], typeof(DateTime), true)));
                }
            }
            
            public virtual int InsID
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["InsID"], typeof(int), true)));
                }
            }
        }
        #endregion DataSource PropertyRepairDetails
        
        #region DataSource JobAssessment
        public class JobAssessmentDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
        {
            
            public JobAssessmentDataSource() : 
                    base("EasyBuildConnection", "JobAssessment", "JobAssessment", "", true, false, 30)
            {
            }
            
            public virtual string Recommendation
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Recommendation"], typeof(string), true)));
                }
            }
            
            public virtual string ReferralReason
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ReferralReason"], typeof(string), true)));
                }
            }
            
            public virtual string ReferToInsurerReason
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ReferToInsurerReason"], typeof(string), true)));
                }
            }
            
            public virtual string InsuredResponsibility
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["InsuredResponsibility"], typeof(string), true)));
                }
            }
            
            public virtual string ClientWillingToProceed
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ClientWillingToProceed"], typeof(string), true)));
                }
            }
            
            public virtual string ReportsOrdered
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ReportsOrdered"], typeof(string), true)));
                }
            }
            
            public virtual string RiskAssessmentRequired
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["RiskAssessmentRequired"], typeof(string), true)));
                }
            }
            
            public virtual string HomeOwnerWarranty
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["HomeOwnerWarranty"], typeof(string), true)));
                }
            }
            
            public virtual string DoAndCharge
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["DoAndCharge"], typeof(string), true)));
                }
            }
            
            public virtual string BuildingType
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BuildingType"], typeof(string), true)));
                }
            }
            
            public virtual string DesignType
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["DesignType"], typeof(string), true)));
                }
            }
            
            public virtual string ConstructionType
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ConstructionType"], typeof(string), true)));
                }
            }
            
            public virtual string RoofType
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["RoofType"], typeof(string), true)));
                }
            }
            
            public virtual string OverallCondition
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["OverallCondition"], typeof(string), true)));
                }
            }
            
            public virtual string OtherHazardsOnSite
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["OtherHazardsOnSite"], typeof(string), true)));
                }
            }
            
            public virtual string FoundationType
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["FoundationType"], typeof(string), true)));
                }
            }
            
            public virtual decimal StructureSizeSquares
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["StructureSizeSquares"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal StructureSizeSquareMeters
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["StructureSizeSquareMeters"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal StructureAgeYears
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["StructureAgeYears"], typeof(decimal), true)));
                }
            }
            
            public virtual bool MainRoofDamage
            {
                get
                {
                    return ((bool)(StiReport.ChangeType(this["MainRoofDamage"], typeof(bool), true)));
                }
            }
            
            public virtual string MainRoofDamageText
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["MainRoofDamageText"], typeof(string), true)));
                }
            }
            
            public virtual decimal RoofDamagePercent
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["RoofDamagePercent"], typeof(decimal), true)));
                }
            }
            
            public virtual string TarpOnRoof
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["TarpOnRoof"], typeof(string), true)));
                }
            }
            
            public virtual string JLGTarp
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["JLGTarp"], typeof(string), true)));
                }
            }
            
            public virtual int HabitabilityID
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["HabitabilityID"], typeof(int), true)));
                }
            }
            
            public virtual int ResidenceHabitable
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["ResidenceHabitable"], typeof(int), true)));
                }
            }
            
            public virtual string ResidenceHabitableText
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ResidenceHabitableText"], typeof(string), true)));
                }
            }
            
            public virtual string Habitability
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Habitability"], typeof(string), true)));
                }
            }
            
            public virtual string EventType
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["EventType"], typeof(string), true)));
                }
            }
            
            public virtual string OptionalCover
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["OptionalCover"], typeof(string), true)));
                }
            }
            
            public virtual string IncidentConfirmed
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["IncidentConfirmed"], typeof(string), true)));
                }
            }
            
            public virtual string ClientInformedNextSteps
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ClientInformedNextSteps"], typeof(string), true)));
                }
            }
            
            public virtual int MakesafeTypeID
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["MakesafeTypeID"], typeof(int), true)));
                }
            }
            
            public virtual string MakesafeType
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["MakesafeType"], typeof(string), true)));
                }
            }
            
            public virtual string DidMakesafeAttend
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["DidMakesafeAttend"], typeof(string), true)));
                }
            }
            
            public virtual DateTime MakeSafeCompletionDate
            {
                get
                {
                    return ((DateTime)(StiReport.ChangeType(this["MakeSafeCompletionDate"], typeof(DateTime), true)));
                }
            }
            
            public virtual decimal MakesafeCost
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["MakesafeCost"], typeof(decimal), true)));
                }
            }
            
            public virtual string SumInsuredAdequate
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["SumInsuredAdequate"], typeof(string), true)));
                }
            }
            
            public virtual string TradeRequired
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["TradeRequired"], typeof(string), true)));
                }
            }
            
            public virtual string PreviousClaimLodged
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["PreviousClaimLodged"], typeof(string), true)));
                }
            }
            
            public virtual string StrataClaim
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["StrataClaim"], typeof(string), true)));
                }
            }
            
            public virtual DateTime EstimatedRoofRepairCompletionDate
            {
                get
                {
                    return ((DateTime)(StiReport.ChangeType(this["EstimatedRoofRepairCompletionDate"], typeof(DateTime), true)));
                }
            }
            
            public virtual string RoofRepairCompleted
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["RoofRepairCompleted"], typeof(string), true)));
                }
            }
            
            public virtual string RepairsByInsuredPrior
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["RepairsByInsuredPrior"], typeof(string), true)));
                }
            }
            
            public virtual string ClaimedIncident
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ClaimedIncident"], typeof(string), true)));
                }
            }
            
            public virtual string ActionTakenAfterIncident
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ActionTakenAfterIncident"], typeof(string), true)));
                }
            }
            
            public virtual string ResultantDamage
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ResultantDamage"], typeof(string), true)));
                }
            }
            
            public virtual string BuildersAssessmentOfCause
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BuildersAssessmentOfCause"], typeof(string), true)));
                }
            }
            
            public virtual string FurtherSiteComments
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["FurtherSiteComments"], typeof(string), true)));
                }
            }
            
            public virtual decimal EstimatedRepairTimeDays
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["EstimatedRepairTimeDays"], typeof(decimal), true)));
                }
            }
            
            public virtual string ActionRequiredByInsured
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ActionRequiredByInsured"], typeof(string), true)));
                }
            }
            
            public virtual string ActionRequiredByInsurer
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ActionRequiredByInsurer"], typeof(string), true)));
                }
            }
            
            public virtual string ActionRequiredByJLG
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ActionRequiredByJLG"], typeof(string), true)));
                }
            }
            
            public virtual string ActionRequiredByInsuredDetails
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ActionRequiredByInsuredDetails"], typeof(string), true)));
                }
            }
            
            public virtual int RoofDate
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["RoofDate"], typeof(int), true)));
                }
            }
            
            public virtual int CashSettlementID
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["CashSettlementID"], typeof(int), true)));
                }
            }
            
            public virtual string CashSettlement
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["CashSettlement"], typeof(string), true)));
                }
            }
            
            public virtual string CashSettlementDetails
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["CashSettlementDetails"], typeof(string), true)));
                }
            }
            
            public virtual string OtherHazards
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["OtherHazards"], typeof(string), true)));
                }
            }
            
            public virtual string PolicyCoversContents
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["PolicyCoversContents"], typeof(string), true)));
                }
            }
            
            public virtual string ContentsInvolved
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ContentsInvolved"], typeof(string), true)));
                }
            }
            
            public virtual string ActionRelatedToContents
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ActionRelatedToContents"], typeof(string), true)));
                }
            }
            
            public virtual string ActionRelatedToContentsOther
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ActionRelatedToContentsOther"], typeof(string), true)));
                }
            }
            
            public virtual string ClaimedEvent
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ClaimedEvent"], typeof(string), true)));
                }
            }
            
            public virtual string ClaimedDamage
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ClaimedDamage"], typeof(string), true)));
                }
            }
            
            public virtual string BuildingOrDesignFaults
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BuildingOrDesignFaults"], typeof(string), true)));
                }
            }
            
            public virtual string BuildingFaultsOrMaintenanceIssues
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BuildingFaultsOrMaintenanceIssues"], typeof(string), true)));
                }
            }
            
            public virtual string InspectionDetails
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["InspectionDetails"], typeof(string), true)));
                }
            }
            
            public virtual string WhatHappenedAndWhen
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["WhatHappenedAndWhen"], typeof(string), true)));
                }
            }
            
            public virtual string WhatHappenedAndWhen2
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["WhatHappenedAndWhen2"], typeof(string), true)));
                }
            }
            
            public virtual string WhatHappenedAndWhen3
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["WhatHappenedAndWhen3"], typeof(string), true)));
                }
            }
            
            public virtual string MaintenanceIssues
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["MaintenanceIssues"], typeof(string), true)));
                }
            }
            
            public virtual string PreviousHistory
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["PreviousHistory"], typeof(string), true)));
                }
            }
            
            public virtual string InsuredAwareRepairResponsibility
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["InsuredAwareRepairResponsibility"], typeof(string), true)));
                }
            }
            
            public virtual string GlassRequired
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["GlassRequired"], typeof(string), true)));
                }
            }
            
            public virtual string GlassComments
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["GlassComments"], typeof(string), true)));
                }
            }
            
            public virtual string AluminiumRequired
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["AluminiumRequired"], typeof(string), true)));
                }
            }
            
            public virtual string AluminiumComments
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["AluminiumComments"], typeof(string), true)));
                }
            }
            
            public virtual string ScaffoldRequired
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ScaffoldRequired"], typeof(string), true)));
                }
            }
            
            public virtual string ScaffoldComments
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ScaffoldComments"], typeof(string), true)));
                }
            }
            
            public virtual string PermitsRequired
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["PermitsRequired"], typeof(string), true)));
                }
            }
            
            public virtual string PermitsComments
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["PermitsComments"], typeof(string), true)));
                }
            }
            
            public virtual int MenRequired
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["MenRequired"], typeof(int), true)));
                }
            }
            
            public virtual int HoursRequired
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["HoursRequired"], typeof(int), true)));
                }
            }
            
            public virtual string PlantRequired
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["PlantRequired"], typeof(string), true)));
                }
            }
            
            public virtual string PlantComments
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["PlantComments"], typeof(string), true)));
                }
            }
            
            public virtual string InductionRequired
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["InductionRequired"], typeof(string), true)));
                }
            }
            
            public virtual string InductionComments
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["InductionComments"], typeof(string), true)));
                }
            }
            
            public virtual string AbseilersRequired
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["AbseilersRequired"], typeof(string), true)));
                }
            }
            
            public virtual string AbseilersComments
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["AbseilersComments"], typeof(string), true)));
                }
            }
            
            public virtual string AsbestosPresent
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["AsbestosPresent"], typeof(string), true)));
                }
            }
            
            public virtual string AsbestosComments
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["AsbestosComments"], typeof(string), true)));
                }
            }
            
            public virtual string MouldPresent
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["MouldPresent"], typeof(string), true)));
                }
            }
            
            public virtual string TrafficManagementRequired
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["TrafficManagementRequired"], typeof(string), true)));
                }
            }
            
            public virtual string TrafficManagementComments
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["TrafficManagementComments"], typeof(string), true)));
                }
            }
            
            public virtual string DamageToInternalAreas
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["DamageToInternalAreas"], typeof(string), true)));
                }
            }
            
            public virtual string DamageToExternalAreas
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["DamageToExternalAreas"], typeof(string), true)));
                }
            }
            
            public virtual string GeneralRoofConditionComments
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["GeneralRoofConditionComments"], typeof(string), true)));
                }
            }
            
            public virtual string StormCreatedOpeningText
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["StormCreatedOpeningText"], typeof(string), true)));
                }
            }
            
            public virtual bool StormCreatedOpening
            {
                get
                {
                    return ((bool)(StiReport.ChangeType(this["StormCreatedOpening"], typeof(bool), true)));
                }
            }
            
            public virtual string StormCreatedOpeningComments
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["StormCreatedOpeningComments"], typeof(string), true)));
                }
            }
            
            public virtual string CeilingCavityInspectionText
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["CeilingCavityInspectionText"], typeof(string), true)));
                }
            }
            
            public virtual bool CeilingCavityInspection
            {
                get
                {
                    return ((bool)(StiReport.ChangeType(this["CeilingCavityInspection"], typeof(bool), true)));
                }
            }
            
            public virtual string CeilingCavityInspectionComments
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["CeilingCavityInspectionComments"], typeof(string), true)));
                }
            }
            
            public virtual string GuttersDownpipesSufficientText
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["GuttersDownpipesSufficientText"], typeof(string), true)));
                }
            }
            
            public virtual bool GuttersDownpipesSufficient
            {
                get
                {
                    return ((bool)(StiReport.ChangeType(this["GuttersDownpipesSufficient"], typeof(bool), true)));
                }
            }
            
            public virtual string GuttersDownpipesSufficientComments
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["GuttersDownpipesSufficientComments"], typeof(string), true)));
                }
            }
            
            public virtual string AdditionalFixturesOnRoofText
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["AdditionalFixturesOnRoofText"], typeof(string), true)));
                }
            }
            
            public virtual bool AdditionalFixturesOnRoof
            {
                get
                {
                    return ((bool)(StiReport.ChangeType(this["AdditionalFixturesOnRoof"], typeof(bool), true)));
                }
            }
            
            public virtual string AdditionalFixturesOnRoofComments
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["AdditionalFixturesOnRoofComments"], typeof(string), true)));
                }
            }
            
            public virtual string ValleysAndGuttersCleanText
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ValleysAndGuttersCleanText"], typeof(string), true)));
                }
            }
            
            public virtual bool ValleysAndGuttersClean
            {
                get
                {
                    return ((bool)(StiReport.ChangeType(this["ValleysAndGuttersClean"], typeof(bool), true)));
                }
            }
            
            public virtual string ValleysAndGuttersCleanComments
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ValleysAndGuttersCleanComments"], typeof(string), true)));
                }
            }
            
            public virtual string WaterBreachComments
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["WaterBreachComments"], typeof(string), true)));
                }
            }
            
            public virtual string ClaimedDamageConsistentText
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ClaimedDamageConsistentText"], typeof(string), true)));
                }
            }
            
            public virtual bool ClaimedDamageConsistent
            {
                get
                {
                    return ((bool)(StiReport.ChangeType(this["ClaimedDamageConsistent"], typeof(bool), true)));
                }
            }
            
            public virtual string ClaimedDamageConsistentComments
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ClaimedDamageConsistentComments"], typeof(string), true)));
                }
            }
            
            public virtual string BuildingFaultsContributingText
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["BuildingFaultsContributingText"], typeof(string), true)));
                }
            }
            
            public virtual bool BuildingFaultsContributing
            {
                get
                {
                    return ((bool)(StiReport.ChangeType(this["BuildingFaultsContributing"], typeof(bool), true)));
                }
            }
            
            public virtual string MaintenanceIssuesContributingText
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["MaintenanceIssuesContributingText"], typeof(string), true)));
                }
            }
            
            public virtual bool MaintenanceIssuesContributing
            {
                get
                {
                    return ((bool)(StiReport.ChangeType(this["MaintenanceIssuesContributing"], typeof(bool), true)));
                }
            }
            
            public virtual string InsuredAwareMaintenanceIssuesText
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["InsuredAwareMaintenanceIssuesText"], typeof(string), true)));
                }
            }
            
            public virtual bool InsuredAwareMaintenanceIssues
            {
                get
                {
                    return ((bool)(StiReport.ChangeType(this["InsuredAwareMaintenanceIssues"], typeof(bool), true)));
                }
            }
            
            public virtual string InsuredAwareMaintenanceIssuesComments
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["InsuredAwareMaintenanceIssuesComments"], typeof(string), true)));
                }
            }
            
            public virtual decimal NotHabitableTimeDays
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["NotHabitableTimeDays"], typeof(decimal), true)));
                }
            }
            
            public virtual string RepairLimitationsComments
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["RepairLimitationsComments"], typeof(string), true)));
                }
            }
        }
        #endregion DataSource JobAssessment
        
        #region DataSource JobImages
        public class JobImagesDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
        {
            
            public JobImagesDataSource() : 
                    base("EasyBuildConnection", "JobImages", "JobImages", "", true, false, 30)
            {
            }
            
            public virtual string FilePath
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["FilePath"], typeof(string), true)));
                }
            }
            
            public virtual string Description
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Description"], typeof(string), true)));
                }
            }
            
            public virtual byte[] JobImage
            {
                get
                {
                    return ((byte[])(StiReport.ChangeType(this["JobImage"], typeof(byte[]), true)));
                }
            }
        }
        #endregion DataSource JobImages
        
        #region DataSource EstimateDetails
        public class EstimateDetailsDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
        {
            
            public EstimateDetailsDataSource() : 
                    base("EasyBuildConnection", "EstimateDetails", "EstimateDetails", "", true, false, 30)
            {
            }
            
            public virtual string Header
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Header"], typeof(string), true)));
                }
            }
            
            public virtual string Description
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Description"], typeof(string), true)));
                }
            }
            
            public virtual decimal Level1Sort
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["Level1Sort"], typeof(decimal), true)));
                }
            }
            
            public virtual decimal Level2Sort
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["Level2Sort"], typeof(decimal), true)));
                }
            }
            
            public virtual int Version
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["Version"], typeof(int), true)));
                }
            }
            
            public virtual string UnitOfMeasure
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["UnitOfMeasure"], typeof(string), true)));
                }
            }
            
            public virtual int RecordID
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["RecordID"], typeof(int), true)));
                }
            }
            
            public virtual int lv1ID
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["lv1ID"], typeof(int), true)));
                }
            }
            
            public virtual string HeaderNumberDisp
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["HeaderNumberDisp"], typeof(string), true)));
                }
            }
            
            public virtual long DescriptionNumber
            {
                get
                {
                    return ((long)(StiReport.ChangeType(this["DescriptionNumber"], typeof(long), true)));
                }
            }
            
            public virtual string HeaderAndDescNumberDisp
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["HeaderAndDescNumberDisp"], typeof(string), true)));
                }
            }
        }
        #endregion DataSource EstimateDetails
        
        #region DataSource Costing
        public class CostingDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
        {
            
            public CostingDataSource() : 
                    base("EasyBuildConnection", "Costing", "Costing", "", true, false, 30)
            {
            }
            
            public virtual string CostCode
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["CostCode"], typeof(string), true)));
                }
            }
            
            public virtual double LabourTotal
            {
                get
                {
                    return ((double)(StiReport.ChangeType(this["LabourTotal"], typeof(double), true)));
                }
            }
            
            public virtual double MaterialsTotal
            {
                get
                {
                    return ((double)(StiReport.ChangeType(this["MaterialsTotal"], typeof(double), true)));
                }
            }
            
            public virtual double MarginTotal
            {
                get
                {
                    return ((double)(StiReport.ChangeType(this["MarginTotal"], typeof(double), true)));
                }
            }
            
            public virtual double LabourTotalExclMargin
            {
                get
                {
                    return ((double)(StiReport.ChangeType(this["LabourTotalExclMargin"], typeof(double), true)));
                }
            }
            
            public virtual double MaterialsTotalExclMargin
            {
                get
                {
                    return ((double)(StiReport.ChangeType(this["MaterialsTotalExclMargin"], typeof(double), true)));
                }
            }
        }
        #endregion DataSource Costing
        
        #region DataSource Defaults
        public class DefaultsDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
        {
            
            public DefaultsDataSource() : 
                    base("EasyBuildConnection", "Defaults", "Defaults", "", true, false, 30)
            {
            }
            
            public virtual decimal GST
            {
                get
                {
                    return ((decimal)(StiReport.ChangeType(this["GST"], typeof(decimal), true)));
                }
            }
        }
        #endregion DataSource Defaults
        
        #region DataSource HazardsFound
        public class HazardsFoundDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
        {
            
            public HazardsFoundDataSource() : 
                    base("EasyBuildConnection", "HazardsFound", "HazardsFound", "", true, false, 30)
            {
            }
            
            public virtual string HazardTypes
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["HazardTypes"], typeof(string), true)));
                }
            }
        }
        #endregion DataSource HazardsFound
        
        #region DataSource ReportsOrdered
        public class ReportsOrderedDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
        {
            
            public ReportsOrderedDataSource() : 
                    base("EasyBuildConnection", "ReportsOrdered", "ReportsOrdered", "", true, false, 30)
            {
            }
            
            public virtual string ReportsOrdered
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["ReportsOrdered"], typeof(string), true)));
                }
            }
        }
        #endregion DataSource ReportsOrdered
        
        #region DataSource EstimatingContractType
        public class EstimatingContractTypeDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
        {
            
            public EstimatingContractTypeDataSource() : 
                    base("EasyBuildConnection", "EstimatingContractType", "EstimatingContractType", "", true, false, 30)
            {
            }
            
            public virtual int EstimatingContractID
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["EstimatingContractID"], typeof(int), true)));
                }
            }
        }
        #endregion DataSource EstimatingContractType
        
        #region DataSource Questionnaire
        public class QuestionnaireDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
        {
            
            public QuestionnaireDataSource() : 
                    base("EasyBuildConnection", "Questionnaire", "Questionnaire", "", true, false, 30)
            {
            }
            
            public virtual string Question
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Question"], typeof(string), true)));
                }
            }
            
            public virtual string Answer
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Answer"], typeof(string), true)));
                }
            }
            
            public virtual bool RenderAsTable
            {
                get
                {
                    return ((bool)(StiReport.ChangeType(this["RenderAsTable"], typeof(bool), true)));
                }
            }
        }
        #endregion DataSource Questionnaire
        
        #region DataSource QuestionnaireSubForms
        public class QuestionnaireSubFormsDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
        {
            
            public QuestionnaireSubFormsDataSource() : 
                    base("EasyBuildConnection", "QuestionnaireSubForms", "QuestionnaireSubForms", "", true, false, 30)
            {
            }
            
            public virtual string Question
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Question"], typeof(string), true)));
                }
            }
            
            public virtual string Answer
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Answer"], typeof(string), true)));
                }
            }
            
            public virtual bool RenderAsTable
            {
                get
                {
                    return ((bool)(StiReport.ChangeType(this["RenderAsTable"], typeof(bool), true)));
                }
            }
            
            public virtual short DisplayOrder
            {
                get
                {
                    return ((short)(StiReport.ChangeType(this["DisplayOrder"], typeof(short), true)));
                }
            }
            
            public virtual int SubFormTable
            {
                get
                {
                    return ((int)(StiReport.ChangeType(this["SubFormTable"], typeof(int), true)));
                }
            }
        }
        #endregion DataSource QuestionnaireSubForms
        
        #region DataSource QuestionnaireDetails
        public class QuestionnaireDetailsDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
        {
            
            public QuestionnaireDetailsDataSource() : 
                    base("EasyBuildConnection", "QuestionnaireDetails", "QuestionnaireDetails", "", true, false, 30)
            {
            }
            
            public virtual string Question
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Question"], typeof(string), true)));
                }
            }
            
            public virtual string SubForm1
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["SubForm1"], typeof(string), true)));
                }
            }
            
            public virtual string SubForm2
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["SubForm2"], typeof(string), true)));
                }
            }
            
            public virtual string SubForm3
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["SubForm3"], typeof(string), true)));
                }
            }
            
            public virtual string SubForm4
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["SubForm4"], typeof(string), true)));
                }
            }
            
            public virtual string SubForm5
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["SubForm5"], typeof(string), true)));
                }
            }
        }
        #endregion DataSource QuestionnaireDetails
        
        #region DataSource QuestionnaireHeader
        public class QuestionnaireHeaderDataSource : Stimulsoft.Report.Dictionary.StiSqlSource
        {
            
            public QuestionnaireHeaderDataSource() : 
                    base("EasyBuildConnection", "QuestionnaireHeader", "QuestionnaireHeader", "", true, false, 30)
            {
            }
            
            public virtual string Question
            {
                get
                {
                    return ((string)(StiReport.ChangeType(this["Question"], typeof(string), true)));
                }
            }
            
            public virtual short DisplayOrder
            {
                get
                {
                    return ((short)(StiReport.ChangeType(this["DisplayOrder"], typeof(short), true)));
                }
            }
        }
        #endregion DataSource QuestionnaireHeader
        #endregion StiReport Designer generated code - do not modify
    }
    }
  </Script>
  <ScriptLanguage>CSharp</ScriptLanguage>
  <Styles isList="true" count="2">
    <Style1 Ref="325" type="Stimulsoft.Report.StiStyle" isKey="true">
      <AllowUseVertAlignment>True</AllowUseVertAlignment>
      <Brush>Transparent</Brush>
      <Conditions isList="true" count="0" />
      <Description />
      <Font>Arial,8</Font>
      <Name>Style1</Name>
      <TextBrush>Black</TextBrush>
    </Style1>
    <Style2 Ref="326" type="Stimulsoft.Report.StiStyle" isKey="true">
      <Brush>Transparent</Brush>
      <Conditions isList="true" count="0" />
      <Description />
      <Font>Arial,8</Font>
      <Name>Style2</Name>
      <TextBrush>Black</TextBrush>
    </Style2>
  </Styles>
</StiSerializer>