﻿<?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">
      <Kahua_x0020_Data_x0020_Store Ref="2" type="Stimulsoft.Report.Dictionary.StiSqlDatabase" isKey="true">
        <Alias>Kahua Data Store</Alias>
        <ConnectionStringEncrypted>5QxziUwIo53hSe3oT0yge9XczQnLWROZfmx5bE4J4W7FWvmJxkpJjGkG7URjEagS2Xr7z09LYd1/XKjsYkn2Y97IzaNna8PNwE2hlWq04CrRVvtD70xZzWkZoQTLAagv3HxpgWINu/VxX9CR5+S1f9Fan4xnVkOA4Rq0zE5MbT/VavWJS1lD5WFsoYBLJXTrkFpziUgFMQ==</ConnectionStringEncrypted>
        <Name>Kahua Data Store</Name>
      </Kahua_x0020_Data_x0020_Store>
    </Databases>
    <DataSources isList="true" count="7">
      <RFIsByDateSent Ref="3" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>RFIsByDateSent</Alias>
        <Columns isList="true" count="2">
          <value>Count,System.Int32</value>
          <value>SentMonthYear,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Key>0e324142f25f4e9ca44c3d26feb39667</Key>
        <Name>RFIsByDateSent</Name>
        <NameInSource>Kahua Data Store</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>SELECT Count(*) AS Count, CONCAT(MONTH(kahua_AEC_RFI_RFI.DateSent), '/',
  YEAR(kahua_AEC_RFI_RFI.DateSent)) AS SentMonthYear
FROM kahua_AEC_RFI_RFI
WHERE kahua_AEC_RFI_RFI.DateSent &gt;= 2015 - 01 - 01 AND
  kahua_AEC_RFI_RFI.PartitionId = @PartitionId
GROUP BY MONTH(kahua_AEC_RFI_RFI.DateSent), YEAR(kahua_AEC_RFI_RFI.DateSent)
  ORDER BY Year(kahua_AEC_RFI_RFI.DateSent), month(kahua_AEC_RFI_RFI.DateSent)</SqlCommand>
      </RFIsByDateSent>
      <RFIsByDateResponded Ref="4" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>RFIsByDateResponded</Alias>
        <Columns isList="true" count="2">
          <value>Count,System.Int32</value>
          <value>RespondedMonthYear,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Key>848e6dc46d6941dbb281ae9944752502</Key>
        <Name>RFIsByDateResponded</Name>
        <NameInSource>Kahua Data Store</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>SELECT Count(*) AS Count, CONCAT(MONTH(kahua_AEC_RFI_RFI.DateResponded), '/',
  YEAR(kahua_AEC_RFI_RFI.DateResponded)) AS RespondedMonthYear
FROM kahua_AEC_RFI_RFI
WHERE kahua_AEC_RFI_RFI.DateResponded &gt;= 2015 - 01 - 01
AND kahua_AEC_RFI_RFI.DateSent &gt;= 2015 - 01 - 01
AND kahua_AEC_RFI_RFI.PartitionId = @PartitionId
GROUP BY MONTH(kahua_AEC_RFI_RFI.DateResponded),
  YEAR(kahua_AEC_RFI_RFI.DateResponded)
order by Year(kahua_AEC_RFI_RFI.DateResponded), month(kahua_AEC_RFI_RFI.DateResponded)</SqlCommand>
      </RFIsByDateResponded>
      <RFIsReviewTime Ref="5" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>RFIsReviewTime</Alias>
        <Columns isList="true" count="2">
          <value>ReviewTime,System.Int32</value>
          <value>RespondedMonthYear,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Key>112e03724cf6478eafba7cca3cf0c70b</Key>
        <Name>RFIsReviewTime</Name>
        <NameInSource>Kahua Data Store</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>SELECT Avg(DATEDIFF(dd, kahua_AEC_RFI_RFI.DateSent,
  kahua_AEC_RFI_RFI.DateResponded)) AS ReviewTime,
  CONCAT(MONTH(kahua_AEC_RFI_RFI.DateResponded), '/',
  YEAR(kahua_AEC_RFI_RFI.DateResponded)) AS RespondedMonthYear
FROM kahua_AEC_RFI_RFI
WHERE kahua_AEC_RFI_RFI.DateSent &gt;= 2015 - 01 - 01 AND
  kahua_AEC_RFI_RFI.DateResponded &gt;= 2015 - 01 - 01
AND kahua_AEC_RFI_RFI.PartitionId = @PartitionId
GROUP BY MONTH(kahua_AEC_RFI_RFI.DateResponded),
  YEAR(kahua_AEC_RFI_RFI.DateResponded)
order by Year(kahua_AEC_RFI_RFI.DateResponded), month(kahua_AEC_RFI_RFI.DateResponded)</SqlCommand>
      </RFIsReviewTime>
      <Project Ref="6" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>Project</Alias>
        <Columns isList="true" count="2">
          <value>Name,System.String</value>
          <value>Number,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Key>0b850c13e9e54d2cb5c0425027edd6e7</Key>
        <Name>Project</Name>
        <NameInSource>Kahua Data Store</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>SELECT kahua_Project_Project.Name, kahua_Project_Project.Number
FROM kahua_Project_Project
WHERE kahua_Project_Project.Id = @DomainPartitionId</SqlCommand>
      </Project>
      <AllMonths Ref="7" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>AllMonths</Alias>
        <Columns isList="true" count="1">
          <value>MonthYear,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>AllMonths</Name>
        <NameInSource>Kahua Data Store</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>SELECT CONCAT(MONTH(DM_AEC_Milestones_MilestonesItem.EstimatedStartDate), '/',
  YEAR(DM_AEC_Milestones_MilestonesItem.EstimatedStartDate)) AS MonthYear
FROM DM_AEC_Milestones_MilestonesItem
WHERE DM_AEC_Milestones_MilestonesItem.DomainPartitionId = 234781789
GROUP BY CONCAT(MONTH(DM_AEC_Milestones_MilestonesItem.EstimatedStartDate), '/',
  YEAR(DM_AEC_Milestones_MilestonesItem.EstimatedStartDate)),
  Year(DM_AEC_Milestones_MilestonesItem.EstimatedStartDate),
  month(DM_AEC_Milestones_MilestonesItem.EstimatedStartDate)
  ORDER BY Year(DM_AEC_Milestones_MilestonesItem.EstimatedStartDate),
    month(DM_AEC_Milestones_MilestonesItem.EstimatedStartDate)</SqlCommand>
      </AllMonths>
      <AllMonthsRFI Ref="8" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>AllMonthsRFI</Alias>
        <Columns isList="true" count="1">
          <value>MonthYear,System.String</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>AllMonthsRFI</Name>
        <NameInSource>Kahua Data Store</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>SELECT CONCAT(MONTH(DM_AEC_Milestones_MilestonesItem.EstimatedStartDate), '/',
  YEAR(DM_AEC_Milestones_MilestonesItem.EstimatedStartDate)) AS MonthYear
FROM DM_AEC_Milestones_MilestonesItem
WHERE DM_AEC_Milestones_MilestonesItem.DomainPartitionId = 234781789 AND
  DM_AEC_Milestones_MilestonesItem.EstimatedStartDate &gt;= @Start AND
  DM_AEC_Milestones_MilestonesItem.EstimatedStartDate &lt;= @End
GROUP BY CONCAT(MONTH(DM_AEC_Milestones_MilestonesItem.EstimatedStartDate), '/',
  YEAR(DM_AEC_Milestones_MilestonesItem.EstimatedStartDate)),
  Year(DM_AEC_Milestones_MilestonesItem.EstimatedStartDate),
  month(DM_AEC_Milestones_MilestonesItem.EstimatedStartDate)
  ORDER BY Year(DM_AEC_Milestones_MilestonesItem.EstimatedStartDate),
    month(DM_AEC_Milestones_MilestonesItem.EstimatedStartDate)</SqlCommand>
      </AllMonthsRFI>
      <RFIsRawDates Ref="9" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
        <Alias>RFIsRawDates</Alias>
        <Columns isList="true" count="3">
          <value>PartitionId,System.Int64</value>
          <value>DateSent,System.DateTime</value>
          <value>DateResponded,System.DateTime</value>
        </Columns>
        <CommandTimeout>30</CommandTimeout>
        <Dictionary isRef="1" />
        <Name>RFIsRawDates</Name>
        <NameInSource>Kahua Data Store</NameInSource>
        <Parameters isList="true" count="0" />
        <SqlCommand>SELECT kahua_AEC_RFI_RFI.PartitionId, kahua_AEC_RFI_RFI.DateSent AS DateSent,
  kahua_AEC_RFI_RFI.DateResponded AS DateResponded
FROM kahua_AEC_RFI_RFI
WHERE kahua_AEC_RFI_RFI.PartitionId = @PartitionId</SqlCommand>
      </RFIsRawDates>
    </DataSources>
    <Relations isList="true" count="3">
      <Sent Ref="10" type="DataRelation" isKey="true">
        <Alias>Sent</Alias>
        <ChildColumns isList="true" count="1">
          <value>MonthYear</value>
        </ChildColumns>
        <ChildSource isRef="8" />
        <Dictionary isRef="1" />
        <Name>Sent</Name>
        <NameInSource>Sent</NameInSource>
        <ParentColumns isList="true" count="1">
          <value>SentMonthYear</value>
        </ParentColumns>
        <ParentSource isRef="3" />
      </Sent>
      <Responded Ref="11" type="DataRelation" isKey="true">
        <Alias>Responded</Alias>
        <ChildColumns isList="true" count="1">
          <value>MonthYear</value>
        </ChildColumns>
        <ChildSource isRef="8" />
        <Dictionary isRef="1" />
        <Name>Responded</Name>
        <NameInSource>Responded</NameInSource>
        <ParentColumns isList="true" count="1">
          <value>RespondedMonthYear</value>
        </ParentColumns>
        <ParentSource isRef="4" />
      </Responded>
      <ReviewTime Ref="12" type="DataRelation" isKey="true">
        <Alias>ReviewTime</Alias>
        <ChildColumns isList="true" count="1">
          <value>MonthYear</value>
        </ChildColumns>
        <ChildSource isRef="8" />
        <Dictionary isRef="1" />
        <Name>ReviewTime</Name>
        <NameInSource>ReviewTime</NameInSource>
        <ParentColumns isList="true" count="1">
          <value>RespondedMonthYear</value>
        </ParentColumns>
        <ParentSource isRef="5" />
      </ReviewTime>
    </Relations>
    <Report isRef="0" />
    <Resources isList="true" count="0" />
    <Variables isList="true" count="5">
      <value>,DomainPartitionId,DomainPartitionId,,System.Int64,_x0031_16030718,False,False,True,False,,,True</value>
      <value>,PartitionId,PartitionId,,System.Int64,_x0031_16030743,False,False,True,False,,,True</value>
      <value>,Start,Start,Start,System.DateTime,_x0032__x002F_9_x002F_2021_x0020_9:12:00_x0020_AM,False,False,True,False,_x003C__x003F_xml_x0020_version_x003D__x0022_1.0_x0022__x0020_encoding_x003D__x0022_utf-16_x0022__x0020_standalone_x003D__x0022_yes_x0022__x003F__x003E__x003C_StiSerializer_x0020_version_x003D__x0022_1.02_x0022__x0020_type_x003D__x0022_Net_x0022__x0020_application_x003D__x0022_State_x0022__x003E__x003C_DateTimeType_x003E_DateAndTime_x003C__x002F_DateTimeType_x003E__x003C_BindingVariable_x0020_isNull_x003D__x0022_true_x0022__x0020__x002F__x003E__x003C_ValuesBinding_x0020_isList_x003D__x0022_true_x0022__x0020_count_x003D__x0022_0_x0022__x0020__x002F__x003E__x003C__x002F_StiSerializer_x003E_,,True</value>
      <value>,End,End,End,System.DateTime,_x0032__x002F_9_x002F_2021_x0020_9:12:00_x0020_AM,False,False,True,False,_x003C__x003F_xml_x0020_version_x003D__x0022_1.0_x0022__x0020_encoding_x003D__x0022_utf-16_x0022__x0020_standalone_x003D__x0022_yes_x0022__x003F__x003E__x003C_StiSerializer_x0020_version_x003D__x0022_1.02_x0022__x0020_type_x003D__x0022_Net_x0022__x0020_application_x003D__x0022_State_x0022__x003E__x003C_DateTimeType_x003E_DateAndTime_x003C__x002F_DateTimeType_x003E__x003C_BindingVariable_x0020_isNull_x003D__x0022_true_x0022__x0020__x002F__x003E__x003C_ValuesBinding_x0020_isList_x003D__x0022_true_x0022__x0020_count_x003D__x0022_0_x0022__x0020__x002F__x003E__x003C__x002F_StiSerializer_x003E_,,True</value>
      <value>,ReviewPeriod,ReviewPeriod,Review_x0020_Period_x0020__x0028_days_x0029_,System.Int32,_x0037_,False,False,True,False,,,True</value>
    </Variables>
  </Dictionary>
  <EngineVersion>EngineV2</EngineVersion>
  <GlobalizationStrings isList="true" count="0" />
  <MetaTags isList="true" count="0" />
  <Pages isList="true" count="1">
    <Page2 Ref="13" type="Page" isKey="true">
      <Border>None;Black;2;Solid;False;4;Black</Border>
      <Brush>Transparent</Brush>
      <Components isList="true" count="1">
        <Chart1 Ref="14" type="Stimulsoft.Report.Chart.StiChart" isKey="true">
          <Area Ref="15" type="Stimulsoft.Report.Chart.StiClusteredColumnArea" isKey="true">
            <BorderColor>171, 172, 173</BorderColor>
            <Brush>[10:50:90]</Brush>
            <Chart isRef="14" />
            <GridLinesHor Ref="16" type="Stimulsoft.Report.Chart.StiGridLinesHor" isKey="true">
              <Area isRef="15" />
              <Color>100, 105, 105, 105</Color>
              <MinorColor>100, 105, 105, 105</MinorColor>
            </GridLinesHor>
            <GridLinesHorRight Ref="17" type="Stimulsoft.Report.Chart.StiGridLinesHor" isKey="true">
              <Area isRef="15" />
              <Color>Silver</Color>
              <MinorColor>Gainsboro</MinorColor>
              <Visible>False</Visible>
            </GridLinesHorRight>
            <GridLinesVert Ref="18" type="Stimulsoft.Report.Chart.StiGridLinesVert" isKey="true">
              <Area isRef="15" />
              <Color>100, 105, 105, 105</Color>
              <MinorColor>100, 105, 105, 105</MinorColor>
            </GridLinesVert>
            <InterlacingHor Ref="19" type="Stimulsoft.Report.Chart.StiInterlacingHor" isKey="true">
              <Area isRef="15" />
              <InterlacedBrush>[10:155:155:155]</InterlacedBrush>
            </InterlacingHor>
            <InterlacingVert Ref="20" type="Stimulsoft.Report.Chart.StiInterlacingVert" isKey="true">
              <Area isRef="15" />
              <InterlacedBrush>[10:155:155:155]</InterlacedBrush>
            </InterlacingVert>
            <XAxis Ref="21" type="Stimulsoft.Report.Chart.StiXBottomAxis" isKey="true">
              <Area isRef="15" />
              <DateTimeStep Ref="22" type="Stimulsoft.Report.Chart.StiAxisDateTimeStep" isKey="true" />
              <Interaction Ref="23" type="Stimulsoft.Report.Chart.StiAxisInteraction" isKey="true" />
              <Labels Ref="24" type="Stimulsoft.Report.Chart.StiAxisLabels" isKey="true">
                <Angle>90</Angle>
                <Color>205, 205, 205</Color>
                <Font>Tahoma,8</Font>
              </Labels>
              <LineColor>205, 205, 205</LineColor>
              <Range Ref="25" type="Stimulsoft.Report.Chart.StiAxisRange" isKey="true" />
              <Ticks Ref="26" type="Stimulsoft.Report.Chart.StiAxisTicks" isKey="true" />
              <Title Ref="27" type="Stimulsoft.Report.Chart.StiAxisTitle" isKey="true">
                <Color>205, 205, 205</Color>
                <Font>Tahoma,12,Bold</Font>
                <Text>Month</Text>
              </Title>
            </XAxis>
            <XTopAxis Ref="28" type="Stimulsoft.Report.Chart.StiXTopAxis" isKey="true">
              <Area isRef="15" />
              <Interaction Ref="29" type="Stimulsoft.Report.Chart.StiAxisInteraction" isKey="true" />
              <Labels Ref="30" type="Stimulsoft.Report.Chart.StiAxisLabels" isKey="true">
                <Color>205, 205, 205</Color>
                <Font>Tahoma,8</Font>
              </Labels>
              <LineColor>205, 205, 205</LineColor>
              <Ticks Ref="31" type="Stimulsoft.Report.Chart.StiAxisTicks" isKey="true" />
              <Title Ref="32" type="Stimulsoft.Report.Chart.StiAxisTitle" isKey="true">
                <Color>205, 205, 205</Color>
                <Font>Tahoma,12,Bold</Font>
              </Title>
            </XTopAxis>
            <YAxis Ref="33" type="Stimulsoft.Report.Chart.StiYLeftAxis" isKey="true">
              <Area isRef="15" />
              <Interaction Ref="34" type="Stimulsoft.Report.Chart.StiAxisInteraction" isKey="true" />
              <Labels Ref="35" type="Stimulsoft.Report.Chart.StiAxisLabels" isKey="true">
                <Color>205, 205, 205</Color>
                <Font>Tahoma,8</Font>
              </Labels>
              <LineColor>205, 205, 205</LineColor>
              <Range Ref="36" type="Stimulsoft.Report.Chart.StiAxisRange" isKey="true" />
              <ShowYAxis>Left</ShowYAxis>
              <Ticks Ref="37" type="Stimulsoft.Report.Chart.StiAxisTicks" isKey="true" />
              <Title Ref="38" type="Stimulsoft.Report.Chart.StiAxisTitle" isKey="true">
                <Color>205, 205, 205</Color>
                <Direction>BottomToTop</Direction>
                <Font>Tahoma,12,Bold</Font>
                <Text>RFI's Submitted/Responded (Count)</Text>
              </Title>
            </YAxis>
            <YRightAxis Ref="39" type="Stimulsoft.Report.Chart.StiYRightAxis" isKey="true">
              <Area isRef="15" />
              <Interaction Ref="40" type="Stimulsoft.Report.Chart.StiAxisInteraction" isKey="true" />
              <Labels Ref="41" type="Stimulsoft.Report.Chart.StiAxisLabels" isKey="true">
                <Color>205, 205, 205</Color>
                <Font>Tahoma,8</Font>
                <TextAlignment>Left</TextAlignment>
              </Labels>
              <LineColor>205, 205, 205</LineColor>
              <Range Ref="42" type="Stimulsoft.Report.Chart.StiAxisRange" isKey="true" />
              <Ticks Ref="43" type="Stimulsoft.Report.Chart.StiAxisTicks" isKey="true" />
              <Title Ref="44" type="Stimulsoft.Report.Chart.StiAxisTitle" isKey="true">
                <Color>205, 205, 205</Color>
                <Direction>TopToBottom</Direction>
                <Font>Tahoma,12,Bold</Font>
                <Text>Response Time (Days)</Text>
              </Title>
              <Visible>True</Visible>
            </YRightAxis>
          </Area>
          <Brush>[40:80:120]</Brush>
          <ClientRectangle>0,1.2,16.2,4.6</ClientRectangle>
          <Conditions isList="true" count="0" />
          <ConstantLines isList="true" count="1">
            <Item14 Ref="45" type="Stimulsoft.Report.Chart.StiConstantLines" isKey="true">
              <AllowApplyStyle>False</AllowApplyStyle>
              <AxisValue>{ReviewPeriod}</AxisValue>
              <Chart isRef="14" />
              <Font>Arial,7</Font>
              <LineColor>Red</LineColor>
              <LineStyle>Dash</LineStyle>
              <Orientation>HorizontalRight</Orientation>
              <Text>{ReviewPeriod} Day Review</Text>
            </Item14>
          </ConstantLines>
          <CustomStyleName />
          <Filters isList="true" count="0" />
          <IsAnimation>False</IsAnimation>
          <IsAnimationChangingValues>False</IsAnimationChangingValues>
          <Legend Ref="46" type="Stimulsoft.Report.Chart.StiLegend" isKey="true">
            <BorderColor>Transparent</BorderColor>
            <Brush>Transparent</Brush>
            <Chart isRef="14" />
            <Font>Arial,9</Font>
            <HorSpacing>10</HorSpacing>
            <LabelsColor>White</LabelsColor>
            <MarkerSize>19, 10</MarkerSize>
            <ShowShadow>False</ShowShadow>
            <TitleColor>White</TitleColor>
            <TitleFont>Arial,14,Bold</TitleFont>
          </Legend>
          <Name>Chart1</Name>
          <Page isRef="13" />
          <Parent isRef="13" />
          <Series isList="true" count="3">
            <Item15 Ref="47" type="Stimulsoft.Report.Chart.StiClusteredColumnSeries" isKey="true">
              <ArgumentDataColumn>AllMonthsRFI.MonthYear</ArgumentDataColumn>
              <BorderColor>Transparent</BorderColor>
              <Brush>[22:93:158]</Brush>
              <BrushNegative>Firebrick</BrushNegative>
              <Chart isRef="14" />
              <Conditions isList="true" count="0" />
              <Filters isList="true" count="0" />
              <SeriesLabels Ref="48" type="Stimulsoft.Report.Chart.StiOutsideEndAxisLabels" isKey="true">
                <BorderColor>Transparent</BorderColor>
                <Brush>Transparent</Brush>
                <Chart isRef="14" />
                <Font>Arial,10</Font>
                <LabelColor>White</LabelColor>
                <MarkerSize>8, 6</MarkerSize>
                <ValueTypeSeparator>-</ValueTypeSeparator>
                <Width>0</Width>
              </SeriesLabels>
              <ShowShadow>False</ShowShadow>
              <Title>Submitted</Title>
              <TopN Ref="49" type="Stimulsoft.Report.Chart.StiSeriesTopN" isKey="true" />
              <TrendLine Ref="50" type="Stimulsoft.Report.Chart.StiTrendLineNone" isKey="true">
                <LineColor>105, 105, 105</LineColor>
                <ShowShadow>False</ShowShadow>
              </TrendLine>
              <ValueDataColumn>AllMonthsRFI.Sent.Count</ValueDataColumn>
            </Item15>
            <Item16 Ref="51" type="Stimulsoft.Report.Chart.StiClusteredColumnSeries" isKey="true">
              <ArgumentDataColumn>AllMonthsRFI.MonthYear</ArgumentDataColumn>
              <BorderColor>Transparent</BorderColor>
              <Brush>[87:126:182]</Brush>
              <BrushNegative>Firebrick</BrushNegative>
              <Chart isRef="14" />
              <Conditions isList="true" count="0" />
              <Filters isList="true" count="0" />
              <SeriesLabels Ref="52" type="Stimulsoft.Report.Chart.StiOutsideEndAxisLabels" isKey="true">
                <BorderColor>Transparent</BorderColor>
                <Brush>Transparent</Brush>
                <Chart isRef="14" />
                <Font>Arial,10</Font>
                <LabelColor>White</LabelColor>
                <MarkerSize>8, 6</MarkerSize>
                <ValueTypeSeparator>-</ValueTypeSeparator>
                <Width>0</Width>
              </SeriesLabels>
              <ShowShadow>False</ShowShadow>
              <Title>Responded</Title>
              <TopN Ref="53" type="Stimulsoft.Report.Chart.StiSeriesTopN" isKey="true" />
              <TrendLine Ref="54" type="Stimulsoft.Report.Chart.StiTrendLineNone" isKey="true">
                <LineColor>105, 105, 105</LineColor>
                <ShowShadow>False</ShowShadow>
              </TrendLine>
              <ValueDataColumn>AllMonthsRFI.Responded.Count</ValueDataColumn>
            </Item16>
            <Item17 Ref="55" type="Stimulsoft.Report.Chart.StiLineSeries" isKey="true">
              <ArgumentDataColumn>AllMonthsRFI.MonthYear</ArgumentDataColumn>
              <Chart isRef="14" />
              <Conditions isList="true" count="0" />
              <Filters isList="true" count="0" />
              <Lighting>False</Lighting>
              <LineColor>86, 148, 54</LineColor>
              <LineColorNegative>Firebrick</LineColorNegative>
              <LineMarker Ref="56" type="Stimulsoft.Report.Chart.StiLineMarker" isKey="true">
                <BorderColor>0, 0, 0</BorderColor>
                <Brush>[136:198:104]</Brush>
              </LineMarker>
              <Marker Ref="57" type="Stimulsoft.Report.Chart.StiMarker" isKey="true">
                <BorderColor>0, 48, 0</BorderColor>
                <Brush>[186:248:154]</Brush>
                <Visible>False</Visible>
              </Marker>
              <SeriesLabels Ref="58" type="Stimulsoft.Report.Chart.StiOutsideAxisLabels" isKey="true">
                <BorderColor>Transparent</BorderColor>
                <Brush>Transparent</Brush>
                <Chart isRef="14" />
                <Font>Arial,10</Font>
                <LabelColor>White</LabelColor>
                <MarkerSize>8, 6</MarkerSize>
                <ValueTypeSeparator>-</ValueTypeSeparator>
                <Width>0</Width>
              </SeriesLabels>
              <ShowSeriesLabels>FromSeries</ShowSeriesLabels>
              <ShowShadow>False</ShowShadow>
              <Title>Response Time</Title>
              <TopN Ref="59" type="Stimulsoft.Report.Chart.StiSeriesTopN" isKey="true" />
              <TrendLine Ref="60" type="Stimulsoft.Report.Chart.StiTrendLineNone" isKey="true">
                <LineColor>105, 105, 105</LineColor>
                <ShowShadow>False</ShowShadow>
              </TrendLine>
              <ValueDataColumn>AllMonthsRFI.ReviewTime.ReviewTime</ValueDataColumn>
              <YAxis>RightYAxis</YAxis>
            </Item17>
          </Series>
          <SeriesLabels Ref="61" type="Stimulsoft.Report.Chart.StiNoneLabels" isKey="true">
            <Chart isRef="14" />
            <MarkerSize>8, 6</MarkerSize>
            <ValueTypeSeparator>-</ValueTypeSeparator>
            <Width>0</Width>
          </SeriesLabels>
          <SeriesLabelsConditions isList="true" count="0" />
          <Sort isList="true" count="0" />
          <Strips isList="true" count="0" />
          <Style Ref="62" type="Stimulsoft.Report.Chart.StiStyle28" isKey="true">
            <Conditions isList="true" count="0" />
            <Name />
          </Style>
          <Table Ref="63" type="Stimulsoft.Report.Chart.StiChartTable" isKey="true">
            <DataCells Ref="64" type="Stimulsoft.Report.Chart.StiChartTableDataCells" isKey="true">
              <Font>Arial,8</Font>
              <ShrinkFontToFit>False</ShrinkFontToFit>
              <TextColor>White</TextColor>
            </DataCells>
            <GridLineColor>Transparent</GridLineColor>
            <Header Ref="65" type="Stimulsoft.Report.Chart.StiChartTableHeader" isKey="true">
              <Brush>White</Brush>
              <Font>Arial,8</Font>
              <TextColor>DarkGray</TextColor>
            </Header>
          </Table>
          <Title Ref="66" type="Stimulsoft.Report.Chart.StiChartTitle" isKey="true">
            <Brush>[205:205:205]</Brush>
            <Font>Tahoma,12,Bold</Font>
            <Text>RFI's Submitted / Responded</Text>
            <Visible>True</Visible>
          </Title>
        </Chart1>
      </Components>
      <Conditions isList="true" count="0" />
      <Guid>9dd6aa50f1bb40deb15c4fe0f39abe8d</Guid>
      <Margins>0.39,0.39,0.39,0.39</Margins>
      <Name>Page2</Name>
      <Orientation>Landscape</Orientation>
      <PageHeight>11</PageHeight>
      <PageWidth>17</PageWidth>
      <PaperSize>Tabloid</PaperSize>
      <Report isRef="0" />
      <Watermark Ref="67" type="Stimulsoft.Report.Components.StiWatermark" isKey="true">
        <Font>Arial,100</Font>
        <TextBrush>[50:0:0:0]</TextBrush>
      </Watermark>
    </Page2>
  </Pages>
  <PrinterSettings Ref="68" 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>2/9/2021 12:36:15 PM</ReportChanged>
  <ReportCreated>10/23/2015 11:47:38 AM</ReportCreated>
  <ReportFile>C:\Users\sstan\Documents\Kahua\Reports\RFIs_2020_GRAPH_RFIs Submitted and Responded_20210209a.mrt</ReportFile>
  <ReportGuid>3cbd159a6e8b4ad4b2026b535fc79eb5</ReportGuid>
  <ReportImage isNull="true" />
  <ReportName>Report</ReportName>
  <ReportUnit>Inches</ReportUnit>
  <ReportVersion>2016.3.0</ReportVersion>
  <Script>using System;
using System.Drawing;
using System.Windows.Forms;
using System.Data;
using Stimulsoft.Controls;
using Stimulsoft.Base.Drawing;
using Stimulsoft.Report;
using Stimulsoft.Report.Dialogs;
using Stimulsoft.Report.Components;

namespace Reports
{
    public class Report : Stimulsoft.Report.StiReport
    {
        public Report()        {
            this.InitializeComponent();
        }

        #region StiReport Designer generated code - do not modify
		#endregion StiReport Designer generated code - do not modify
    }
}
</Script>
  <ScriptLanguage>CSharp</ScriptLanguage>
  <Styles isList="true" count="0" />
</StiSerializer>