initial commit
This commit is contained in:
644
ArinWarev1/Forms_Report/Report_설계개선.rdlc
Normal file
644
ArinWarev1/Forms_Report/Report_설계개선.rdlc
Normal file
@@ -0,0 +1,644 @@
|
||||
<?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">
|
||||
<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>2cf61f60-7667-4987-b5a6-ca66bdab8fbb</rd:DataSourceID>
|
||||
</DataSource>
|
||||
</DataSources>
|
||||
<DataSets>
|
||||
<DataSet Name="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.Decimal</rd:TypeName>
|
||||
</Field>
|
||||
</Fields>
|
||||
<Query>
|
||||
<DataSourceName>DummyDataSource</DataSourceName>
|
||||
<CommandText>/* Local Query */</CommandText>
|
||||
</Query>
|
||||
<rd:DataSetInfo>
|
||||
<rd:DataSetName>DSR</rd:DataSetName>
|
||||
<rd:SchemaPath>D:\에너지테스트용\New_EnergyTest\ArinWarev1\DataSet\DSR.xsd</rd:SchemaPath>
|
||||
<rd:TableName>Graph_ReqUse</rd:TableName>
|
||||
<rd:TableAdapterFillMethod />
|
||||
<rd:TableAdapterGetDataMethod />
|
||||
<rd:TableAdapterName />
|
||||
</rd:DataSetInfo>
|
||||
</DataSet>
|
||||
</DataSets>
|
||||
<Body>
|
||||
<ReportItems>
|
||||
<Chart Name="Chart1">
|
||||
<ChartCategoryHierarchy>
|
||||
<ChartMembers>
|
||||
<ChartMember>
|
||||
<Group Name="Chart1_CategoryGroup1">
|
||||
<GroupExpressions>
|
||||
<GroupExpression>=Fields!Gubun.Value</GroupExpression>
|
||||
</GroupExpressions>
|
||||
</Group>
|
||||
<Label>=Fields!Gubun.Value</Label>
|
||||
</ChartMember>
|
||||
</ChartMembers>
|
||||
</ChartCategoryHierarchy>
|
||||
<ChartSeriesHierarchy>
|
||||
<ChartMembers>
|
||||
<ChartMember>
|
||||
<Group Name="Chart1_SeriesGroup1">
|
||||
<GroupExpressions>
|
||||
<GroupExpression>=Fields!type.Value</GroupExpression>
|
||||
</GroupExpressions>
|
||||
</Group>
|
||||
<Label>=Fields!type.Value</Label>
|
||||
</ChartMember>
|
||||
</ChartMembers>
|
||||
</ChartSeriesHierarchy>
|
||||
<ChartData>
|
||||
<ChartSeriesCollection>
|
||||
<ChartSeries Name="Req">
|
||||
<ChartDataPoints>
|
||||
<ChartDataPoint>
|
||||
<ChartDataPointValues>
|
||||
<Y>=Sum(Fields!Req.Value)</Y>
|
||||
</ChartDataPointValues>
|
||||
<ChartDataLabel>
|
||||
<Style />
|
||||
<UseValueAsLabel>true</UseValueAsLabel>
|
||||
<Visible>true</Visible>
|
||||
</ChartDataLabel>
|
||||
<Style />
|
||||
<ChartMarker>
|
||||
<Style />
|
||||
</ChartMarker>
|
||||
<DataElementOutput>Output</DataElementOutput>
|
||||
</ChartDataPoint>
|
||||
</ChartDataPoints>
|
||||
<Style />
|
||||
<ChartEmptyPoints>
|
||||
<Style />
|
||||
<ChartMarker>
|
||||
<Style />
|
||||
</ChartMarker>
|
||||
<ChartDataLabel>
|
||||
<Style />
|
||||
</ChartDataLabel>
|
||||
</ChartEmptyPoints>
|
||||
<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>
|
||||
<FontSize>8pt</FontSize>
|
||||
</Style>
|
||||
<ChartAxisTitle>
|
||||
<Caption>월</Caption>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
</Style>
|
||||
</ChartAxisTitle>
|
||||
<IntervalType>Number</IntervalType>
|
||||
<ChartMajorGridLines>
|
||||
<Enabled>True</Enabled>
|
||||
<Style>
|
||||
<Border>
|
||||
<Color>Gainsboro</Color>
|
||||
</Border>
|
||||
</Style>
|
||||
</ChartMajorGridLines>
|
||||
<ChartMinorGridLines>
|
||||
<Enabled>True</Enabled>
|
||||
<Style>
|
||||
<Border>
|
||||
<Color>Gainsboro</Color>
|
||||
<Style>Dotted</Style>
|
||||
</Border>
|
||||
</Style>
|
||||
</ChartMinorGridLines>
|
||||
<ChartMajorTickMarks>
|
||||
<Interval>1</Interval>
|
||||
<IntervalType>Number</IntervalType>
|
||||
</ChartMajorTickMarks>
|
||||
<ChartMinorTickMarks>
|
||||
<Length>0.5</Length>
|
||||
</ChartMinorTickMarks>
|
||||
<CrossAt>NaN</CrossAt>
|
||||
<Minimum>NaN</Minimum>
|
||||
<Maximum>NaN</Maximum>
|
||||
</ChartAxis>
|
||||
<ChartAxis Name="Secondary">
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
</Style>
|
||||
<ChartAxisTitle>
|
||||
<Caption>축 제목</Caption>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
</Style>
|
||||
</ChartAxisTitle>
|
||||
<ChartMajorGridLines>
|
||||
<Enabled>False</Enabled>
|
||||
<Style>
|
||||
<Border>
|
||||
<Color>Gainsboro</Color>
|
||||
</Border>
|
||||
</Style>
|
||||
</ChartMajorGridLines>
|
||||
<ChartMinorGridLines>
|
||||
<Style>
|
||||
<Border>
|
||||
<Color>Gainsboro</Color>
|
||||
<Style>Dotted</Style>
|
||||
</Border>
|
||||
</Style>
|
||||
</ChartMinorGridLines>
|
||||
<ChartMinorTickMarks>
|
||||
<Length>0.5</Length>
|
||||
</ChartMinorTickMarks>
|
||||
<CrossAt>NaN</CrossAt>
|
||||
<Location>Opposite</Location>
|
||||
<Minimum>NaN</Minimum>
|
||||
<Maximum>NaN</Maximum>
|
||||
</ChartAxis>
|
||||
</ChartCategoryAxes>
|
||||
<ChartValueAxes>
|
||||
<ChartAxis Name="Primary">
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
</Style>
|
||||
<ChartAxisTitle>
|
||||
<Caption>1차 에너지 소요량</Caption>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
</Style>
|
||||
</ChartAxisTitle>
|
||||
<ChartMajorGridLines>
|
||||
<Style>
|
||||
<Border>
|
||||
<Color>Gainsboro</Color>
|
||||
</Border>
|
||||
</Style>
|
||||
</ChartMajorGridLines>
|
||||
<ChartMinorGridLines>
|
||||
<Style>
|
||||
<Border>
|
||||
<Color>Gainsboro</Color>
|
||||
<Style>Dotted</Style>
|
||||
</Border>
|
||||
</Style>
|
||||
</ChartMinorGridLines>
|
||||
<ChartMinorTickMarks>
|
||||
<Length>0.5</Length>
|
||||
</ChartMinorTickMarks>
|
||||
<CrossAt>NaN</CrossAt>
|
||||
<Minimum>NaN</Minimum>
|
||||
<Maximum>NaN</Maximum>
|
||||
</ChartAxis>
|
||||
<ChartAxis Name="Secondary">
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
</Style>
|
||||
<ChartAxisTitle>
|
||||
<Caption>축 제목</Caption>
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
</Style>
|
||||
</ChartAxisTitle>
|
||||
<ChartMajorGridLines>
|
||||
<Style>
|
||||
<Border>
|
||||
<Color>Gainsboro</Color>
|
||||
</Border>
|
||||
</Style>
|
||||
</ChartMajorGridLines>
|
||||
<ChartMinorGridLines>
|
||||
<Style>
|
||||
<Border>
|
||||
<Color>Gainsboro</Color>
|
||||
<Style>Dotted</Style>
|
||||
</Border>
|
||||
</Style>
|
||||
</ChartMinorGridLines>
|
||||
<ChartMinorTickMarks>
|
||||
<Length>0.5</Length>
|
||||
</ChartMinorTickMarks>
|
||||
<CrossAt>NaN</CrossAt>
|
||||
<Location>Opposite</Location>
|
||||
<Minimum>NaN</Minimum>
|
||||
<Maximum>NaN</Maximum>
|
||||
</ChartAxis>
|
||||
</ChartValueAxes>
|
||||
<Style>
|
||||
<BackgroundGradientType>None</BackgroundGradientType>
|
||||
</Style>
|
||||
</ChartArea>
|
||||
</ChartAreas>
|
||||
<ChartLegends>
|
||||
<ChartLegend Name="Default">
|
||||
<Style>
|
||||
<BackgroundGradientType>None</BackgroundGradientType>
|
||||
<FontSize>8pt</FontSize>
|
||||
</Style>
|
||||
<ChartLegendTitle>
|
||||
<Caption />
|
||||
<Style>
|
||||
<FontSize>8pt</FontSize>
|
||||
<FontWeight>Bold</FontWeight>
|
||||
<TextAlign>Center</TextAlign>
|
||||
</Style>
|
||||
</ChartLegendTitle>
|
||||
<HeaderSeparatorColor>Black</HeaderSeparatorColor>
|
||||
<ColumnSeparatorColor>Black</ColumnSeparatorColor>
|
||||
</ChartLegend>
|
||||
</ChartLegends>
|
||||
<ChartTitles>
|
||||
<ChartTitle Name="Default">
|
||||
<Caption>설계 개선 결과</Caption>
|
||||
<Style>
|
||||
<BackgroundGradientType>None</BackgroundGradientType>
|
||||
<FontWeight>Bold</FontWeight>
|
||||
<TextAlign>General</TextAlign>
|
||||
<VerticalAlign>Top</VerticalAlign>
|
||||
</Style>
|
||||
</ChartTitle>
|
||||
</ChartTitles>
|
||||
<Palette>BrightPastel</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>Graph_ReqUse</DataSetName>
|
||||
<Filters>
|
||||
<Filter>
|
||||
<FilterExpression>=Fields!type.Value</FilterExpression>
|
||||
<Operator>NotEqual</Operator>
|
||||
<FilterValues>
|
||||
<FilterValue>개선결과(%)</FilterValue>
|
||||
</FilterValues>
|
||||
</Filter>
|
||||
</Filters>
|
||||
<Top>0.7187cm</Top>
|
||||
<Left>0.65299cm</Left>
|
||||
<Height>12.03854cm</Height>
|
||||
<Width>23.99771cm</Width>
|
||||
<Style>
|
||||
<Border>
|
||||
<Color>LightGrey</Color>
|
||||
<Style>Solid</Style>
|
||||
</Border>
|
||||
<BackgroundColor>White</BackgroundColor>
|
||||
<BackgroundGradientType>None</BackgroundGradientType>
|
||||
</Style>
|
||||
</Chart>
|
||||
<Tablix Name="Tablix2">
|
||||
<TablixCorner>
|
||||
<TablixCornerRows>
|
||||
<TablixCornerRow>
|
||||
<TablixCornerCell>
|
||||
<CellContents>
|
||||
<Textbox Name="Textbox10">
|
||||
<CanGrow>true</CanGrow>
|
||||
<KeepTogether>true</KeepTogether>
|
||||
<Paragraphs>
|
||||
<Paragraph>
|
||||
<TextRuns>
|
||||
<TextRun>
|
||||
<Value>월</Value>
|
||||
<Style />
|
||||
</TextRun>
|
||||
</TextRuns>
|
||||
<Style>
|
||||
<TextAlign>Center</TextAlign>
|
||||
</Style>
|
||||
</Paragraph>
|
||||
</Paragraphs>
|
||||
<rd:DefaultName>Textbox10</rd:DefaultName>
|
||||
<Style>
|
||||
<Border>
|
||||
<Color>LightGrey</Color>
|
||||
<Style>Solid</Style>
|
||||
</Border>
|
||||
<BottomBorder>
|
||||
<Color>Black</Color>
|
||||
<Style>Solid</Style>
|
||||
<Width>0.5pt</Width>
|
||||
</BottomBorder>
|
||||
<VerticalAlign>Bottom</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.69271in</Width>
|
||||
</TablixColumn>
|
||||
</TablixColumns>
|
||||
<TablixRows>
|
||||
<TablixRow>
|
||||
<Height>0.32292in</Height>
|
||||
<TablixCells>
|
||||
<TablixCell>
|
||||
<CellContents>
|
||||
<Textbox Name="Req">
|
||||
<CanGrow>true</CanGrow>
|
||||
<KeepTogether>true</KeepTogether>
|
||||
<Paragraphs>
|
||||
<Paragraph>
|
||||
<TextRuns>
|
||||
<TextRun>
|
||||
<Value>=Sum(Fields!Req.Value)</Value>
|
||||
<Style />
|
||||
</TextRun>
|
||||
</TextRuns>
|
||||
<Style>
|
||||
<TextAlign>Right</TextAlign>
|
||||
</Style>
|
||||
</Paragraph>
|
||||
</Paragraphs>
|
||||
<rd:DefaultName>Req</rd:DefaultName>
|
||||
<Style>
|
||||
<Border>
|
||||
<Color>LightGrey</Color>
|
||||
<Style>Solid</Style>
|
||||
</Border>
|
||||
<VerticalAlign>Middle</VerticalAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
</Textbox>
|
||||
</CellContents>
|
||||
</TablixCell>
|
||||
</TablixCells>
|
||||
</TablixRow>
|
||||
<TablixRow>
|
||||
<Height>0.23622in</Height>
|
||||
<TablixCells>
|
||||
<TablixCell>
|
||||
<CellContents>
|
||||
<Textbox Name="Textbox6">
|
||||
<CanGrow>true</CanGrow>
|
||||
<KeepTogether>true</KeepTogether>
|
||||
<Paragraphs>
|
||||
<Paragraph>
|
||||
<TextRuns>
|
||||
<TextRun>
|
||||
<Value />
|
||||
<Style />
|
||||
</TextRun>
|
||||
</TextRuns>
|
||||
<Style>
|
||||
<TextAlign>Right</TextAlign>
|
||||
</Style>
|
||||
</Paragraph>
|
||||
</Paragraphs>
|
||||
<rd:DefaultName>Textbox6</rd:DefaultName>
|
||||
<Style>
|
||||
<Border>
|
||||
<Color>LightGrey</Color>
|
||||
<Style>Solid</Style>
|
||||
</Border>
|
||||
<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="Gubun">
|
||||
<GroupExpressions>
|
||||
<GroupExpression>=Fields!Gubun.Value</GroupExpression>
|
||||
</GroupExpressions>
|
||||
</Group>
|
||||
<SortExpressions>
|
||||
<SortExpression>
|
||||
<Value>=Fields!Gubun.Value</Value>
|
||||
</SortExpression>
|
||||
</SortExpressions>
|
||||
<TablixHeader>
|
||||
<Size>0.33333in</Size>
|
||||
<CellContents>
|
||||
<Textbox Name="Gubun">
|
||||
<CanGrow>true</CanGrow>
|
||||
<KeepTogether>true</KeepTogether>
|
||||
<Paragraphs>
|
||||
<Paragraph>
|
||||
<TextRuns>
|
||||
<TextRun>
|
||||
<Value>=Fields!Gubun.Value</Value>
|
||||
<Style />
|
||||
</TextRun>
|
||||
</TextRuns>
|
||||
<Style>
|
||||
<TextAlign>Center</TextAlign>
|
||||
</Style>
|
||||
</Paragraph>
|
||||
</Paragraphs>
|
||||
<rd:DefaultName>Gubun</rd:DefaultName>
|
||||
<Style>
|
||||
<Border>
|
||||
<Color>LightGrey</Color>
|
||||
<Style>Solid</Style>
|
||||
</Border>
|
||||
<BottomBorder>
|
||||
<Color>Black</Color>
|
||||
<Style>Solid</Style>
|
||||
<Width>0.5pt</Width>
|
||||
</BottomBorder>
|
||||
<VerticalAlign>Bottom</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="type">
|
||||
<GroupExpressions>
|
||||
<GroupExpression>=Fields!type.Value</GroupExpression>
|
||||
</GroupExpressions>
|
||||
</Group>
|
||||
<SortExpressions>
|
||||
<SortExpression>
|
||||
<Value>=Fields!type.Value</Value>
|
||||
</SortExpression>
|
||||
</SortExpressions>
|
||||
<TablixHeader>
|
||||
<Size>1.06771in</Size>
|
||||
<CellContents>
|
||||
<Textbox Name="type">
|
||||
<CanGrow>true</CanGrow>
|
||||
<KeepTogether>true</KeepTogether>
|
||||
<Paragraphs>
|
||||
<Paragraph>
|
||||
<TextRuns>
|
||||
<TextRun>
|
||||
<Value>=Fields!type.Value</Value>
|
||||
<Style />
|
||||
</TextRun>
|
||||
</TextRuns>
|
||||
<Style>
|
||||
<TextAlign>Center</TextAlign>
|
||||
</Style>
|
||||
</Paragraph>
|
||||
</Paragraphs>
|
||||
<rd:DefaultName>type</rd:DefaultName>
|
||||
<Style>
|
||||
<Border>
|
||||
<Color>LightGrey</Color>
|
||||
<Style>Solid</Style>
|
||||
</Border>
|
||||
<VerticalAlign>Middle</VerticalAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
</Textbox>
|
||||
</CellContents>
|
||||
</TablixHeader>
|
||||
</TablixMember>
|
||||
<TablixMember>
|
||||
<TablixHeader>
|
||||
<Size>1.06771in</Size>
|
||||
<CellContents>
|
||||
<Textbox Name="Textbox5">
|
||||
<CanGrow>true</CanGrow>
|
||||
<KeepTogether>true</KeepTogether>
|
||||
<Paragraphs>
|
||||
<Paragraph>
|
||||
<TextRuns>
|
||||
<TextRun>
|
||||
<Value>=Parameters!PSUM.Value</Value>
|
||||
<Style />
|
||||
</TextRun>
|
||||
</TextRuns>
|
||||
<Style>
|
||||
<TextAlign>Center</TextAlign>
|
||||
</Style>
|
||||
</Paragraph>
|
||||
</Paragraphs>
|
||||
<rd:DefaultName>Textbox5</rd:DefaultName>
|
||||
<Style>
|
||||
<Border>
|
||||
<Color>LightGrey</Color>
|
||||
<Style>Solid</Style>
|
||||
</Border>
|
||||
<VerticalAlign>Middle</VerticalAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
</Textbox>
|
||||
</CellContents>
|
||||
</TablixHeader>
|
||||
<KeepWithGroup>Before</KeepWithGroup>
|
||||
</TablixMember>
|
||||
</TablixMembers>
|
||||
</TablixRowHierarchy>
|
||||
<DataSetName>Graph_ReqUse</DataSetName>
|
||||
<Filters>
|
||||
<Filter>
|
||||
<FilterExpression>=Fields!type.Value</FilterExpression>
|
||||
<Operator>Equal</Operator>
|
||||
<FilterValues>
|
||||
<FilterValue>개선결과(%)</FilterValue>
|
||||
</FilterValues>
|
||||
</Filter>
|
||||
</Filters>
|
||||
<Top>12.95612cm</Top>
|
||||
<Left>0.62653cm</Left>
|
||||
<Height>2.26687cm</Height>
|
||||
<Width>4.47147cm</Width>
|
||||
<ZIndex>1</ZIndex>
|
||||
<Style>
|
||||
<Border>
|
||||
<Style>None</Style>
|
||||
</Border>
|
||||
</Style>
|
||||
</Tablix>
|
||||
</ReportItems>
|
||||
<Height>17.51629cm</Height>
|
||||
<Style />
|
||||
</Body>
|
||||
<ReportParameters>
|
||||
<ReportParameter Name="PSUM">
|
||||
<DataType>String</DataType>
|
||||
<AllowBlank>true</AllowBlank>
|
||||
<Prompt>ReportParameter1</Prompt>
|
||||
</ReportParameter>
|
||||
</ReportParameters>
|
||||
<Width>25.199cm</Width>
|
||||
<Page>
|
||||
<PageHeight>21cm</PageHeight>
|
||||
<PageWidth>29.7cm</PageWidth>
|
||||
<LeftMargin>1cm</LeftMargin>
|
||||
<RightMargin>1cm</RightMargin>
|
||||
<TopMargin>2cm</TopMargin>
|
||||
<BottomMargin>2cm</BottomMargin>
|
||||
<ColumnSpacing>1cm</ColumnSpacing>
|
||||
<Style />
|
||||
</Page>
|
||||
<Language>ko-KR</Language>
|
||||
<ConsumeContainerWhitespace>true</ConsumeContainerWhitespace>
|
||||
<rd:ReportID>de861d81-a116-467e-9d9a-a15050ac4b88</rd:ReportID>
|
||||
<rd:ReportUnitType>Cm</rd:ReportUnitType>
|
||||
</Report>
|
||||
Reference in New Issue
Block a user