﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<StiSerializer version="1.0" application="StiReport">
  <Dictionary Ref="1" type="Dictionary" isKey="true">
    <BusinessObjects isList="true" count="0" />
    <Databases isList="true" count="1">
      <oleDBConnection Ref="2" type="Stimulsoft.Report.Dictionary.StiOleDbDatabase" isKey="true">
        <Alias>oleDBConnection</Alias>
        <ConnectionString>Provider=SQLOLEDB.1;Password=sysadm;Persist Security Info=True;User ID=sysadm;Initial Catalog=SPMMUHCN;Data Source=PRJHKGS1\SQL2008</ConnectionString>
        <Name>oleDBConnection</Name>
      </oleDBConnection>
    </Databases>
    <DataSources isList="true" count="5">
      <dsDatabaseVersion Ref="3" type="Stimulsoft.Report.Dictionary.StiOleDbSource" isKey="true">
        <Alias>dsDatabaseVersion</Alias>
        <Columns isList="true" count="1">
          <value>VERSIONNO,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>dsDatabaseVersion</Name>
        <NameInSource>oleDBConnection</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>select dbv.versionno
from   databaseversion dbv
where  dbv.databaseversion = (
       select max(dbv2.databaseversion)
       from   databaseversion dbv2)</SqlCommand>
      </dsDatabaseVersion>
      <dsProject Ref="4" type="Stimulsoft.Report.Dictionary.StiOleDbSource" isKey="true">
        <Alias>dsProject</Alias>
        <Columns isList="true" count="3">
          <value>projectno,System.String</value>
          <value>project,System.Int32</value>
          <value>name,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>dsProject</Name>
        <NameInSource>oleDBConnection</NameInSource>
        <Parameters isList="true" count="1">
          <value>dspProject,pProject,200,255</value>
        </Parameters>
        <SqlCommand>select  project.project, project.projectno, project.name
	from 
	project
	where d.inDelimStr(?, project.project, ',') = 1
order by project.project</SqlCommand>
      </dsProject>
      <dsProjectData Ref="5" type="Stimulsoft.Report.Dictionary.StiOleDbSource" isKey="true">
        <Alias>dsProjectData</Alias>
        <Columns isList="true" count="12">
          <value>Period,System.String</value>
          <value>DateForReport,System.DateTime</value>
          <value>LocationCode,System.String</value>
          <value>Location,System.String</value>
          <value>Item,System.String</value>
          <value>DatePlanned,System.DateTime</value>
          <value>DateActual,System.DateTime</value>
          <value>DayDiff,System.Int32</value>
          <value>Notes,System.String</value>
          <value>project,System.Int32</value>
          <value>projectno,System.String</value>
          <value>FilePath,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>dsProjectData</Name>
        <NameInSource>oleDBConnection</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>select 1 as Period, MediaProgress.DateForReport, MediaLocation.code as LocationCode, MediaLocation.Description as Location, 
	MediaProgressItem.Item, MediaProgressItem.DatePlanned, MediaProgressItem.DateActual, 
	DATEDIFF(dd,MediaProgressItem.DatePlanned, MediaProgressItem.DateActual) as DayDiff,
	MediaProgressItem.Notes, project.project, project.projectno,
		
	d.concat3(SysPath.paramvalue, 
	d.concat5('\',project.busent, '-', project.projectno,'\Project\') , 
				d.concat3(MediaFolder.Name,'\', MediaItem.MediaFileName)
		) as FilePath
from MediaProgress
left join MediaProgressItem on MediaProgressItem.MediaProgress = MediaProgress.MediaProgress
left join MediaLocation on MediaLocation.MediaLocation = MediaProgress.MediaLocation
left join MediaItem on MediaItem.MediaItem = MediaProgress.MediaItem
join project on project.project = MediaLocation.Project
join MediaFolder on MediaFolder.Project = project.project and MediaFolder.IsSiteProgress = 1 
join (select paramvalue from kpmsystemparam where kpmsystemparam = 6026)SysPath
on 1=1
where 
MediaProgress.DateForReport &gt;= (select glperiod.startdate from glperiod 
							join finyear on finyear.finyear = glperiod.finyear 
							where finyear.busent = 1 and glperiod.glperiod = {pUptoDate})
and
MediaProgress.DateForReport &lt;= (select glperiod.finishdate from glperiod 
							join finyear on finyear.finyear = glperiod.finyear 
							where finyear.busent = 1 and glperiod.glperiod = {pUptoDate})
and project.project = {pProject}
					
UNION
select 2 as Period, MediaProgress.DateForReport, MediaLocation.code as LocationCode, MediaLocation.Description as Location, 
	MediaProgressItem.Item, MediaProgressItem.DatePlanned, MediaProgressItem.DateActual, 
	DATEDIFF(dd,MediaProgressItem.DatePlanned, MediaProgressItem.DateActual) as DayDiff,
	MediaProgressItem.Notes, project.project, project.projectno,
		
	d.concat3(SysPath.paramvalue, 
	d.concat5('\',project.busent, '-', project.projectno,'\Project\') , 
				d.concat3(MediaFolder.Name,'\', MediaItem.MediaFileName)
		) as FilePath
from MediaProgress
left join MediaProgressItem on MediaProgressItem.MediaProgress = MediaProgress.MediaProgress
left join MediaLocation on MediaLocation.MediaLocation = MediaProgress.MediaLocation
left join MediaItem on MediaItem.MediaItem = MediaProgress.MediaItem
join project on project.project = MediaLocation.Project
join MediaFolder on MediaFolder.Project = project.project and MediaFolder.IsSiteProgress = 1 
join (select paramvalue from kpmsystemparam where kpmsystemparam = 6026)SysPath
on 1=1
where 	MediaProgress.DateForReport &gt;= (select glperiod.startdate from glperiod
	where glperiod.finishdate = 
	(select glperiod.startdate-1 from glperiod 
							join finyear on finyear.finyear = glperiod.finyear 
							where finyear.busent = 1 and glperiod.glperiod = {pUptoDate})
							)
and MediaProgress.DateForReport &lt;= (select glperiod.finishdate from glperiod
	where glperiod.finishdate = 
	(select glperiod.startdate-1 from glperiod 
							join finyear on finyear.finyear = glperiod.finyear 
							where finyear.busent = 1 and glperiod.glperiod = {pUptoDate})
							)
and project.project = {pProject}</SqlCommand>
      </dsProjectData>
      <dsPeriod Ref="6" type="Stimulsoft.Report.Dictionary.StiOleDbSource" isKey="true">
        <Alias>dsPeriod</Alias>
        <Columns isList="true" count="1">
          <value>shortdescription,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>dsPeriod</Name>
        <NameInSource>oleDBConnection</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>select right(convert(varchar, glperiod.finishdate, 106), 8) as shortdescription from glperiod 
							join finyear on finyear.finyear = glperiod.finyear 
							where finyear.busent = {pBusinessEntity} and glperiod.glperiod = {pUptoDate}</SqlCommand>
      </dsPeriod>
      <dsProjectLocation Ref="7" type="Stimulsoft.Report.Dictionary.StiOleDbSource" isKey="true">
        <Alias>dsProjectLocation</Alias>
        <Columns isList="true" count="6">
          <value>Period,System.String</value>
          <value>Seq,System.Int32</value>
          <value>DateForReport,System.DateTime</value>
          <value>LocationCode,System.String</value>
          <value>Location,System.String</value>
          <value>FilePath,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>dsProjectLocation</Name>
        <NameInSource>oleDBConnection</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>select 1 as Period, 1 as Seq, MediaProgress.DateForReport, MediaLocation.code as LocationCode, MediaLocation.Description as Location, 

		
	d.concat3(SysPath.paramvalue, 
	d.concat5('\',project.busent, '-', project.projectno,'\Project\') , 
				d.concat3(MediaFolder.Name,'\', MediaItem.MediaFileName)
		) as FilePath
from MediaProgress
left join MediaProgressItem on MediaProgressItem.MediaProgress = MediaProgress.MediaProgress
left join MediaLocation on MediaLocation.MediaLocation = MediaProgress.MediaLocation
left join MediaItem on MediaItem.MediaItem = MediaProgress.MediaItem
join project on project.project = MediaLocation.Project
join MediaFolder on MediaFolder.Project = project.project and MediaFolder.IsSiteProgress = 1 
join (select paramvalue from kpmsystemparam where kpmsystemparam = 6026)SysPath
on 1=1
where 
MediaProgress.DateForReport &gt;= (select glperiod.startdate from glperiod 
							join finyear on finyear.finyear = glperiod.finyear 
							where finyear.busent = 1 and glperiod.glperiod = {pUptoDate})
and
MediaProgress.DateForReport &lt;= (select glperiod.finishdate from glperiod 
							join finyear on finyear.finyear = glperiod.finyear 
							where finyear.busent = 1 and glperiod.glperiod = {pUptoDate})
and project.project = {pProject}
							
UNION
select 2 as Period, 2 as Seq, MediaProgress.DateForReport, MediaLocation.code as LocationCode, MediaLocation.Description as Location, 

		
	d.concat3(SysPath.paramvalue, 
	d.concat5('\',project.busent, '-', project.projectno,'\Project\') , 
				d.concat3(MediaFolder.Name,'\', MediaItem.MediaFileName)
		) as FilePath
from MediaProgress
left join MediaProgressItem on MediaProgressItem.MediaProgress = MediaProgress.MediaProgress
left join MediaLocation on MediaLocation.MediaLocation = MediaProgress.MediaLocation
left join MediaItem on MediaItem.MediaItem = MediaProgress.MediaItem
join project on project.project = MediaLocation.Project
join MediaFolder on MediaFolder.Project = project.project and MediaFolder.IsSiteProgress = 1 
join (select paramvalue from kpmsystemparam where kpmsystemparam = 6026)SysPath
on 1=1
where 	MediaProgress.DateForReport &gt;= (select glperiod.startdate from glperiod
	where glperiod.finishdate = 
	(select glperiod.startdate-1 from glperiod 
							join finyear on finyear.finyear = glperiod.finyear 
							where finyear.busent = 1 and glperiod.glperiod = {pUptoDate})
							)
and MediaProgress.DateForReport &lt;= (select glperiod.finishdate from glperiod
	where glperiod.finishdate = 
	(select glperiod.startdate-1 from glperiod 
							join finyear on finyear.finyear = glperiod.finyear 
							where finyear.busent = 1 and glperiod.glperiod = {pUptoDate})
							)
and project.project = {pProject}
order by seq</SqlCommand>
      </dsProjectLocation>
    </DataSources>
    <Relations isList="true" count="1">
      <dsProjectLocation_ProjectData Ref="8" type="DataRelation" isKey="true">
        <Alias>dsProjectLocation_ProjectData</Alias>
        <ChildColumns isList="true" count="2">
          <value>LocationCode</value>
          <value>Period</value>
        </ChildColumns>
        <ChildSource isRef="5" />
        <Dictionary isRef="1" />
        <Name>dsProjectLocation_ProjectData</Name>
        <NameInSource>Relation</NameInSource>
        <ParentColumns isList="true" count="2">
          <value>LocationCode</value>
          <value>Period</value>
        </ParentColumns>
        <ParentSource isRef="7" />
      </dsProjectLocation_ProjectData>
    </Relations>
    <Report isRef="0" />
    <Variables isList="true" count="13">
      <value>,vReportCode,vReportCode,System.String,HLDCN-DOC-0043,True,False</value>
      <value>,vReportVersion,vReportVersion,System.String,_x0030_01,True,False</value>
      <value>,pDatabaseName,pDatabaseName,System.String,,False,False</value>
      <value>,pUserID,pUserID,System.String,,False,False</value>
      <value>,pAuthUser,pAuthUser,System.String,,False,False</value>
      <value>,pCompanyName,pCompanyName,System.String,,False,False</value>
      <value>,pReportLogo,pReportLogo,System.String,RptLogo.bmp,False,False</value>
      <value>,pProject,pProject,System.String,_x0031_1,False,False</value>
      <value>,pProjectText,pProjectText,System.String,,False,False</value>
      <value>,pUptoDate,pUptoDate,System.Int32,_x0037_7,False,False</value>
      <value>,pUptoDateText,pUptoDateText,System.String,,False,False</value>
      <value>,pBusinessEntity,pBusinessEntity,System.String,_x0031_,False,False</value>
      <value>,pBusinessEntityText,pBusinessEntityText,System.String,,False,False</value>
    </Variables>
  </Dictionary>
  <EngineVersion>EngineV1</EngineVersion>
  <GlobalizationStrings isList="true" count="0" />
  <MetaTags isList="true" count="0" />
  <Pages isList="true" count="1">
    <Page1 Ref="9" type="Page" isKey="true">
      <Border>None;Black;2;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <Components isList="true" count="16">
        <StdPageHeader Ref="10" type="PageHeaderBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,0.4,40,2.8</ClientRectangle>
          <Components isList="true" count="6">
            <StdPageHeaderReportName Ref="11" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0.2,0.2,18.6,0.8</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>DFKai-SB,12,Italic</Font>
              <Margins>0,0,0,0</Margins>
              <Name>StdPageHeaderReportName</Name>
              <Page isRef="9" />
              <Parent isRef="10" />
              <Text>{ReportName}</Text>
              <TextBrush>Black</TextBrush>
            </StdPageHeaderReportName>
            <Text2 Ref="12" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>33.8,0.2,6.2,0.8</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>DFKai-SB,12,Italic</Font>
              <Guid>ec7f9a1b52904a2282a63c963f42bcfe</Guid>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text2</Name>
              <Page isRef="9" />
              <Parent isRef="10" />
              <Text>编制日期： {Year(Today)}年{Month(Today)}月{Day(Today)}日</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>
            </Text2>
            <Text6 Ref="13" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>33.2,1.2,6.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>DFKai-SB,12,Bold</Font>
              <Guid>71c33ed4456042c0b0137307d95a92d7</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text6</Name>
              <Page isRef="9" />
              <Parent isRef="10" />
              <Text>更新：{dsPeriod.shortdescription}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </Text6>
            <Text8 Ref="14" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>0.2,1.2,3.2,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>DFKai-SB,12,Bold</Font>
              <Guid>9a3b5049a8bd4f578041766daf415714</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text8</Name>
              <Page isRef="9" />
              <Parent isRef="10" />
              <Text>项目名称:</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>
            </Text8>
            <Text10 Ref="15" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>3.4,1.2,15.4,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>DFKai-SB,12,Bold</Font>
              <Guid>7f377d1c4aab43c7b3f7a49bf13d4706</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text10</Name>
              <Page isRef="9" />
              <Parent isRef="10" />
              <Text>{pProjectText}</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>
            </Text10>
            <HorizontalLine2 Ref="16" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0,40,0.0254</ClientRectangle>
              <Color>Black</Color>
              <EndCap Ref="17" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Name>HorizontalLine2</Name>
              <Page isRef="9" />
              <Parent isRef="10" />
              <StartCap Ref="18" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
              <Style>Double</Style>
            </HorizontalLine2>
          </Components>
          <Conditions isList="true" count="0" />
          <Name>StdPageHeader</Name>
          <Page isRef="9" />
          <Parent isRef="9" />
          <PrintOn>ExceptFirstPage</PrintOn>
        </StdPageHeader>
        <StdPageFooter Ref="19" type="PageFooterBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,26.9,40,0.8</ClientRectangle>
          <Components isList="true" count="3">
            <StdPageFooterText Ref="20" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0.2,37.4,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>DFKai-SB,12,Italic</Font>
              <Margins>0,0,0,0</Margins>
              <Name>StdPageFooterText</Name>
              <Page isRef="9" />
              <Parent isRef="19" />
              <Text>Report {vReportCode} (version {vReportVersion}) generated by {pUserID} on {Format("{0:dd MMMM yyyy}", Time)} at {Format("{0:HH:mm:ss}", Time)} from database {pDatabaseName} (version {dsDatabaseVersion.VERSIONNO})</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </StdPageFooterText>
            <StdPageFooterPageNumber Ref="21" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>37.8,0.2,2.2,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>DFKai-SB,12,Italic</Font>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>StdPageFooterPageNumber</Name>
              <Page isRef="9" />
              <Parent isRef="19" />
              <Text>Page {PageNumber}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </StdPageFooterPageNumber>
            <StdPageFooterLine Ref="22" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0.2,0,39.8,0.0254</ClientRectangle>
              <Color>Black</Color>
              <EndCap Ref="23" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Name>StdPageFooterLine</Name>
              <Page isRef="9" />
              <Parent isRef="19" />
              <StartCap Ref="24" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
            </StdPageFooterLine>
          </Components>
          <Conditions isList="true" count="0" />
          <Name>StdPageFooter</Name>
          <Page isRef="9" />
          <Parent isRef="9" />
        </StdPageFooter>
        <StdReportTitle Ref="25" type="ReportTitleBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,4,40,2.6</ClientRectangle>
          <Components isList="true" count="7">
            <StdReportHeaderReportName Ref="26" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0.2,0.8,15.6,0.7</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>DFKai-SB,16,Bold</Font>
              <Margins>0,0,0,0</Margins>
              <Name>StdReportHeaderReportName</Name>
              <Page isRef="9" />
              <Parent isRef="25" />
              <Text>{ReportName}</Text>
              <TextBrush>Black</TextBrush>
            </StdReportHeaderReportName>
            <StdReportHeaderCompanyName Ref="27" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0.2,0.2,16.4,0.45</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>DFKai-SB,12,Italic</Font>
              <Margins>0,0,0,0</Margins>
              <Name>StdReportHeaderCompanyName</Name>
              <Page isRef="9" />
              <Parent isRef="25" />
              <Text>{pCompanyName}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </StdReportHeaderCompanyName>
            <StdReportTitleParameter2 Ref="28" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>33.2,1.8,6.8,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>DFKai-SB,12,Bold</Font>
              <Margins>0,0,0,0</Margins>
              <Name>StdReportTitleParameter2</Name>
              <Page isRef="9" />
              <Parent isRef="25" />
              <Text>更新：{dsPeriod.shortdescription}</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
            </StdReportTitleParameter2>
            <StdReportTitleNotesText Ref="29" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>33.8,0.4,6.2,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>DFKai-SB,12,Italic</Font>
              <HorAlignment>Right</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>StdReportTitleNotesText</Name>
              <Page isRef="9" />
              <Parent isRef="25" />
              <Text>编制日期： {Year(Today)}年{Month(Today)}月{Day(Today)}日</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>
            </StdReportTitleNotesText>
            <StdReportTitleParameter1 Ref="30" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>0.2,1.8,3.2,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>DFKai-SB,12,Bold</Font>
              <Margins>0,0,0,0</Margins>
              <Name>StdReportTitleParameter1</Name>
              <Page isRef="9" />
              <Parent isRef="25" />
              <Text>项目名称:</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>
            </StdReportTitleParameter1>
            <Text4 Ref="31" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>3.4,1.8,15.4,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>DFKai-SB,12,Bold</Font>
              <Guid>739132569d894a28b80dd53581dcef13</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text4</Name>
              <Page isRef="9" />
              <Parent isRef="25" />
              <Text>{pProjectText}</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>
            </Text4>
            <HorizontalLine1 Ref="32" type="HorizontalLinePrimitive" isKey="true">
              <ClientRectangle>0,0,40,0.0254</ClientRectangle>
              <Color>Black</Color>
              <EndCap Ref="33" type="Cap" isKey="true">
                <Color>Black</Color>
              </EndCap>
              <Name>HorizontalLine1</Name>
              <Page isRef="9" />
              <Parent isRef="25" />
              <StartCap Ref="34" type="Cap" isKey="true">
                <Color>Black</Color>
              </StartCap>
              <Style>Double</Style>
            </HorizontalLine1>
          </Components>
          <Conditions isList="true" count="0" />
          <Name>StdReportTitle</Name>
          <Page isRef="9" />
          <Parent isRef="9" />
        </StdReportTitle>
        <ChildBand1 Ref="35" type="ChildBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,7.4,40,2.2</ClientRectangle>
          <Components isList="true" count="2">
            <Text3 Ref="36" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0.2,40,0.6</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>DFKai-SB,16,Bold</Font>
              <Guid>1fea9d1091714de882e8c98ff1a5824c</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text3</Name>
              <Page isRef="9" />
              <Parent isRef="35" />
              <Text>工程形象进度</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text3>
            <Text1 Ref="37" type="Text" isKey="true">
              <Brush>Transparent</Brush>
              <ClientRectangle>0,0.8,40,0.8</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>DFKai-SB,16,Bold</Font>
              <Guid>97801e174931424d980193d8b34a2c43</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text1</Name>
              <Page isRef="9" />
              <Parent isRef="35" />
              <Text>（按各栋大楼土建、园林、精装修等类别提供工地進度的文字描述及最新照片（同一位置/角度））（模板--允许报告人增加报告內容）</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Bottom</VertAlignment>
            </Text1>
          </Components>
          <Conditions isList="true" count="0" />
          <Name>ChildBand1</Name>
          <Page isRef="9" />
          <Parent isRef="9" />
        </ChildBand1>
        <GroupHeaderBand1 Ref="38" type="GroupHeaderBand" isKey="true">
          <Border>All;Black;1;Solid;False;4;Black</Border>
          <Brush>Transparent</Brush>
          <ClientRectangle>0,10.4,40,1</ClientRectangle>
          <Components isList="true" count="6">
            <Text5 Ref="39" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>0,0,12,1</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>DFKai-SB,16,Bold</Font>
              <Guid>9f1945995ac14856acadd4f81648cfcb</Guid>
              <Margins>0,0,0,0</Margins>
              <Name>Text5</Name>
              <Page isRef="9" />
              <Parent isRef="38" />
              <Text>现场部位：{dsProjectData.LocationCode} - {dsProjectData.Location}</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>
              <VertAlignment>Center</VertAlignment>
            </Text5>
            <Text23 Ref="40" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>12,0,10,1</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>DFKai-SB,16,Bold</Font>
              <Guid>74a75b55bd974a1f8fab8a5ae0f960ab</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text23</Name>
              <Page isRef="9" />
              <Parent isRef="38" />
              <Text>本月施工内容</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text23>
            <Text24 Ref="41" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>22,0,3.8,1</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>DFKai-SB,16,Bold</Font>
              <Guid>bb593525905a4bfdb9840fd6172bf1ba</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text24</Name>
              <Page isRef="9" />
              <Parent isRef="38" />
              <Text>计划</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="42" type="DateFormat" isKey="true">
                <StringFormat>dd/MM/yyyy</StringFormat>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text24>
            <Text25 Ref="43" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>25.8,0,3.8,1</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>DFKai-SB,16,Bold</Font>
              <Guid>a1f8915ccd6049b981c0d9064de15d30</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text25</Name>
              <Page isRef="9" />
              <Parent isRef="38" />
              <Text>实际</Text>
              <TextBrush>Black</TextBrush>
              <TextFormat Ref="44" type="DateFormat" isKey="true">
                <StringFormat>dd/MM/yyyy</StringFormat>
              </TextFormat>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text25>
            <Text26 Ref="45" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>34.2,0,5.8,1</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>DFKai-SB,16,Bold</Font>
              <Guid>f7bf085a102e463c9eb285c33234ebc4</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text26</Name>
              <Page isRef="9" />
              <Parent isRef="38" />
              <Text>备注</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text26>
            <Text27 Ref="46" type="Text" isKey="true">
              <Border>All;Black;1;Solid;False;4;Black</Border>
              <Brush>Transparent</Brush>
              <ClientRectangle>29.6,0,4.6,1</ClientRectangle>
              <Conditions isList="true" count="0" />
              <Font>DFKai-SB,16,Bold</Font>
              <Guid>2a9ef0870fb54c7a9fb4e734ca046bfa</Guid>
              <HorAlignment>Center</HorAlignment>
              <Margins>0,0,0,0</Margins>
              <Name>Text27</Name>
              <Page isRef="9" />
              <Parent isRef="38" />
              <Text>提前/落后（天）</Text>
              <TextBrush>Black</TextBrush>
              <Type>Expression</Type>
              <VertAlignment>Center</VertAlignment>
            </Text27>
          </Components>
          <Condition>{dsProjectLocation.LocationCode}</Condition>
          <Conditions isList="true" count="0" />
          <Name>GroupHeaderBand1</Name>
          <Page isRef="9" />
          <Parent isRef="9" />
          <StartNewPage>True</StartNewPage>
        </GroupHeaderBand1>
        <GroupHeaderBand2 Ref="47" type="GroupHeaderBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,12.2,40,0</ClientRectangle>
          <Components isList="true" count="0" />
          <Condition>{dsProjectLocation.Period}</Condition>
          <Conditions isList="true" count="0" />
          <Name>GroupHeaderBand2</Name>
          <Page isRef="9" />
          <Parent isRef="9" />
        </GroupHeaderBand2>
        <DataBand1 Ref="48" type="DataBand" isKey="true">
          <Border>Bottom;Black;1;Solid;False;4;Black</Border>
          <Brush>Transparent</Brush>
          <BusinessObjectGuid isNull="true" />
          <ClientRectangle>0,13,40,10</ClientRectangle>
          <Components isList="true" count="9">
            <Container2 Ref="49" type="Container" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>0,0,12,10</ClientRectangle>
              <Components isList="true" count="4">
                <Text15 Ref="50" type="Text" isKey="true">
                  <Brush>Transparent</Brush>
                  <ClientRectangle>0,9.2,12,0.8</ClientRectangle>
                  <Conditions isList="true" count="0" />
                  <Font>DFKai-SB,16,Bold</Font>
                  <Guid>0581b598dd0d492780dcf5215cb95cb5</Guid>
                  <HorAlignment>Center</HorAlignment>
                  <Margins>0,0,0,0</Margins>
                  <Name>Text15</Name>
                  <Page isRef="9" />
                  <Parent isRef="49" />
                  <Text>{IIF(dsProjectLocation.Period == "1","本月进度","上月进度")}</Text>
                  <TextBrush>Black</TextBrush>
                  <Type>Expression</Type>
                  <VertAlignment>Center</VertAlignment>
                </Text15>
                <Image1 Ref="51" type="Image" isKey="true">
                  <AspectRatio>True</AspectRatio>
                  <Brush>Transparent</Brush>
                  <ClientRectangle>0.2,0.2,11.6,8.8</ClientRectangle>
                  <Conditions isList="true" count="0" />
                  <HorAlignment>Center</HorAlignment>
                  <ImageURL>{dsProjectLocation.FilePath}</ImageURL>
                  <Name>Image1</Name>
                  <Page isRef="9" />
                  <Parent isRef="49" />
                  <Stretch>True</Stretch>
                  <VertAlignment>Center</VertAlignment>
                </Image1>
                <EndPointPrimitive2 Ref="52" type="Stimulsoft.Report.Components.StiEndPointPrimitive" isKey="true">
                  <ClientRectangle>12,10,0,0</ClientRectangle>
                  <Name>EndPointPrimitive2</Name>
                  <Page isRef="9" />
                  <Parent isRef="49" />
                  <ReferenceToGuid>e66d43833bb440de85a2352088882369</ReferenceToGuid>
                </EndPointPrimitive2>
                <EndPointPrimitive3 Ref="53" type="Stimulsoft.Report.Components.StiEndPointPrimitive" isKey="true">
                  <ClientRectangle>0,10,0,0</ClientRectangle>
                  <Name>EndPointPrimitive3</Name>
                  <Page isRef="9" />
                  <Parent isRef="49" />
                  <ReferenceToGuid>c9d6e1b8d35b4266910c7e81478832f5</ReferenceToGuid>
                </EndPointPrimitive3>
              </Components>
              <Conditions isList="true" count="0" />
              <GrowToHeight>True</GrowToHeight>
              <Name>Container2</Name>
              <Page isRef="9" />
              <Parent isRef="48" />
            </Container2>
            <Container1 Ref="54" type="Container" isKey="true">
              <Brush>Transparent</Brush>
              <CanGrow>True</CanGrow>
              <ClientRectangle>12,0,28,10</ClientRectangle>
              <Components isList="true" count="6">
                <DataBand2 Ref="55" type="DataBand" isKey="true">
                  <Brush>Transparent</Brush>
                  <BusinessObjectGuid isNull="true" />
                  <ClientRectangle>0,0.4,28,0.8</ClientRectangle>
                  <Components isList="true" count="5">
                    <Text9 Ref="56" type="Text" isKey="true">
                      <Border>All;Black;1;Solid;False;4;Black</Border>
                      <Brush>Transparent</Brush>
                      <CanGrow>True</CanGrow>
                      <ClientRectangle>0,0,10,0.8</ClientRectangle>
                      <Conditions isList="true" count="0" />
                      <Font>DFKai-SB,16</Font>
                      <Guid>51da94c9929749898f91e48db1fb7d26</Guid>
                      <Margins>0,0,0,0</Margins>
                      <Name>Text9</Name>
                      <Page isRef="9" />
                      <Parent isRef="55" />
                      <Text>{dsProjectData.Item}</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>
                      <VertAlignment>Center</VertAlignment>
                    </Text9>
                    <Text11 Ref="57" type="Text" isKey="true">
                      <Border>All;Black;1;Solid;False;4;Black</Border>
                      <Brush>Transparent</Brush>
                      <ClientRectangle>10,0,3.8,0.8</ClientRectangle>
                      <Conditions isList="true" count="0" />
                      <Font>DFKai-SB,16</Font>
                      <Guid>d775814c930247008147d4d861d9999a</Guid>
                      <HorAlignment>Center</HorAlignment>
                      <Margins>0,0,0,0</Margins>
                      <Name>Text11</Name>
                      <Page isRef="9" />
                      <Parent isRef="55" />
                      <Text>{dsProjectData.DatePlanned}</Text>
                      <TextBrush>Black</TextBrush>
                      <TextFormat Ref="58" type="DateFormat" isKey="true">
                        <StringFormat>dd/MM/yyyy</StringFormat>
                      </TextFormat>
                      <Type>DataColumn</Type>
                      <VertAlignment>Center</VertAlignment>
                    </Text11>
                    <Text12 Ref="59" type="Text" isKey="true">
                      <Border>All;Black;1;Solid;False;4;Black</Border>
                      <Brush>Transparent</Brush>
                      <ClientRectangle>13.8,0,3.8,0.8</ClientRectangle>
                      <Conditions isList="true" count="0" />
                      <Font>DFKai-SB,16</Font>
                      <Guid>87cf9ef48dc842d7879000ed3bc91096</Guid>
                      <HorAlignment>Center</HorAlignment>
                      <Margins>0,0,0,0</Margins>
                      <Name>Text12</Name>
                      <Page isRef="9" />
                      <Parent isRef="55" />
                      <Text>{dsProjectData.DateActual}</Text>
                      <TextBrush>Black</TextBrush>
                      <TextFormat Ref="60" type="DateFormat" isKey="true">
                        <StringFormat>dd/MM/yyyy</StringFormat>
                      </TextFormat>
                      <Type>DataColumn</Type>
                      <VertAlignment>Center</VertAlignment>
                    </Text12>
                    <Text13 Ref="61" type="Text" isKey="true">
                      <Border>All;Black;1;Solid;False;4;Black</Border>
                      <Brush>Transparent</Brush>
                      <CanGrow>True</CanGrow>
                      <ClientRectangle>22.2,0,5.8,0.8</ClientRectangle>
                      <Conditions isList="true" count="0" />
                      <Font>DFKai-SB,16</Font>
                      <Guid>d89263fec65f4002b4010b152ddaeda3</Guid>
                      <Margins>0,0,0,0</Margins>
                      <Name>Text13</Name>
                      <Page isRef="9" />
                      <Parent isRef="55" />
                      <Text>{dsProjectData.Notes}</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>
                      <VertAlignment>Center</VertAlignment>
                    </Text13>
                    <Text14 Ref="62" type="Text" isKey="true">
                      <Border>All;Black;1;Solid;False;4;Black</Border>
                      <Brush>Transparent</Brush>
                      <ClientRectangle>17.6,0,4.6,0.8</ClientRectangle>
                      <Conditions isList="true" count="0" />
                      <Font>DFKai-SB,16</Font>
                      <Guid>debebc146ea149d2abc07a79f866c028</Guid>
                      <HorAlignment>Center</HorAlignment>
                      <Margins>0,0,0,0</Margins>
                      <Name>Text14</Name>
                      <Page isRef="9" />
                      <Parent isRef="55" />
                      <Text>{dsProjectData.DayDiff}</Text>
                      <TextBrush>Black</TextBrush>
                      <Type>Expression</Type>
                      <VertAlignment>Center</VertAlignment>
                    </Text14>
                  </Components>
                  <Conditions isList="true" count="0" />
                  <DataRelationName>Relation</DataRelationName>
                  <DataSourceName>dsProjectData</DataSourceName>
                  <Filters isList="true" count="1">
                    <value>_x007B_dsProjectData.Item_x0020__x0021__x003D__x0020__x0022__x0022__x007D_</value>
                  </Filters>
                  <MasterComponent isRef="48" />
                  <Name>DataBand2</Name>
                  <Page isRef="9" />
                  <Parent isRef="54" />
                  <Sort isList="true" count="0" />
                </DataBand2>
                <EndPointPrimitive1 Ref="63" type="Stimulsoft.Report.Components.StiEndPointPrimitive" isKey="true">
                  <ClientRectangle>10,10,0,0</ClientRectangle>
                  <Name>EndPointPrimitive1</Name>
                  <Page isRef="9" />
                  <Parent isRef="54" />
                  <ReferenceToGuid>8af95d9eb41a48bda486c8679839dca9</ReferenceToGuid>
                </EndPointPrimitive1>
                <EndPointPrimitive10 Ref="64" type="Stimulsoft.Report.Components.StiEndPointPrimitive" isKey="true">
                  <ClientRectangle>22.2,10,0,0</ClientRectangle>
                  <Name>EndPointPrimitive10</Name>
                  <Page isRef="9" />
                  <Parent isRef="54" />
                  <ReferenceToGuid>0fdf7d43d67a4864a43780b73d997a94</ReferenceToGuid>
                </EndPointPrimitive10>
                <EndPointPrimitive11 Ref="65" type="Stimulsoft.Report.Components.StiEndPointPrimitive" isKey="true">
                  <ClientRectangle>17.6,10,0,0</ClientRectangle>
                  <Name>EndPointPrimitive11</Name>
                  <Page isRef="9" />
                  <Parent isRef="54" />
                  <ReferenceToGuid>e5232b31ce4e4de4befdf16511e29c97</ReferenceToGuid>
                </EndPointPrimitive11>
                <EndPointPrimitive12 Ref="66" type="Stimulsoft.Report.Components.StiEndPointPrimitive" isKey="true">
                  <ClientRectangle>13.8,10,0,0</ClientRectangle>
                  <Name>EndPointPrimitive12</Name>
                  <Page isRef="9" />
                  <Parent isRef="54" />
                  <ReferenceToGuid>d8d22863eefc424490d6220808dc9107</ReferenceToGuid>
                </EndPointPrimitive12>
                <EndPointPrimitive4 Ref="67" type="Stimulsoft.Report.Components.StiEndPointPrimitive" isKey="true">
                  <ClientRectangle>28,10,0,0</ClientRectangle>
                  <Name>EndPointPrimitive4</Name>
                  <Page isRef="9" />
                  <Parent isRef="54" />
                  <ReferenceToGuid>f3ace684d08a4380891a44a16219ffe7</ReferenceToGuid>
                </EndPointPrimitive4>
              </Components>
              <Conditions isList="true" count="0" />
              <GrowToHeight>True</GrowToHeight>
              <Name>Container1</Name>
              <Page isRef="9" />
              <Parent isRef="48" />
            </Container1>
            <StartPointPrimitive2 Ref="68" type="Stimulsoft.Report.Components.StiStartPointPrimitive" isKey="true">
              <ClientRectangle>12,-0.4,0,0</ClientRectangle>
              <Name>StartPointPrimitive2</Name>
              <Page isRef="9" />
              <Parent isRef="48" />
              <ReferenceToGuid>e66d43833bb440de85a2352088882369</ReferenceToGuid>
            </StartPointPrimitive2>
            <StartPointPrimitive1 Ref="69" type="Stimulsoft.Report.Components.StiStartPointPrimitive" isKey="true">
              <ClientRectangle>22,-0.4,0,0</ClientRectangle>
              <Name>StartPointPrimitive1</Name>
              <Page isRef="9" />
              <Parent isRef="48" />
              <ReferenceToGuid>8af95d9eb41a48bda486c8679839dca9</ReferenceToGuid>
            </StartPointPrimitive1>
            <StartPointPrimitive12 Ref="70" type="Stimulsoft.Report.Components.StiStartPointPrimitive" isKey="true">
              <ClientRectangle>25.8,-0.4,0,0</ClientRectangle>
              <Name>StartPointPrimitive12</Name>
              <Page isRef="9" />
              <Parent isRef="48" />
              <ReferenceToGuid>d8d22863eefc424490d6220808dc9107</ReferenceToGuid>
            </StartPointPrimitive12>
            <StartPointPrimitive11 Ref="71" type="Stimulsoft.Report.Components.StiStartPointPrimitive" isKey="true">
              <ClientRectangle>29.6,-0.4,0,0</ClientRectangle>
              <Name>StartPointPrimitive11</Name>
              <Page isRef="9" />
              <Parent isRef="48" />
              <ReferenceToGuid>e5232b31ce4e4de4befdf16511e29c97</ReferenceToGuid>
            </StartPointPrimitive11>
            <StartPointPrimitive10 Ref="72" type="Stimulsoft.Report.Components.StiStartPointPrimitive" isKey="true">
              <ClientRectangle>34.2,-0.4,0,0</ClientRectangle>
              <Name>StartPointPrimitive10</Name>
              <Page isRef="9" />
              <Parent isRef="48" />
              <ReferenceToGuid>0fdf7d43d67a4864a43780b73d997a94</ReferenceToGuid>
            </StartPointPrimitive10>
            <StartPointPrimitive3 Ref="73" type="Stimulsoft.Report.Components.StiStartPointPrimitive" isKey="true">
              <ClientRectangle>0,-0.4,0,0</ClientRectangle>
              <Name>StartPointPrimitive3</Name>
              <Page isRef="9" />
              <Parent isRef="48" />
              <ReferenceToGuid>c9d6e1b8d35b4266910c7e81478832f5</ReferenceToGuid>
            </StartPointPrimitive3>
            <StartPointPrimitive4 Ref="74" type="Stimulsoft.Report.Components.StiStartPointPrimitive" isKey="true">
              <ClientRectangle>40,-0.4,0,0</ClientRectangle>
              <Name>StartPointPrimitive4</Name>
              <Page isRef="9" />
              <Parent isRef="48" />
              <ReferenceToGuid>f3ace684d08a4380891a44a16219ffe7</ReferenceToGuid>
            </StartPointPrimitive4>
          </Components>
          <Conditions isList="true" count="0" />
          <DataRelationName isNull="true" />
          <DataSourceName>dsProjectLocation</DataSourceName>
          <Filters isList="true" count="0" />
          <Name>DataBand1</Name>
          <Page isRef="9" />
          <Parent isRef="9" />
          <Sort isList="true" count="2">
            <value>DESC</value>
            <value>Seq</value>
          </Sort>
        </DataBand1>
        <GroupFooterBand2 Ref="75" type="GroupFooterBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,23.8,40,0</ClientRectangle>
          <Components isList="true" count="0" />
          <Conditions isList="true" count="0" />
          <Name>GroupFooterBand2</Name>
          <Page isRef="9" />
          <Parent isRef="9" />
        </GroupFooterBand2>
        <GroupFooterBand1 Ref="76" type="GroupFooterBand" isKey="true">
          <Brush>Transparent</Brush>
          <ClientRectangle>0,24.6,40,0</ClientRectangle>
          <Components isList="true" count="0" />
          <Conditions isList="true" count="0" />
          <Name>GroupFooterBand1</Name>
          <Page isRef="9" />
          <Parent isRef="9" />
        </GroupFooterBand1>
        <VerticalLinePrimitive1 Ref="77" type="VerticalLinePrimitive" isKey="true">
          <ClientRectangle>22,12.6,0.0254,10.4</ClientRectangle>
          <Color>Black</Color>
          <EndCap Ref="78" type="Cap" isKey="true">
            <Color>Black</Color>
          </EndCap>
          <Guid>8af95d9eb41a48bda486c8679839dca9</Guid>
          <Name>VerticalLinePrimitive1</Name>
          <Page isRef="9" />
          <Parent isRef="9" />
          <StartCap Ref="79" type="Cap" isKey="true">
            <Color>Black</Color>
          </StartCap>
        </VerticalLinePrimitive1>
        <VerticalLinePrimitive2 Ref="80" type="VerticalLinePrimitive" isKey="true">
          <ClientRectangle>12,12.6,0.0254,10.4</ClientRectangle>
          <Color>Black</Color>
          <EndCap Ref="81" type="Cap" isKey="true">
            <Color>Black</Color>
          </EndCap>
          <Guid>e66d43833bb440de85a2352088882369</Guid>
          <Name>VerticalLinePrimitive2</Name>
          <Page isRef="9" />
          <Parent isRef="9" />
          <StartCap Ref="82" type="Cap" isKey="true">
            <Color>Black</Color>
          </StartCap>
        </VerticalLinePrimitive2>
        <VerticalLinePrimitive10 Ref="83" type="VerticalLinePrimitive" isKey="true">
          <ClientRectangle>34.2,12.6,0.0254,10.4</ClientRectangle>
          <Color>Black</Color>
          <EndCap Ref="84" type="Cap" isKey="true">
            <Color>Black</Color>
          </EndCap>
          <Guid>0fdf7d43d67a4864a43780b73d997a94</Guid>
          <Name>VerticalLinePrimitive10</Name>
          <Page isRef="9" />
          <Parent isRef="9" />
          <StartCap Ref="85" type="Cap" isKey="true">
            <Color>Black</Color>
          </StartCap>
        </VerticalLinePrimitive10>
        <VerticalLinePrimitive11 Ref="86" type="VerticalLinePrimitive" isKey="true">
          <ClientRectangle>29.6,12.6,0.0254,10.4</ClientRectangle>
          <Color>Black</Color>
          <EndCap Ref="87" type="Cap" isKey="true">
            <Color>Black</Color>
          </EndCap>
          <Guid>e5232b31ce4e4de4befdf16511e29c97</Guid>
          <Name>VerticalLinePrimitive11</Name>
          <Page isRef="9" />
          <Parent isRef="9" />
          <StartCap Ref="88" type="Cap" isKey="true">
            <Color>Black</Color>
          </StartCap>
        </VerticalLinePrimitive11>
        <VerticalLinePrimitive12 Ref="89" type="VerticalLinePrimitive" isKey="true">
          <ClientRectangle>25.8,12.6,0.0254,10.4</ClientRectangle>
          <Color>Black</Color>
          <EndCap Ref="90" type="Cap" isKey="true">
            <Color>Black</Color>
          </EndCap>
          <Guid>d8d22863eefc424490d6220808dc9107</Guid>
          <Name>VerticalLinePrimitive12</Name>
          <Page isRef="9" />
          <Parent isRef="9" />
          <StartCap Ref="91" type="Cap" isKey="true">
            <Color>Black</Color>
          </StartCap>
        </VerticalLinePrimitive12>
        <VerticalLinePrimitive3 Ref="92" type="VerticalLinePrimitive" isKey="true">
          <ClientRectangle>0,12.6,0.0254,10.4</ClientRectangle>
          <Color>Black</Color>
          <EndCap Ref="93" type="Cap" isKey="true">
            <Color>Black</Color>
          </EndCap>
          <Guid>c9d6e1b8d35b4266910c7e81478832f5</Guid>
          <Name>VerticalLinePrimitive3</Name>
          <Page isRef="9" />
          <Parent isRef="9" />
          <StartCap Ref="94" type="Cap" isKey="true">
            <Color>Black</Color>
          </StartCap>
        </VerticalLinePrimitive3>
        <VerticalLinePrimitive4 Ref="95" type="VerticalLinePrimitive" isKey="true">
          <ClientRectangle>40,12.6,0.0254,10.4</ClientRectangle>
          <Color>Black</Color>
          <EndCap Ref="96" type="Cap" isKey="true">
            <Color>Black</Color>
          </EndCap>
          <Guid>f3ace684d08a4380891a44a16219ffe7</Guid>
          <Name>VerticalLinePrimitive4</Name>
          <Page isRef="9" />
          <Parent isRef="9" />
          <StartCap Ref="97" type="Cap" isKey="true">
            <Color>Black</Color>
          </StartCap>
        </VerticalLinePrimitive4>
      </Components>
      <Conditions isList="true" count="0" />
      <Guid>13b67299979c4eaea5e3ae1f31d0dedc</Guid>
      <Margins>1,1,1,1</Margins>
      <Name>Page1</Name>
      <Orientation>Landscape</Orientation>
      <PageHeight>29.7</PageHeight>
      <PageWidth>42</PageWidth>
      <PaperSize>A3</PaperSize>
      <Report isRef="0" />
      <UnlimitedHeight>True</UnlimitedHeight>
      <Watermark Ref="98" type="Stimulsoft.Report.Components.StiWatermark" isKey="true">
        <Font>Arial,100</Font>
        <TextBrush>[50:0:0:0]</TextBrush>
      </Watermark>
    </Page1>
  </Pages>
  <PrinterSettings Ref="99" 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>项目月报 - 工程形象进度</ReportAlias>
  <ReportAuthor>Projection</ReportAuthor>
  <ReportChanged>5/6/2013 9:39:25 AM</ReportChanged>
  <ReportCreated>9/27/2007 4:24:26 PM</ReportCreated>
  <ReportFile>C:\Documents and Settings\chl\My Documents\HLDCN SS Reports\SS 2011\PM2 Monthly Report by Period\A3\HLDCN-DOC-0043.mrt</ReportFile>
  <ReportGuid>7c279c93597047ebae6b24a551560b68</ReportGuid>
  <ReportName>项目月报 - 工程形象进度</ReportName>
  <ReportUnit>Centimeters</ReportUnit>
  <ReportVersion>2011.1.919</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 A4_Portrait_Template_ : Stimulsoft.Report.StiReport
    {
        
        public A4_Portrait_Template_()
        {
            this.InitializeComponent();
        }
        #region StiReport Designer generated code - do not modify#endregion StiReport Designer generated code - do not modify
    }
}</Script>
  <ScriptLanguage>CSharp</ScriptLanguage>
  <Styles isList="true" count="0" />
</StiSerializer>