Files
ECO2/ArinWarev1/Forms_Report/그래프.rdlc
ykh 52a7c0f1f7 형별성능내역 삭제 오류 해결
대지외 신재생 계산 오류 해결
순생산량, 총소요량 문구 수정
2025-08-01 00:02:46 +09:00

1710 lines
61 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<Report xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition">
<Description>설명</Description>
<Author>작성자</Author>
<DataSources>
<DataSource Name="DummyDataSource">
<ConnectionProperties>
<DataProvider>SQL</DataProvider>
<ConnectString>Data Source=ms0501.gabiadb.com;Initial Catalog=eco2;Persist Security Info=True;User ID=raytrace;Password=arin</ConnectString>
</ConnectionProperties>
<rd:DataSourceID>86b9a4cd-3b18-499f-bc7b-ae4126af8be2</rd:DataSourceID>
</DataSource>
</DataSources>
<DataSets>
<DataSet Name="DSR_Graph_Req">
<Fields>
<Field Name="Gubun">
<DataField>Gubun</DataField>
<rd:TypeName>System.String</rd:TypeName>
</Field>
<Field Name="Mon">
<DataField>Mon</DataField>
<rd:TypeName>System.String</rd:TypeName>
</Field>
<Field Name="Req">
<DataField>Req</DataField>
<rd:TypeName>System.Single</rd:TypeName>
</Field>
</Fields>
<Query>
<DataSourceName>DummyDataSource</DataSourceName>
<CommandText />
<rd:UseGenericDesigner>true</rd:UseGenericDesigner>
</Query>
<rd:DataSetInfo>
<rd:DataSetName>DSR</rd:DataSetName>
<rd:TableName>Graph_Req</rd:TableName>
</rd:DataSetInfo>
</DataSet>
<DataSet Name="DSR_Graph_ReqUse">
<Fields>
<Field Name="Gubun">
<DataField>Gubun</DataField>
<rd:TypeName>System.String</rd:TypeName>
</Field>
<Field Name="type">
<DataField>type</DataField>
<rd:TypeName>System.String</rd:TypeName>
</Field>
<Field Name="Req">
<DataField>Req</DataField>
<rd:TypeName>System.Single</rd:TypeName>
</Field>
</Fields>
<Query>
<DataSourceName>DummyDataSource</DataSourceName>
<CommandText />
<rd:UseGenericDesigner>true</rd:UseGenericDesigner>
</Query>
<rd:DataSetInfo>
<rd:DataSetName>DSR</rd:DataSetName>
<rd:TableName>Graph_ReqUse</rd:TableName>
</rd:DataSetInfo>
</DataSet>
</DataSets>
<Body>
<ReportItems>
<Chart Name="chart1">
<ChartCategoryHierarchy>
<ChartMembers>
<ChartMember>
<Group Name="chart1_CategoryGroup1">
<GroupExpressions>
<GroupExpression>=Fields!Mon.Value</GroupExpression>
</GroupExpressions>
</Group>
<Label>=Fields!Mon.Value</Label>
<DataElementOutput>Output</DataElementOutput>
</ChartMember>
</ChartMembers>
</ChartCategoryHierarchy>
<ChartSeriesHierarchy>
<ChartMembers>
<ChartMember>
<Group Name="chart1_SeriesGroup1">
<GroupExpressions>
<GroupExpression>=Fields!Gubun.Value</GroupExpression>
</GroupExpressions>
</Group>
<SortExpressions>
<SortExpression>
<Value>=Fields!Gubun.Value</Value>
<Direction>Descending</Direction>
</SortExpression>
</SortExpressions>
<Label>=Fields!Gubun.Value</Label>
<DataElementOutput>Output</DataElementOutput>
</ChartMember>
</ChartMembers>
</ChartSeriesHierarchy>
<ChartData>
<ChartSeriesCollection>
<ChartSeries Name="Series1">
<ChartDataPoints>
<ChartDataPoint>
<ChartDataPointValues>
<Y>=Sum(Fields!Req.Value)</Y>
</ChartDataPointValues>
<ChartDataLabel>
<Style>
<FontFamily>나눔고딕</FontFamily>
<FontWeight>Bold</FontWeight>
</Style>
<Label>=Fields!Req.Value</Label>
<Position>Top</Position>
<Rotation>60</Rotation>
</ChartDataLabel>
<Style>
<Border>
<Width>0.376pt</Width>
</Border>
</Style>
<ChartMarker>
<Size>6pt</Size>
<Style />
</ChartMarker>
</ChartDataPoint>
</ChartDataPoints>
<Style />
<ChartEmptyPoints>
<Style />
<ChartMarker>
<Style />
</ChartMarker>
<ChartDataLabel>
<Style />
</ChartDataLabel>
</ChartEmptyPoints>
<CustomProperties>
<CustomProperty>
<Name>PointWidth</Name>
<Value>0.6</Value>
</CustomProperty>
<CustomProperty>
<Name>DrawingStyle</Name>
<Value>Cylinder</Value>
</CustomProperty>
</CustomProperties>
<ValueAxisName>Primary</ValueAxisName>
<CategoryAxisName>Primary</CategoryAxisName>
<ChartSmartLabel>
<Disabled>true</Disabled>
</ChartSmartLabel>
</ChartSeries>
</ChartSeriesCollection>
</ChartData>
<ChartAreas>
<ChartArea Name="Default">
<ChartCategoryAxes>
<ChartAxis Name="Primary">
<Style>
<Border>
<Style>None</Style>
<Width>0.75pt</Width>
</Border>
</Style>
<ChartAxisTitle>
<Caption />
<Style>
<FontSize>8pt</FontSize>
</Style>
</ChartAxisTitle>
<Margin>True</Margin>
<Interval>1</Interval>
<ChartMajorGridLines>
<Enabled>False</Enabled>
<Style>
<Border>
<Style>Solid</Style>
<Width>0.75pt</Width>
</Border>
</Style>
<Interval>NaN</Interval>
<IntervalOffset>1</IntervalOffset>
</ChartMajorGridLines>
<ChartMinorGridLines>
<Enabled>False</Enabled>
<Style>
<Border>
<Style>Solid</Style>
<Width>0.75pt</Width>
</Border>
</Style>
<Interval>NaN</Interval>
</ChartMinorGridLines>
<ChartMajorTickMarks>
<Enabled>True</Enabled>
<Style>
<Border>
<Style>Solid</Style>
<Width>0.75pt</Width>
</Border>
</Style>
<Interval>NaN</Interval>
<IntervalOffset>1</IntervalOffset>
</ChartMajorTickMarks>
<ChartMinorTickMarks>
<Type>None</Type>
</ChartMinorTickMarks>
<PreventFontShrink>true</PreventFontShrink>
<PreventFontGrow>true</PreventFontGrow>
<IncludeZero>false</IncludeZero>
</ChartAxis>
<ChartAxis Name="Secondary">
<Style>
<FontSize>8pt</FontSize>
</Style>
<ChartAxisTitle>
<Caption />
<Style>
<FontSize>8pt</FontSize>
</Style>
</ChartAxisTitle>
<CrossAt>NaN</CrossAt>
<Location>Opposite</Location>
<Minimum>NaN</Minimum>
<Maximum>NaN</Maximum>
</ChartAxis>
</ChartCategoryAxes>
<ChartValueAxes>
<ChartAxis Name="Primary">
<Style>
<Border>
<Style>None</Style>
<Width>0.75pt</Width>
</Border>
</Style>
<ChartAxisTitle>
<Caption />
<Style>
<FontSize>8pt</FontSize>
</Style>
</ChartAxisTitle>
<Margin>True</Margin>
<ChartMajorGridLines>
<Enabled>True</Enabled>
<Style>
<Border>
<Style>Solid</Style>
<Width>0.75pt</Width>
</Border>
</Style>
<Interval>2</Interval>
</ChartMajorGridLines>
<ChartMinorGridLines>
<Enabled>False</Enabled>
<Style>
<Border>
<Style>Solid</Style>
<Width>0.75pt</Width>
</Border>
</Style>
<Interval>NaN</Interval>
</ChartMinorGridLines>
<ChartMajorTickMarks>
<Enabled>True</Enabled>
<Style>
<Border>
<Style>Solid</Style>
<Width>0.75pt</Width>
</Border>
</Style>
<Interval>2</Interval>
</ChartMajorTickMarks>
<ChartMinorTickMarks>
<Type>None</Type>
</ChartMinorTickMarks>
<Interlaced>true</Interlaced>
<Scalar>true</Scalar>
<Minimum>0</Minimum>
<PreventFontShrink>true</PreventFontShrink>
<PreventFontGrow>true</PreventFontGrow>
<IncludeZero>false</IncludeZero>
</ChartAxis>
<ChartAxis Name="Secondary">
<Style>
<FontSize>8pt</FontSize>
</Style>
<ChartAxisTitle>
<Caption />
<Style>
<FontSize>8pt</FontSize>
</Style>
</ChartAxisTitle>
<CrossAt>NaN</CrossAt>
<Location>Opposite</Location>
<Minimum>NaN</Minimum>
<Maximum>NaN</Maximum>
</ChartAxis>
</ChartValueAxes>
<ChartThreeDProperties>
<Enabled>true</Enabled>
<Rotation>0</Rotation>
<Inclination>0</Inclination>
<WallThickness>0</WallThickness>
<Clustered>true</Clustered>
</ChartThreeDProperties>
<Style>
<Border>
<Color>DimGray</Color>
<Style>Solid</Style>
<Width>0.75pt</Width>
</Border>
<BackgroundColor>White</BackgroundColor>
<BackgroundGradientType>LeftRight</BackgroundGradientType>
</Style>
</ChartArea>
</ChartAreas>
<ChartLegends>
<ChartLegend Name="Default">
<Hidden>true</Hidden>
<Style>
<Border>
<Style>Solid</Style>
<Width>0.75pt</Width>
</Border>
</Style>
<Position>BottomCenter</Position>
<Layout>Row</Layout>
<ChartLegendTitle>
<Caption />
<Style>
<FontSize>8pt</FontSize>
<FontWeight>Bold</FontWeight>
<TextAlign>Center</TextAlign>
</Style>
</ChartLegendTitle>
<AutoFitTextDisabled>true</AutoFitTextDisabled>
</ChartLegend>
</ChartLegends>
<ChartTitles>
<ChartTitle Name="Default">
<Caption>월별 냉난방 에너지 요구량 [kWh/(m²a)]</Caption>
<Style>
<BackgroundGradientType>None</BackgroundGradientType>
<FontFamily>돋움</FontFamily>
<TextAlign>General</TextAlign>
<VerticalAlign>Top</VerticalAlign>
</Style>
</ChartTitle>
</ChartTitles>
<Palette>Excel</Palette>
<ChartBorderSkin>
<Style>
<BackgroundColor>Gray</BackgroundColor>
<BackgroundGradientType>None</BackgroundGradientType>
<Color>White</Color>
</Style>
</ChartBorderSkin>
<ChartNoDataMessage Name="NoDataMessage">
<Caption>사용 가능한 데이터 없음</Caption>
<Style>
<BackgroundGradientType>None</BackgroundGradientType>
<TextAlign>General</TextAlign>
<VerticalAlign>Top</VerticalAlign>
</Style>
</ChartNoDataMessage>
<DataSetName>DSR_Graph_Req</DataSetName>
<Top>0.25cm</Top>
<Left>0.25cm</Left>
<Height>8.07396cm</Height>
<Width>18.25cm</Width>
<CustomProperties>
<CustomProperty>
<Name>__Upgraded2005__</Name>
<Value>__Upgraded2005__</Value>
</CustomProperty>
</CustomProperties>
<Style>
<Border>
<Color>Gray</Color>
<Style>Solid</Style>
</Border>
<BackgroundColor>White</BackgroundColor>
<FontFamily>나눔고딕</FontFamily>
<FontWeight>Bold</FontWeight>
</Style>
</Chart>
<Chart Name="chart3">
<ChartCategoryHierarchy>
<ChartMembers>
<ChartMember>
<Group Name="chart3_CategoryGroup1">
<GroupExpressions>
<GroupExpression>=Fields!Gubun.Value</GroupExpression>
</GroupExpressions>
</Group>
<SortExpressions>
<SortExpression>
<Value>=iif(Fields!Gubun.Value="등급용1차소요량",0,4)</Value>
</SortExpression>
</SortExpressions>
<Label>=Fields!Gubun.Value</Label>
<DataElementOutput>Output</DataElementOutput>
</ChartMember>
</ChartMembers>
</ChartCategoryHierarchy>
<ChartSeriesHierarchy>
<ChartMembers>
<ChartMember>
<Group Name="chart3_SeriesGroup1">
<GroupExpressions>
<GroupExpression>=Fields!type.Value</GroupExpression>
</GroupExpressions>
<Filters>
<Filter>
<FilterExpression>=Fields!type.Value</FilterExpression>
<Operator>NotEqual</Operator>
<FilterValues>
<FilterValue>합계</FilterValue>
</FilterValues>
</Filter>
</Filters>
</Group>
<Label>=Fields!type.Value</Label>
<DataElementOutput>Output</DataElementOutput>
</ChartMember>
</ChartMembers>
</ChartSeriesHierarchy>
<ChartData>
<ChartSeriesCollection>
<ChartSeries Name="Series1">
<ChartDataPoints>
<ChartDataPoint>
<ChartDataPointValues>
<Y>=Sum(Fields!Req.Value)</Y>
</ChartDataPointValues>
<ChartDataLabel>
<Style>
<FontFamily>나눔고딕</FontFamily>
<FontSize>8pt</FontSize>
</Style>
<Label>=Fields!Req.Value</Label>
<Position>Top</Position>
</ChartDataLabel>
<Style>
<Border>
<Width>0.376pt</Width>
</Border>
<Color>=iif(Fields!type.Value="신재생에너지","#475e00",
iif(Fields!type.Value="난방에너지","#762f00",
iif(Fields!type.Value="냉방에너지","#182f76",
iif(Fields!type.Value="급탕에너지","#5e4776",
iif(Fields!type.Value="조명에너지","#765e00","#475e76")))))</Color>
<BackgroundGradientEndColor>White</BackgroundGradientEndColor>
</Style>
<ChartMarker>
<Size>6pt</Size>
<Style />
</ChartMarker>
</ChartDataPoint>
</ChartDataPoints>
<Type>Bar</Type>
<Subtype>Stacked</Subtype>
<Style />
<ChartEmptyPoints>
<Style />
<ChartMarker>
<Style />
</ChartMarker>
<ChartDataLabel>
<Style />
</ChartDataLabel>
</ChartEmptyPoints>
<CustomProperties>
<CustomProperty>
<Name>PointWidth</Name>
<Value>0.6</Value>
</CustomProperty>
<CustomProperty>
<Name>DrawingStyle</Name>
<Value>Cylinder</Value>
</CustomProperty>
</CustomProperties>
<ValueAxisName>Primary</ValueAxisName>
<CategoryAxisName>Primary</CategoryAxisName>
<ChartSmartLabel>
<CalloutLineColor>Black</CalloutLineColor>
<MinMovingDistance>0pt</MinMovingDistance>
</ChartSmartLabel>
</ChartSeries>
</ChartSeriesCollection>
</ChartData>
<ChartAreas>
<ChartArea Name="Default">
<ChartCategoryAxes>
<ChartAxis Name="Primary">
<Style>
<Border>
<Style>None</Style>
<Width>0.75pt</Width>
</Border>
<FontFamily>돋움</FontFamily>
<FontSize>9pt</FontSize>
</Style>
<ChartAxisTitle>
<Caption />
<Style>
<FontSize>7pt</FontSize>
</Style>
</ChartAxisTitle>
<Margin>True</Margin>
<ChartMajorGridLines>
<Enabled>False</Enabled>
<Style>
<Border>
<Style>Solid</Style>
<Width>0.75pt</Width>
</Border>
</Style>
<Interval>NaN</Interval>
<IntervalOffset>1</IntervalOffset>
</ChartMajorGridLines>
<ChartMinorGridLines>
<Enabled>False</Enabled>
<Style>
<Border>
<Style>Solid</Style>
<Width>0.75pt</Width>
</Border>
</Style>
<Interval>NaN</Interval>
</ChartMinorGridLines>
<ChartMajorTickMarks>
<Enabled>True</Enabled>
<Style>
<Border>
<Style>Solid</Style>
<Width>0.75pt</Width>
</Border>
</Style>
<Interval>NaN</Interval>
<IntervalOffset>1</IntervalOffset>
</ChartMajorTickMarks>
<ChartMinorTickMarks>
<Type>None</Type>
</ChartMinorTickMarks>
<PreventFontShrink>true</PreventFontShrink>
<PreventFontGrow>true</PreventFontGrow>
<IncludeZero>false</IncludeZero>
</ChartAxis>
<ChartAxis Name="Secondary">
<Style>
<FontSize>8pt</FontSize>
</Style>
<ChartAxisTitle>
<Caption />
<Style>
<FontSize>8pt</FontSize>
</Style>
</ChartAxisTitle>
<CrossAt>NaN</CrossAt>
<Location>Opposite</Location>
<Minimum>NaN</Minimum>
<Maximum>NaN</Maximum>
</ChartAxis>
</ChartCategoryAxes>
<ChartValueAxes>
<ChartAxis Name="Primary">
<Style>
<Border>
<Style>None</Style>
<Width>0.75pt</Width>
</Border>
</Style>
<ChartAxisTitle>
<Caption />
<Style>
<FontSize>8pt</FontSize>
</Style>
</ChartAxisTitle>
<Margin>True</Margin>
<ChartMajorGridLines>
<Enabled>False</Enabled>
<Style>
<Border>
<Style>Dotted</Style>
<Width>0.75pt</Width>
</Border>
</Style>
<Interval>100</Interval>
</ChartMajorGridLines>
<ChartMinorGridLines>
<Enabled>True</Enabled>
<Style>
<Border>
<Color>Gainsboro</Color>
<Style>Dotted</Style>
<Width>0.75pt</Width>
</Border>
</Style>
<Interval>50</Interval>
</ChartMinorGridLines>
<ChartMajorTickMarks>
<Enabled>True</Enabled>
<Style>
<Border>
<Style>Dotted</Style>
<Width>0.75pt</Width>
</Border>
</Style>
<Interval>100</Interval>
</ChartMajorTickMarks>
<ChartMinorTickMarks>
<Type>None</Type>
</ChartMinorTickMarks>
<Scalar>true</Scalar>
<PreventFontShrink>true</PreventFontShrink>
<PreventFontGrow>true</PreventFontGrow>
<IncludeZero>false</IncludeZero>
</ChartAxis>
<ChartAxis Name="Secondary">
<Style>
<FontSize>8pt</FontSize>
</Style>
<ChartAxisTitle>
<Caption />
<Style>
<FontSize>8pt</FontSize>
</Style>
</ChartAxisTitle>
<CrossAt>NaN</CrossAt>
<Location>Opposite</Location>
<Minimum>NaN</Minimum>
<Maximum>NaN</Maximum>
</ChartAxis>
</ChartValueAxes>
<ChartThreeDProperties>
<Enabled>true</Enabled>
<Rotation>0</Rotation>
<Inclination>0</Inclination>
<WallThickness>0</WallThickness>
<Clustered>true</Clustered>
</ChartThreeDProperties>
<Style>
<Border>
<Color>DimGray</Color>
<Style>Solid</Style>
<Width>0.75pt</Width>
</Border>
<BackgroundColor>White</BackgroundColor>
<BackgroundGradientType>LeftRight</BackgroundGradientType>
</Style>
</ChartArea>
</ChartAreas>
<ChartLegends>
<ChartLegend Name="Default">
<Style>
<Border>
<Style>None</Style>
<Width>0.75pt</Width>
</Border>
<BackgroundGradientType>LeftRight</BackgroundGradientType>
<FontFamily>나눔고딕</FontFamily>
<FontSize>6pt</FontSize>
</Style>
<Position>TopRight</Position>
<Layout>Row</Layout>
<ChartLegendTitle>
<Caption />
<Style>
<FontSize>8pt</FontSize>
<FontWeight>Bold</FontWeight>
<TextAlign>Center</TextAlign>
</Style>
</ChartLegendTitle>
<AutoFitTextDisabled>true</AutoFitTextDisabled>
</ChartLegend>
</ChartLegends>
<ChartTitles>
<ChartTitle Name="Default">
<Caption>연간 에너지 요구량 및 소요량[kWh/㎡]</Caption>
<Style>
<FontFamily>나눔고딕</FontFamily>
</Style>
</ChartTitle>
</ChartTitles>
<Palette>Pastel</Palette>
<ChartBorderSkin>
<Style>
<BackgroundColor>Gray</BackgroundColor>
<BackgroundGradientType>None</BackgroundGradientType>
<Color>White</Color>
</Style>
</ChartBorderSkin>
<ChartNoDataMessage Name="NoDataMessage">
<Caption>사용 가능한 데이터 없음</Caption>
<Style>
<BackgroundGradientType>None</BackgroundGradientType>
<TextAlign>General</TextAlign>
<VerticalAlign>Top</VerticalAlign>
</Style>
</ChartNoDataMessage>
<DataSetName>DSR_Graph_ReqUse</DataSetName>
<Filters>
<Filter>
<FilterExpression>=Fields!Gubun.Value</FilterExpression>
<Operator>NotEqual</Operator>
<FilterValues>
<FilterValue>Co2발생량</FilterValue>
</FilterValues>
</Filter>
</Filters>
<Top>9.9628cm</Top>
<Left>0.25cm</Left>
<Height>7.80937cm</Height>
<Width>18.25cm</Width>
<ZIndex>1</ZIndex>
<CustomProperties>
<CustomProperty>
<Name>__Upgraded2005__</Name>
<Value>__Upgraded2005__</Value>
</CustomProperty>
</CustomProperties>
<Style>
<Border>
<Color>DimGray</Color>
<Style>Solid</Style>
</Border>
<BackgroundColor>White</BackgroundColor>
<FontFamily>나눔고딕</FontFamily>
<FontWeight>Bold</FontWeight>
<Color>#80ff80</Color>
</Style>
</Chart>
<Tablix Name="matrix1">
<TablixCorner>
<TablixCornerRows>
<TablixCornerRow>
<TablixCornerCell>
<CellContents>
<Textbox Name="textbox1">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value />
<Style>
<FontFamily>돋움</FontFamily>
</Style>
</TextRun>
</TextRuns>
<Style />
</Paragraph>
</Paragraphs>
<rd:DefaultName>textbox1</rd:DefaultName>
<Style>
<Border>
<Style>Dotted</Style>
<Width>0.5pt</Width>
</Border>
<VerticalAlign>Middle</VerticalAlign>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</CellContents>
</TablixCornerCell>
</TablixCornerRow>
</TablixCornerRows>
</TablixCorner>
<TablixBody>
<TablixColumns>
<TablixColumn>
<Width>0.86614in</Width>
</TablixColumn>
</TablixColumns>
<TablixRows>
<TablixRow>
<Height>0.24997in</Height>
<TablixCells>
<TablixCell>
<CellContents>
<Textbox Name="Req">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Sum(Fields!Req.Value)</Value>
<Style>
<FontFamily>돋움</FontFamily>
<Format>N1</Format>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Center</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Req</rd:DefaultName>
<Style>
<Border>
<Style>Dotted</Style>
<Width>0.25pt</Width>
</Border>
<VerticalAlign>Middle</VerticalAlign>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</CellContents>
<DataElementOutput>Output</DataElementOutput>
</TablixCell>
</TablixCells>
</TablixRow>
</TablixRows>
</TablixBody>
<TablixColumnHierarchy>
<TablixMembers>
<TablixMember>
<Group Name="matrix1_type">
<GroupExpressions>
<GroupExpression>=Fields!type.Value</GroupExpression>
</GroupExpressions>
</Group>
<TablixHeader>
<Size>0.24997in</Size>
<CellContents>
<Textbox Name="type">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Fields!type.Value</Value>
<Style>
<FontFamily>돋움</FontFamily>
<FontSize>8pt</FontSize>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Center</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>type</rd:DefaultName>
<Style>
<Border>
<Style>Dotted</Style>
<Width>0.25pt</Width>
</Border>
<VerticalAlign>Middle</VerticalAlign>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</CellContents>
</TablixHeader>
<DataElementOutput>Output</DataElementOutput>
</TablixMember>
</TablixMembers>
</TablixColumnHierarchy>
<TablixRowHierarchy>
<TablixMembers>
<TablixMember>
<Group Name="matrix1_Gubun">
<GroupExpressions>
<GroupExpression>=Fields!Gubun.Value</GroupExpression>
</GroupExpressions>
</Group>
<SortExpressions>
<SortExpression>
<Value>=iif(Fields!Gubun.Value="요구량",1,iif(Fields!Gubun.Value="소요량",2,iif(Fields!Gubun.Value="1차소요량",3,4)))</Value>
</SortExpression>
</SortExpressions>
<TablixHeader>
<Size>1.12487in</Size>
<CellContents>
<Textbox Name="Gubun">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Fields!Gubun.Value</Value>
<Style>
<FontFamily>돋움</FontFamily>
<FontSize>8pt</FontSize>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Center</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Gubun</rd:DefaultName>
<Style>
<Border>
<Style>Dotted</Style>
<Width>0.25pt</Width>
</Border>
<VerticalAlign>Middle</VerticalAlign>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</CellContents>
</TablixHeader>
<DataElementOutput>Output</DataElementOutput>
</TablixMember>
</TablixMembers>
</TablixRowHierarchy>
<RepeatColumnHeaders>true</RepeatColumnHeaders>
<RepeatRowHeaders>true</RepeatRowHeaders>
<OmitBorderOnPageBreak>true</OmitBorderOnPageBreak>
<NoRowsMessage>No Data</NoRowsMessage>
<DataSetName>DSR_Graph_ReqUse</DataSetName>
<Top>17.96442cm</Top>
<Left>0.27775cm</Left>
<Height>1.26985cm</Height>
<Width>5.05717cm</Width>
<ZIndex>2</ZIndex>
<Style>
<Border>
<Style>Solid</Style>
</Border>
<FontFamily>돋움</FontFamily>
</Style>
</Tablix>
<Tablix Name="Tablix3">
<TablixCorner>
<TablixCornerRows>
<TablixCornerRow>
<TablixCornerCell>
<CellContents>
<Textbox Name="Textbox16">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Parameters!ISJUGO.Value</Value>
<Style>
<FontFamily>돋움</FontFamily>
<FontSize>9pt</FontSize>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Center</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox16</rd:DefaultName>
<Style>
<Border>
<Color>DimGray</Color>
<Style>Dotted</Style>
</Border>
<RightBorder>
<Width>1pt</Width>
</RightBorder>
<VerticalAlign>Middle</VerticalAlign>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</CellContents>
</TablixCornerCell>
</TablixCornerRow>
</TablixCornerRows>
</TablixCorner>
<TablixBody>
<TablixColumns>
<TablixColumn>
<Width>0.54901in</Width>
</TablixColumn>
</TablixColumns>
<TablixRows>
<TablixRow>
<Height>0.28646in</Height>
<TablixCells>
<TablixCell>
<CellContents>
<Textbox Name="Req1">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Sum(Fields!Req.Value)</Value>
<Style>
<FontFamily>돋움</FontFamily>
<FontSize>9pt</FontSize>
<Format>N1</Format>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Center</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Req1</rd:DefaultName>
<Style>
<Border>
<Color>DimGray</Color>
<Style>Dotted</Style>
</Border>
<LeftBorder>
<Width>1pt</Width>
</LeftBorder>
<VerticalAlign>Middle</VerticalAlign>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</CellContents>
</TablixCell>
</TablixCells>
</TablixRow>
</TablixRows>
</TablixBody>
<TablixColumnHierarchy>
<TablixMembers>
<TablixMember>
<Group Name="Mon">
<GroupExpressions>
<GroupExpression>=Fields!Mon.Value</GroupExpression>
</GroupExpressions>
</Group>
<SortExpressions>
<SortExpression>
<Value>=iif(Fields!Mon.Value.ToString().Length = 2,"0" &amp; Fields!Mon.Value,Fields!Mon.Value)</Value>
</SortExpression>
</SortExpressions>
<TablixHeader>
<Size>0.26562in</Size>
<CellContents>
<Textbox Name="Mon">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Fields!Mon.Value</Value>
<Style>
<FontFamily>돋움</FontFamily>
<FontSize>9pt</FontSize>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Center</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Mon</rd:DefaultName>
<Style>
<Border>
<Color>DimGray</Color>
<Style>Dotted</Style>
</Border>
<LeftBorder>
<Width>1pt</Width>
</LeftBorder>
<VerticalAlign>Middle</VerticalAlign>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</CellContents>
</TablixHeader>
</TablixMember>
</TablixMembers>
</TablixColumnHierarchy>
<TablixRowHierarchy>
<TablixMembers>
<TablixMember>
<Group Name="Gubun">
<GroupExpressions>
<GroupExpression>=Fields!Gubun.Value</GroupExpression>
</GroupExpressions>
</Group>
<SortExpressions>
<SortExpression>
<Value>=Fields!Gubun.Value</Value>
</SortExpression>
</SortExpressions>
<TablixHeader>
<Size>0.58854in</Size>
<CellContents>
<Textbox Name="Gubun1">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Fields!Gubun.Value.ToString().Substring(0,2)</Value>
<Style>
<FontFamily>돋움</FontFamily>
<FontSize>9pt</FontSize>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Center</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Gubun1</rd:DefaultName>
<Style>
<Border>
<Color>DimGray</Color>
<Style>Dotted</Style>
</Border>
<RightBorder>
<Width>1pt</Width>
</RightBorder>
<VerticalAlign>Middle</VerticalAlign>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</CellContents>
</TablixHeader>
</TablixMember>
</TablixMembers>
</TablixRowHierarchy>
<DataSetName>DSR_Graph_Req</DataSetName>
<Top>8.44214cm</Top>
<Left>0.30903cm</Left>
<Height>1.40228cm</Height>
<Width>2.88938cm</Width>
<ZIndex>3</ZIndex>
<Style>
<Border>
<Color>DimGray</Color>
<Style>Solid</Style>
<Width>1.1pt</Width>
</Border>
</Style>
</Tablix>
<Rectangle Name="Rectangle1">
<ReportItems>
<Textbox Name="Textbox2">
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>에너지자립률(전체): </Value>
<Style>
<FontFamily>맑은 고딕</FontFamily>
<FontSize>8pt</FontSize>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Right</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox2</rd:DefaultName>
<Top>0.09525cm</Top>
<Left>0.12253cm</Left>
<Height>0.56825cm</Height>
<Width>3.33808cm</Width>
<Style>
<Border>
<Style>None</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
<Textbox Name="Textbox4">
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>단위면적당 1차에너지순생산량(대지내):</Value>
<Style>
<FontFamily>맑은 고딕</FontFamily>
<FontSize>8pt</FontSize>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Right</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox2</rd:DefaultName>
<Top>0.09525cm</Top>
<Left>4.92169cm</Left>
<Height>0.56825cm</Height>
<Width>5.50068cm</Width>
<ZIndex>1</ZIndex>
<Style>
<Border>
<Style>None</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
<Textbox Name="Textbox5">
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>단위면적당 1차에너지총소요량 : </Value>
<Style>
<FontFamily>맑은 고딕</FontFamily>
<FontSize>8pt</FontSize>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Right</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox2</rd:DefaultName>
<Top>0.09525cm</Top>
<Left>11.45937cm</Left>
<Height>0.56825cm</Height>
<Width>4.88325cm</Width>
<ZIndex>2</ZIndex>
<Style>
<Border>
<Style>None</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
<Textbox Name="Textbox6">
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value></Value>
<Style>
<FontFamily>맑은 고딕</FontFamily>
<FontSize>9pt</FontSize>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Left</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox2</rd:DefaultName>
<Top>0.09525cm</Top>
<Left>4.38547cm</Left>
<Height>0.56825cm</Height>
<Width>0.75847cm</Width>
<ZIndex>3</ZIndex>
<Style>
<Border>
<Style>None</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
<Textbox Name="Textbox7">
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Parameters!생산량.Value</Value>
<Style>
<FontFamily>맑은 고딕</FontFamily>
<FontSize>9pt</FontSize>
<FontWeight>Bold</FontWeight>
<Color>Blue</Color>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Right</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox2</rd:DefaultName>
<Top>0.0635cm</Top>
<Left>10.31477cm</Left>
<Height>0.56825cm</Height>
<Width>0.96366cm</Width>
<ZIndex>4</ZIndex>
<Style>
<Border>
<Style>None</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
<Textbox Name="Textbox8">
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Parameters!소비량.Value</Value>
<Style>
<FontFamily>맑은 고딕</FontFamily>
<FontSize>9pt</FontSize>
<FontWeight>Bold</FontWeight>
<Color>Blue</Color>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Left</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox2</rd:DefaultName>
<Top>0.0635cm</Top>
<Left>16.27913cm</Left>
<Height>0.56825cm</Height>
<Width>1.15416cm</Width>
<ZIndex>5</ZIndex>
<Style>
<Border>
<Style>None</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
<Textbox Name="Textbox10">
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Parameters!자립률.Value</Value>
<Style>
<FontFamily>맑은 고딕</FontFamily>
<FontSize>9pt</FontSize>
<FontWeight>Bold</FontWeight>
<Color>Blue</Color>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Right</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox2</rd:DefaultName>
<Top>0.0635cm</Top>
<Left>3.25247cm</Left>
<Height>0.56825cm</Height>
<Width>1.09066cm</Width>
<ZIndex>6</ZIndex>
<Style>
<Border>
<Style>None</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
<Textbox Name="Textbox3">
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>에너지자립률(대지외):</Value>
<Style>
<FontFamily>맑은 고딕</FontFamily>
<FontSize>8pt</FontSize>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Right</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox2</rd:DefaultName>
<Top>0.58837cm</Top>
<Left>0.12253cm</Left>
<Height>0.45cm</Height>
<Width>3.33808cm</Width>
<ZIndex>7</ZIndex>
<Style>
<Border>
<Style>None</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
<Textbox Name="Textbox9">
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>단위면적당 1차에너지순생산량(대지외):</Value>
<Style>
<FontFamily>맑은 고딕</FontFamily>
<FontSize>8pt</FontSize>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Right</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox2</rd:DefaultName>
<Top>0.58837cm</Top>
<Left>4.92169cm</Left>
<Height>0.45cm</Height>
<Width>5.50068cm</Width>
<ZIndex>8</ZIndex>
<Style>
<Border>
<Style>None</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
<Textbox Name="Textbox11">
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value></Value>
<Style>
<FontFamily>맑은 고딕</FontFamily>
<FontSize>9pt</FontSize>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Left</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox2</rd:DefaultName>
<Top>0.58837cm</Top>
<Left>4.38547cm</Left>
<Height>0.56825cm</Height>
<Width>0.75847cm</Width>
<ZIndex>9</ZIndex>
<Style>
<Border>
<Style>None</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
<Textbox Name="Textbox12">
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Parameters!생산량offsite.Value</Value>
<Style>
<FontFamily>맑은 고딕</FontFamily>
<FontSize>9pt</FontSize>
<FontWeight>Bold</FontWeight>
<Color>Blue</Color>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Right</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox2</rd:DefaultName>
<Top>0.46137cm</Top>
<Left>10.3546cm</Left>
<Height>0.56825cm</Height>
<Width>0.96366cm</Width>
<ZIndex>10</ZIndex>
<Style>
<Border>
<Style>None</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
<Textbox Name="Textbox13">
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Parameters!자립률offsite.Value</Value>
<Style>
<FontFamily>맑은 고딕</FontFamily>
<FontSize>9pt</FontSize>
<FontWeight>Bold</FontWeight>
<Color>Blue</Color>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Right</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox2</rd:DefaultName>
<Top>0.46137cm</Top>
<Left>3.25247cm</Left>
<Height>0.56825cm</Height>
<Width>1.09066cm</Width>
<ZIndex>11</ZIndex>
<Style>
<Border>
<Style>None</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
<Textbox Name="Textbox14">
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>단위면적당 1차에너지생산량(대지외):</Value>
<Style>
<FontFamily>맑은 고딕</FontFamily>
<FontSize>8pt</FontSize>
<Color>Red</Color>
</Style>
</TextRun>
</TextRuns>
<Style>
<TextAlign>Right</TextAlign>
</Style>
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox2</rd:DefaultName>
<Top>0.55662cm</Top>
<Left>11.75629cm</Left>
<Height>0.44125cm</Height>
<Width>5.042cm</Width>
<ZIndex>12</ZIndex>
<Visibility>
<Hidden>=iif(Parameters!bcustomprofile.Value = "1",false,true)</Hidden>
</Visibility>
<Style>
<Border>
<Style>None</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</ReportItems>
<KeepTogether>true</KeepTogether>
<Top>19.37185cm</Top>
<Height>1.18837cm</Height>
<Width>18.5cm</Width>
<ZIndex>4</ZIndex>
<Style>
<Border>
<Style>None</Style>
</Border>
</Style>
</Rectangle>
</ReportItems>
<Height>20.56022cm</Height>
<Style />
</Body>
<ReportParameters>
<ReportParameter Name="ISJUGO">
<DataType>String</DataType>
<Nullable>true</Nullable>
<AllowBlank>true</AllowBlank>
<Prompt>ReportParameter1</Prompt>
</ReportParameter>
<ReportParameter Name="자립률">
<DataType>String</DataType>
<Nullable>true</Nullable>
<AllowBlank>true</AllowBlank>
<Prompt>ReportParameter1</Prompt>
</ReportParameter>
<ReportParameter Name="생산량">
<DataType>String</DataType>
<Nullable>true</Nullable>
<AllowBlank>true</AllowBlank>
<Prompt>ReportParameter1</Prompt>
</ReportParameter>
<ReportParameter Name="소비량">
<DataType>String</DataType>
<Nullable>true</Nullable>
<AllowBlank>true</AllowBlank>
<Prompt>ReportParameter1</Prompt>
</ReportParameter>
<ReportParameter Name="자립률offsite">
<DataType>String</DataType>
<Nullable>true</Nullable>
<AllowBlank>true</AllowBlank>
<Prompt>ReportParameter1</Prompt>
</ReportParameter>
<ReportParameter Name="생산량offsite">
<DataType>String</DataType>
<Nullable>true</Nullable>
<AllowBlank>true</AllowBlank>
<Prompt>ReportParameter1</Prompt>
</ReportParameter>
<ReportParameter Name="bcustomprofile">
<DataType>String</DataType>
<Nullable>true</Nullable>
<AllowBlank>true</AllowBlank>
<Prompt>ReportParameter1</Prompt>
</ReportParameter>
</ReportParameters>
<Width>19.3417cm</Width>
<Page>
<PageHeight>29.7cm</PageHeight>
<PageWidth>21cm</PageWidth>
<LeftMargin>1cm</LeftMargin>
<RightMargin>1cm</RightMargin>
<TopMargin>1.5cm</TopMargin>
<BottomMargin>1.5cm</BottomMargin>
<ColumnSpacing>1cm</ColumnSpacing>
<Style />
</Page>
<Language>ko-KR</Language>
<Variables>
<Variable Name="bcustomprofile">
<Value>0</Value>
</Variable>
</Variables>
<ConsumeContainerWhitespace>true</ConsumeContainerWhitespace>
<rd:ReportID>5ec02dd0-720b-446d-9ac5-21bd03e4b31f</rd:ReportID>
<rd:ReportUnitType>Cm</rd:ReportUnitType>
</Report>