863 lines
		
	
	
		
			36 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			863 lines
		
	
	
		
			36 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
 | |
|   <Body>
 | |
|     <ReportItems>
 | |
|       <Tablix Name="Tablix1">
 | |
|         <TablixCorner>
 | |
|           <TablixCornerRows>
 | |
|             <TablixCornerRow>
 | |
|               <TablixCornerCell>
 | |
|                 <CellContents>
 | |
|                   <Textbox Name="Textbox7">
 | |
|                     <CanGrow>true</CanGrow>
 | |
|                     <KeepTogether>true</KeepTogether>
 | |
|                     <Paragraphs>
 | |
|                       <Paragraph>
 | |
|                         <TextRuns>
 | |
|                           <TextRun>
 | |
|                             <Value>사원명</Value>
 | |
|                             <Style />
 | |
|                           </TextRun>
 | |
|                         </TextRuns>
 | |
|                         <Style>
 | |
|                           <TextAlign>Center</TextAlign>
 | |
|                         </Style>
 | |
|                       </Paragraph>
 | |
|                     </Paragraphs>
 | |
|                     <rd:DefaultName>Textbox7</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>
 | |
|                   <RowSpan>2</RowSpan>
 | |
|                 </CellContents>
 | |
|               </TablixCornerCell>
 | |
|             </TablixCornerRow>
 | |
|             <TablixCornerRow>
 | |
|               <TablixCornerCell />
 | |
|             </TablixCornerRow>
 | |
|           </TablixCornerRows>
 | |
|         </TablixCorner>
 | |
|         <TablixBody>
 | |
|           <TablixColumns>
 | |
|             <TablixColumn>
 | |
|               <Width>1.09771cm</Width>
 | |
|             </TablixColumn>
 | |
|             <TablixColumn>
 | |
|               <Width>0.9125cm</Width>
 | |
|             </TablixColumn>
 | |
|             <TablixColumn>
 | |
|               <Width>1.30938cm</Width>
 | |
|             </TablixColumn>
 | |
|             <TablixColumn>
 | |
|               <Width>1.09771cm</Width>
 | |
|             </TablixColumn>
 | |
|           </TablixColumns>
 | |
|           <TablixRows>
 | |
|             <TablixRow>
 | |
|               <Height>0.6cm</Height>
 | |
|               <TablixCells>
 | |
|                 <TablixCell>
 | |
|                   <CellContents>
 | |
|                     <Textbox Name="hrs">
 | |
|                       <CanGrow>true</CanGrow>
 | |
|                       <KeepTogether>true</KeepTogether>
 | |
|                       <Paragraphs>
 | |
|                         <Paragraph>
 | |
|                           <TextRuns>
 | |
|                             <TextRun>
 | |
|                               <Value>=Sum(Fields!hrs.Value)</Value>
 | |
|                               <Style>
 | |
|                                 <FontFamily>맑은 고딕</FontFamily>
 | |
|                                 <FontSize>9pt</FontSize>
 | |
|                                 <Format>N1</Format>
 | |
|                                 <Color>=iif(Fields!hrs.Value > Fields!total.Value,
 | |
| "Blue",
 | |
| iif(Fields!hrs.Value < Fields!total.Value,"Red","Black")
 | |
| )</Color>
 | |
|                               </Style>
 | |
|                             </TextRun>
 | |
|                           </TextRuns>
 | |
|                           <Style>
 | |
|                             <TextAlign>Right</TextAlign>
 | |
|                           </Style>
 | |
|                         </Paragraph>
 | |
|                       </Paragraphs>
 | |
|                       <rd:DefaultName>hrs</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>
 | |
|                     <rd:Selected>true</rd:Selected>
 | |
|                   </CellContents>
 | |
|                 </TablixCell>
 | |
|                 <TablixCell>
 | |
|                   <CellContents>
 | |
|                     <Textbox Name="ot">
 | |
|                       <CanGrow>true</CanGrow>
 | |
|                       <KeepTogether>true</KeepTogether>
 | |
|                       <Paragraphs>
 | |
|                         <Paragraph>
 | |
|                           <TextRuns>
 | |
|                             <TextRun>
 | |
|                               <Value>=Sum(Fields!ot.Value)</Value>
 | |
|                               <Style>
 | |
|                                 <FontFamily>맑은 고딕</FontFamily>
 | |
|                                 <FontSize>9pt</FontSize>
 | |
|                                 <Format>N1</Format>
 | |
|                                 <Color>=iif(Sum(Fields!ot.Value, "DataSet1")=0,"White","Black")</Color>
 | |
|                               </Style>
 | |
|                             </TextRun>
 | |
|                           </TextRuns>
 | |
|                           <Style>
 | |
|                             <TextAlign>Right</TextAlign>
 | |
|                           </Style>
 | |
|                         </Paragraph>
 | |
|                       </Paragraphs>
 | |
|                       <rd:DefaultName>ot</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>
 | |
|                     <rd:Selected>true</rd:Selected>
 | |
|                   </CellContents>
 | |
|                 </TablixCell>
 | |
|                 <TablixCell>
 | |
|                   <CellContents>
 | |
|                     <Textbox Name="Textbox15">
 | |
|                       <CanGrow>true</CanGrow>
 | |
|                       <KeepTogether>true</KeepTogether>
 | |
|                       <Paragraphs>
 | |
|                         <Paragraph>
 | |
|                           <TextRuns>
 | |
|                             <TextRun>
 | |
|                               <Value>=Sum(Fields!hrs.Value)</Value>
 | |
|                               <Style>
 | |
|                                 <FontFamily>맑은 고딕</FontFamily>
 | |
|                                 <FontSize>9pt</FontSize>
 | |
|                                 <Format>N1</Format>
 | |
|                               </Style>
 | |
|                             </TextRun>
 | |
|                           </TextRuns>
 | |
|                           <Style>
 | |
|                             <TextAlign>Right</TextAlign>
 | |
|                           </Style>
 | |
|                         </Paragraph>
 | |
|                       </Paragraphs>
 | |
|                       <rd:DefaultName>Textbox15</rd:DefaultName>
 | |
|                       <Visibility>
 | |
|                         <Hidden>true</Hidden>
 | |
|                       </Visibility>
 | |
|                       <Style>
 | |
|                         <Border>
 | |
|                           <Color>LightGrey</Color>
 | |
|                           <Style>Solid</Style>
 | |
|                         </Border>
 | |
|                         <BackgroundColor>Silver</BackgroundColor>
 | |
|                         <VerticalAlign>Middle</VerticalAlign>
 | |
|                         <PaddingLeft>2pt</PaddingLeft>
 | |
|                         <PaddingRight>2pt</PaddingRight>
 | |
|                         <PaddingTop>2pt</PaddingTop>
 | |
|                         <PaddingBottom>2pt</PaddingBottom>
 | |
|                       </Style>
 | |
|                     </Textbox>
 | |
|                     <rd:Selected>true</rd:Selected>
 | |
|                   </CellContents>
 | |
|                 </TablixCell>
 | |
|                 <TablixCell>
 | |
|                   <CellContents>
 | |
|                     <Textbox Name="Textbox19">
 | |
|                       <CanGrow>true</CanGrow>
 | |
|                       <KeepTogether>true</KeepTogether>
 | |
|                       <Paragraphs>
 | |
|                         <Paragraph>
 | |
|                           <TextRuns>
 | |
|                             <TextRun>
 | |
|                               <Value>=Sum(Fields!ot.Value)</Value>
 | |
|                               <Style>
 | |
|                                 <FontFamily>맑은 고딕</FontFamily>
 | |
|                                 <FontSize>9pt</FontSize>
 | |
|                                 <Format>N1</Format>
 | |
|                                 <Color>=iif(Sum(Fields!ot.Value, "DataSet1")=0,"White","Black")</Color>
 | |
|                               </Style>
 | |
|                             </TextRun>
 | |
|                           </TextRuns>
 | |
|                           <Style>
 | |
|                             <TextAlign>Right</TextAlign>
 | |
|                           </Style>
 | |
|                         </Paragraph>
 | |
|                       </Paragraphs>
 | |
|                       <rd:DefaultName>Textbox19</rd:DefaultName>
 | |
|                       <Visibility>
 | |
|                         <Hidden>true</Hidden>
 | |
|                       </Visibility>
 | |
|                       <Style>
 | |
|                         <Border>
 | |
|                           <Color>LightGrey</Color>
 | |
|                           <Style>Solid</Style>
 | |
|                         </Border>
 | |
|                         <BackgroundColor>Silver</BackgroundColor>
 | |
|                         <VerticalAlign>Middle</VerticalAlign>
 | |
|                         <PaddingLeft>2pt</PaddingLeft>
 | |
|                         <PaddingRight>2pt</PaddingRight>
 | |
|                         <PaddingTop>2pt</PaddingTop>
 | |
|                         <PaddingBottom>2pt</PaddingBottom>
 | |
|                       </Style>
 | |
|                     </Textbox>
 | |
|                     <rd:Selected>true</rd:Selected>
 | |
|                   </CellContents>
 | |
|                 </TablixCell>
 | |
|               </TablixCells>
 | |
|             </TablixRow>
 | |
|             <TablixRow>
 | |
|               <Height>0.6cm</Height>
 | |
|               <TablixCells>
 | |
|                 <TablixCell>
 | |
|                   <CellContents>
 | |
|                     <Textbox Name="Textbox11">
 | |
|                       <CanGrow>true</CanGrow>
 | |
|                       <KeepTogether>true</KeepTogether>
 | |
|                       <Paragraphs>
 | |
|                         <Paragraph>
 | |
|                           <TextRuns>
 | |
|                             <TextRun>
 | |
|                               <Value>=Sum(Fields!hrs.Value)</Value>
 | |
|                               <Style>
 | |
|                                 <FontFamily>맑은 고딕</FontFamily>
 | |
|                                 <FontSize>9pt</FontSize>
 | |
|                                 <Format>N1</Format>
 | |
|                               </Style>
 | |
|                             </TextRun>
 | |
|                           </TextRuns>
 | |
|                           <Style>
 | |
|                             <TextAlign>Right</TextAlign>
 | |
|                           </Style>
 | |
|                         </Paragraph>
 | |
|                       </Paragraphs>
 | |
|                       <rd:DefaultName>Textbox11</rd:DefaultName>
 | |
|                       <Visibility>
 | |
|                         <Hidden>true</Hidden>
 | |
|                       </Visibility>
 | |
|                       <Style>
 | |
|                         <Border>
 | |
|                           <Color>LightGrey</Color>
 | |
|                           <Style>Solid</Style>
 | |
|                         </Border>
 | |
|                         <BackgroundColor>Silver</BackgroundColor>
 | |
|                         <VerticalAlign>Middle</VerticalAlign>
 | |
|                         <PaddingLeft>2pt</PaddingLeft>
 | |
|                         <PaddingRight>2pt</PaddingRight>
 | |
|                         <PaddingTop>2pt</PaddingTop>
 | |
|                         <PaddingBottom>2pt</PaddingBottom>
 | |
|                       </Style>
 | |
|                     </Textbox>
 | |
|                     <rd:Selected>true</rd:Selected>
 | |
|                   </CellContents>
 | |
|                 </TablixCell>
 | |
|                 <TablixCell>
 | |
|                   <CellContents>
 | |
|                     <Textbox Name="Textbox12">
 | |
|                       <CanGrow>true</CanGrow>
 | |
|                       <KeepTogether>true</KeepTogether>
 | |
|                       <Paragraphs>
 | |
|                         <Paragraph>
 | |
|                           <TextRuns>
 | |
|                             <TextRun>
 | |
|                               <Value>=Sum(Fields!ot.Value)</Value>
 | |
|                               <Style>
 | |
|                                 <FontFamily>맑은 고딕</FontFamily>
 | |
|                                 <FontSize>9pt</FontSize>
 | |
|                                 <Format>N1</Format>
 | |
|                                 <Color>=iif(Sum(Fields!ot.Value, "DataSet1")=0,"White","Black")</Color>
 | |
|                               </Style>
 | |
|                             </TextRun>
 | |
|                           </TextRuns>
 | |
|                           <Style>
 | |
|                             <TextAlign>Right</TextAlign>
 | |
|                           </Style>
 | |
|                         </Paragraph>
 | |
|                       </Paragraphs>
 | |
|                       <rd:DefaultName>Textbox12</rd:DefaultName>
 | |
|                       <Visibility>
 | |
|                         <Hidden>true</Hidden>
 | |
|                       </Visibility>
 | |
|                       <Style>
 | |
|                         <Border>
 | |
|                           <Color>LightGrey</Color>
 | |
|                           <Style>Solid</Style>
 | |
|                         </Border>
 | |
|                         <BackgroundColor>Silver</BackgroundColor>
 | |
|                         <VerticalAlign>Middle</VerticalAlign>
 | |
|                         <PaddingLeft>2pt</PaddingLeft>
 | |
|                         <PaddingRight>2pt</PaddingRight>
 | |
|                         <PaddingTop>2pt</PaddingTop>
 | |
|                         <PaddingBottom>2pt</PaddingBottom>
 | |
|                       </Style>
 | |
|                     </Textbox>
 | |
|                     <rd:Selected>true</rd:Selected>
 | |
|                   </CellContents>
 | |
|                 </TablixCell>
 | |
|                 <TablixCell>
 | |
|                   <CellContents>
 | |
|                     <Textbox Name="Textbox16">
 | |
|                       <CanGrow>true</CanGrow>
 | |
|                       <KeepTogether>true</KeepTogether>
 | |
|                       <Paragraphs>
 | |
|                         <Paragraph>
 | |
|                           <TextRuns>
 | |
|                             <TextRun>
 | |
|                               <Value>=Sum(Fields!hrs.Value)</Value>
 | |
|                               <Style>
 | |
|                                 <FontFamily>맑은 고딕</FontFamily>
 | |
|                                 <FontSize>9pt</FontSize>
 | |
|                                 <Format>N1</Format>
 | |
|                               </Style>
 | |
|                             </TextRun>
 | |
|                           </TextRuns>
 | |
|                           <Style>
 | |
|                             <TextAlign>Right</TextAlign>
 | |
|                           </Style>
 | |
|                         </Paragraph>
 | |
|                       </Paragraphs>
 | |
|                       <rd:DefaultName>Textbox16</rd:DefaultName>
 | |
|                       <Visibility>
 | |
|                         <Hidden>true</Hidden>
 | |
|                       </Visibility>
 | |
|                       <Style>
 | |
|                         <Border>
 | |
|                           <Color>LightGrey</Color>
 | |
|                           <Style>Solid</Style>
 | |
|                         </Border>
 | |
|                         <BackgroundColor>Silver</BackgroundColor>
 | |
|                         <VerticalAlign>Middle</VerticalAlign>
 | |
|                         <PaddingLeft>2pt</PaddingLeft>
 | |
|                         <PaddingRight>2pt</PaddingRight>
 | |
|                         <PaddingTop>2pt</PaddingTop>
 | |
|                         <PaddingBottom>2pt</PaddingBottom>
 | |
|                       </Style>
 | |
|                     </Textbox>
 | |
|                     <rd:Selected>true</rd:Selected>
 | |
|                   </CellContents>
 | |
|                 </TablixCell>
 | |
|                 <TablixCell>
 | |
|                   <CellContents>
 | |
|                     <Textbox Name="Textbox20">
 | |
|                       <CanGrow>true</CanGrow>
 | |
|                       <KeepTogether>true</KeepTogether>
 | |
|                       <Paragraphs>
 | |
|                         <Paragraph>
 | |
|                           <TextRuns>
 | |
|                             <TextRun>
 | |
|                               <Value>=Sum(Fields!ot.Value)</Value>
 | |
|                               <Style>
 | |
|                                 <FontFamily>맑은 고딕</FontFamily>
 | |
|                                 <FontSize>9pt</FontSize>
 | |
|                                 <Format>N1</Format>
 | |
|                                 <Color>=iif(Sum(Fields!ot.Value, "DataSet1")=0,"White","Black")</Color>
 | |
|                               </Style>
 | |
|                             </TextRun>
 | |
|                           </TextRuns>
 | |
|                           <Style>
 | |
|                             <TextAlign>Right</TextAlign>
 | |
|                           </Style>
 | |
|                         </Paragraph>
 | |
|                       </Paragraphs>
 | |
|                       <rd:DefaultName>Textbox20</rd:DefaultName>
 | |
|                       <Visibility>
 | |
|                         <Hidden>true</Hidden>
 | |
|                       </Visibility>
 | |
|                       <Style>
 | |
|                         <Border>
 | |
|                           <Color>LightGrey</Color>
 | |
|                           <Style>Solid</Style>
 | |
|                         </Border>
 | |
|                         <BackgroundColor>Silver</BackgroundColor>
 | |
|                         <VerticalAlign>Middle</VerticalAlign>
 | |
|                         <PaddingLeft>2pt</PaddingLeft>
 | |
|                         <PaddingRight>2pt</PaddingRight>
 | |
|                         <PaddingTop>2pt</PaddingTop>
 | |
|                         <PaddingBottom>2pt</PaddingBottom>
 | |
|                       </Style>
 | |
|                     </Textbox>
 | |
|                     <rd:Selected>true</rd:Selected>
 | |
|                   </CellContents>
 | |
|                 </TablixCell>
 | |
|               </TablixCells>
 | |
|             </TablixRow>
 | |
|           </TablixRows>
 | |
|         </TablixBody>
 | |
|         <TablixColumnHierarchy>
 | |
|           <TablixMembers>
 | |
|             <TablixMember>
 | |
|               <Group Name="yymm">
 | |
|                 <GroupExpressions>
 | |
|                   <GroupExpression>=Fields!yymm.Value</GroupExpression>
 | |
|                 </GroupExpressions>
 | |
|               </Group>
 | |
|               <SortExpressions>
 | |
|                 <SortExpression>
 | |
|                   <Value>=Fields!yymm.Value</Value>
 | |
|                 </SortExpression>
 | |
|               </SortExpressions>
 | |
|               <TablixHeader>
 | |
|                 <Size>0.6cm</Size>
 | |
|                 <CellContents>
 | |
|                   <Textbox Name="yymm">
 | |
|                     <CanGrow>true</CanGrow>
 | |
|                     <KeepTogether>true</KeepTogether>
 | |
|                     <Paragraphs>
 | |
|                       <Paragraph>
 | |
|                         <TextRuns>
 | |
|                           <TextRun>
 | |
|                             <Value>=Fields!yymm.Value</Value>
 | |
|                             <Style>
 | |
|                               <FontFamily>맑은 고딕</FontFamily>
 | |
|                               <FontSize>9pt</FontSize>
 | |
|                               <FontWeight>Bold</FontWeight>
 | |
|                             </Style>
 | |
|                           </TextRun>
 | |
|                         </TextRuns>
 | |
|                         <Style>
 | |
|                           <TextAlign>Center</TextAlign>
 | |
|                         </Style>
 | |
|                       </Paragraph>
 | |
|                     </Paragraphs>
 | |
|                     <rd:DefaultName>yymm</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>
 | |
|               <TablixMembers>
 | |
|                 <TablixMember>
 | |
|                   <TablixHeader>
 | |
|                     <Size>0.6cm</Size>
 | |
|                     <CellContents>
 | |
|                       <Textbox Name="Textbox3">
 | |
|                         <CanGrow>true</CanGrow>
 | |
|                         <KeepTogether>true</KeepTogether>
 | |
|                         <Paragraphs>
 | |
|                           <Paragraph>
 | |
|                             <TextRuns>
 | |
|                               <TextRun>
 | |
|                                 <Value>시간</Value>
 | |
|                                 <Style>
 | |
|                                   <FontFamily>맑은 고딕</FontFamily>
 | |
|                                   <FontSize>9pt</FontSize>
 | |
|                                   <FontWeight>Bold</FontWeight>
 | |
|                                 </Style>
 | |
|                               </TextRun>
 | |
|                             </TextRuns>
 | |
|                             <Style>
 | |
|                               <TextAlign>Center</TextAlign>
 | |
|                             </Style>
 | |
|                           </Paragraph>
 | |
|                         </Paragraphs>
 | |
|                         <rd:DefaultName>Textbox3</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>
 | |
|                   <TablixMembers>
 | |
|                     <TablixMember />
 | |
|                   </TablixMembers>
 | |
|                 </TablixMember>
 | |
|                 <TablixMember>
 | |
|                   <TablixHeader>
 | |
|                     <Size>0.6cm</Size>
 | |
|                     <CellContents>
 | |
|                       <Textbox Name="Textbox5">
 | |
|                         <CanGrow>true</CanGrow>
 | |
|                         <KeepTogether>true</KeepTogether>
 | |
|                         <Paragraphs>
 | |
|                           <Paragraph>
 | |
|                             <TextRuns>
 | |
|                               <TextRun>
 | |
|                                 <Value>초과</Value>
 | |
|                                 <Style>
 | |
|                                   <FontFamily>맑은 고딕</FontFamily>
 | |
|                                   <FontSize>9pt</FontSize>
 | |
|                                   <FontWeight>Bold</FontWeight>
 | |
|                                 </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>
 | |
|                 </TablixMember>
 | |
|               </TablixMembers>
 | |
|             </TablixMember>
 | |
|             <TablixMember>
 | |
|               <TablixHeader>
 | |
|                 <Size>0.6cm</Size>
 | |
|                 <CellContents>
 | |
|                   <Textbox Name="Textbox13">
 | |
|                     <CanGrow>true</CanGrow>
 | |
|                     <KeepTogether>true</KeepTogether>
 | |
|                     <Paragraphs>
 | |
|                       <Paragraph>
 | |
|                         <TextRuns>
 | |
|                           <TextRun>
 | |
|                             <Value>합계</Value>
 | |
|                             <Style>
 | |
|                               <FontFamily>맑은 고딕</FontFamily>
 | |
|                               <FontSize>9pt</FontSize>
 | |
|                               <FontWeight>Bold</FontWeight>
 | |
|                             </Style>
 | |
|                           </TextRun>
 | |
|                         </TextRuns>
 | |
|                         <Style>
 | |
|                           <TextAlign>Center</TextAlign>
 | |
|                         </Style>
 | |
|                       </Paragraph>
 | |
|                     </Paragraphs>
 | |
|                     <rd:DefaultName>Textbox13</rd:DefaultName>
 | |
|                     <Visibility>
 | |
|                       <Hidden>true</Hidden>
 | |
|                     </Visibility>
 | |
|                     <Style>
 | |
|                       <Border>
 | |
|                         <Color>LightGrey</Color>
 | |
|                         <Style>Solid</Style>
 | |
|                       </Border>
 | |
|                       <BackgroundColor>Silver</BackgroundColor>
 | |
|                       <VerticalAlign>Middle</VerticalAlign>
 | |
|                       <PaddingLeft>2pt</PaddingLeft>
 | |
|                       <PaddingRight>2pt</PaddingRight>
 | |
|                       <PaddingTop>2pt</PaddingTop>
 | |
|                       <PaddingBottom>2pt</PaddingBottom>
 | |
|                     </Style>
 | |
|                   </Textbox>
 | |
|                 </CellContents>
 | |
|               </TablixHeader>
 | |
|               <TablixMembers>
 | |
|                 <TablixMember>
 | |
|                   <TablixHeader>
 | |
|                     <Size>0.6cm</Size>
 | |
|                     <CellContents>
 | |
|                       <Textbox Name="Textbox14">
 | |
|                         <CanGrow>true</CanGrow>
 | |
|                         <KeepTogether>true</KeepTogether>
 | |
|                         <Paragraphs>
 | |
|                           <Paragraph>
 | |
|                             <TextRuns>
 | |
|                               <TextRun>
 | |
|                                 <Value>시간</Value>
 | |
|                                 <Style>
 | |
|                                   <FontFamily>맑은 고딕</FontFamily>
 | |
|                                   <FontSize>9pt</FontSize>
 | |
|                                   <FontWeight>Bold</FontWeight>
 | |
|                                 </Style>
 | |
|                               </TextRun>
 | |
|                             </TextRuns>
 | |
|                             <Style>
 | |
|                               <TextAlign>Center</TextAlign>
 | |
|                             </Style>
 | |
|                           </Paragraph>
 | |
|                         </Paragraphs>
 | |
|                         <rd:DefaultName>Textbox14</rd:DefaultName>
 | |
|                         <Visibility>
 | |
|                           <Hidden>true</Hidden>
 | |
|                         </Visibility>
 | |
|                         <Style>
 | |
|                           <Border>
 | |
|                             <Color>LightGrey</Color>
 | |
|                             <Style>Solid</Style>
 | |
|                           </Border>
 | |
|                           <BackgroundColor>Silver</BackgroundColor>
 | |
|                           <VerticalAlign>Middle</VerticalAlign>
 | |
|                           <PaddingLeft>2pt</PaddingLeft>
 | |
|                           <PaddingRight>2pt</PaddingRight>
 | |
|                           <PaddingTop>2pt</PaddingTop>
 | |
|                           <PaddingBottom>2pt</PaddingBottom>
 | |
|                         </Style>
 | |
|                       </Textbox>
 | |
|                     </CellContents>
 | |
|                   </TablixHeader>
 | |
|                 </TablixMember>
 | |
|                 <TablixMember>
 | |
|                   <TablixHeader>
 | |
|                     <Size>0.6cm</Size>
 | |
|                     <CellContents>
 | |
|                       <Textbox Name="Textbox18">
 | |
|                         <CanGrow>true</CanGrow>
 | |
|                         <KeepTogether>true</KeepTogether>
 | |
|                         <Paragraphs>
 | |
|                           <Paragraph>
 | |
|                             <TextRuns>
 | |
|                               <TextRun>
 | |
|                                 <Value>초과</Value>
 | |
|                                 <Style>
 | |
|                                   <FontFamily>맑은 고딕</FontFamily>
 | |
|                                   <FontSize>9pt</FontSize>
 | |
|                                   <FontWeight>Bold</FontWeight>
 | |
|                                 </Style>
 | |
|                               </TextRun>
 | |
|                             </TextRuns>
 | |
|                             <Style>
 | |
|                               <TextAlign>Center</TextAlign>
 | |
|                             </Style>
 | |
|                           </Paragraph>
 | |
|                         </Paragraphs>
 | |
|                         <rd:DefaultName>Textbox18</rd:DefaultName>
 | |
|                         <Visibility>
 | |
|                           <Hidden>true</Hidden>
 | |
|                         </Visibility>
 | |
|                         <Style>
 | |
|                           <Border>
 | |
|                             <Color>LightGrey</Color>
 | |
|                             <Style>Solid</Style>
 | |
|                           </Border>
 | |
|                           <BackgroundColor>Silver</BackgroundColor>
 | |
|                           <VerticalAlign>Middle</VerticalAlign>
 | |
|                           <PaddingLeft>2pt</PaddingLeft>
 | |
|                           <PaddingRight>2pt</PaddingRight>
 | |
|                           <PaddingTop>2pt</PaddingTop>
 | |
|                           <PaddingBottom>2pt</PaddingBottom>
 | |
|                         </Style>
 | |
|                       </Textbox>
 | |
|                     </CellContents>
 | |
|                   </TablixHeader>
 | |
|                 </TablixMember>
 | |
|               </TablixMembers>
 | |
|             </TablixMember>
 | |
|           </TablixMembers>
 | |
|         </TablixColumnHierarchy>
 | |
|         <TablixRowHierarchy>
 | |
|           <TablixMembers>
 | |
|             <TablixMember>
 | |
|               <Group Name="uname">
 | |
|                 <GroupExpressions>
 | |
|                   <GroupExpression>=Fields!uname.Value</GroupExpression>
 | |
|                 </GroupExpressions>
 | |
|               </Group>
 | |
|               <SortExpressions>
 | |
|                 <SortExpression>
 | |
|                   <Value>=Fields!uname.Value</Value>
 | |
|                 </SortExpression>
 | |
|               </SortExpressions>
 | |
|               <TablixHeader>
 | |
|                 <Size>1.91792cm</Size>
 | |
|                 <CellContents>
 | |
|                   <Textbox Name="uname">
 | |
|                     <CanGrow>true</CanGrow>
 | |
|                     <KeepTogether>true</KeepTogether>
 | |
|                     <Paragraphs>
 | |
|                       <Paragraph>
 | |
|                         <TextRuns>
 | |
|                           <TextRun>
 | |
|                             <Value>=Fields!uname.Value</Value>
 | |
|                             <Style>
 | |
|                               <FontFamily>맑은 고딕</FontFamily>
 | |
|                             </Style>
 | |
|                           </TextRun>
 | |
|                         </TextRuns>
 | |
|                         <Style>
 | |
|                           <TextAlign>Center</TextAlign>
 | |
|                         </Style>
 | |
|                       </Paragraph>
 | |
|                     </Paragraphs>
 | |
|                     <rd:DefaultName>uname</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>
 | |
|               <TablixMembers>
 | |
|                 <TablixMember />
 | |
|               </TablixMembers>
 | |
|             </TablixMember>
 | |
|             <TablixMember>
 | |
|               <TablixHeader>
 | |
|                 <Size>1.91792cm</Size>
 | |
|                 <CellContents>
 | |
|                   <Textbox Name="Textbox10">
 | |
|                     <CanGrow>true</CanGrow>
 | |
|                     <KeepTogether>true</KeepTogether>
 | |
|                     <Paragraphs>
 | |
|                       <Paragraph>
 | |
|                         <TextRuns>
 | |
|                           <TextRun>
 | |
|                             <Value>합계</Value>
 | |
|                             <Style>
 | |
|                               <FontFamily>맑은 고딕</FontFamily>
 | |
|                               <FontWeight>Bold</FontWeight>
 | |
|                             </Style>
 | |
|                           </TextRun>
 | |
|                         </TextRuns>
 | |
|                         <Style>
 | |
|                           <TextAlign>Center</TextAlign>
 | |
|                         </Style>
 | |
|                       </Paragraph>
 | |
|                     </Paragraphs>
 | |
|                     <rd:DefaultName>Textbox10</rd:DefaultName>
 | |
|                     <Visibility>
 | |
|                       <Hidden>true</Hidden>
 | |
|                     </Visibility>
 | |
|                     <Style>
 | |
|                       <Border>
 | |
|                         <Color>LightGrey</Color>
 | |
|                         <Style>Solid</Style>
 | |
|                       </Border>
 | |
|                       <BackgroundColor>Silver</BackgroundColor>
 | |
|                       <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>DataSet1</DataSetName>
 | |
|         <Height>2.4cm</Height>
 | |
|         <Width>6.33522cm</Width>
 | |
|         <Style>
 | |
|           <Border>
 | |
|             <Style>None</Style>
 | |
|           </Border>
 | |
|         </Style>
 | |
|       </Tablix>
 | |
|     </ReportItems>
 | |
|     <Height>0.94488in</Height>
 | |
|     <Style />
 | |
|   </Body>
 | |
|   <Width>2.49418in</Width>
 | |
|   <Page>
 | |
|     <PageHeight>21cm</PageHeight>
 | |
|     <PageWidth>29.7cm</PageWidth>
 | |
|     <LeftMargin>2cm</LeftMargin>
 | |
|     <RightMargin>2cm</RightMargin>
 | |
|     <TopMargin>2cm</TopMargin>
 | |
|     <BottomMargin>2cm</BottomMargin>
 | |
|     <ColumnSpacing>0.13cm</ColumnSpacing>
 | |
|     <Style />
 | |
|   </Page>
 | |
|   <AutoRefresh>0</AutoRefresh>
 | |
|   <DataSources>
 | |
|     <DataSource Name="dsReport">
 | |
|       <ConnectionProperties>
 | |
|         <DataProvider>System.Data.DataSet</DataProvider>
 | |
|         <ConnectString>/* Local Connection */</ConnectString>
 | |
|       </ConnectionProperties>
 | |
|       <rd:DataSourceID>def3b4b9-e33c-4ebc-92a9-a60ef301b762</rd:DataSourceID>
 | |
|     </DataSource>
 | |
|   </DataSources>
 | |
|   <DataSets>
 | |
|     <DataSet Name="DataSet1">
 | |
|       <Query>
 | |
|         <DataSourceName>dsReport</DataSourceName>
 | |
|         <CommandText>/* Local Query */</CommandText>
 | |
|       </Query>
 | |
|       <Fields>
 | |
|         <Field Name="yymm">
 | |
|           <DataField>yymm</DataField>
 | |
|           <rd:TypeName>System.String</rd:TypeName>
 | |
|         </Field>
 | |
|         <Field Name="total">
 | |
|           <DataField>total</DataField>
 | |
|           <rd:TypeName>System.Int32</rd:TypeName>
 | |
|         </Field>
 | |
|         <Field Name="uid">
 | |
|           <DataField>uid</DataField>
 | |
|           <rd:TypeName>System.String</rd:TypeName>
 | |
|         </Field>
 | |
|         <Field Name="uname">
 | |
|           <DataField>uname</DataField>
 | |
|           <rd:TypeName>System.String</rd:TypeName>
 | |
|         </Field>
 | |
|         <Field Name="hrs">
 | |
|           <DataField>hrs</DataField>
 | |
|           <rd:TypeName>System.Double</rd:TypeName>
 | |
|         </Field>
 | |
|         <Field Name="ot">
 | |
|           <DataField>ot</DataField>
 | |
|           <rd:TypeName>System.Double</rd:TypeName>
 | |
|         </Field>
 | |
|       </Fields>
 | |
|       <rd:DataSetInfo>
 | |
|         <rd:DataSetName>dsReport</rd:DataSetName>
 | |
|         <rd:SchemaPath>D:\Source\(014) GroupWare\EET_GroupWare_190428_1800\SubProject\FPJ0000\dsReport.xsd</rd:SchemaPath>
 | |
|         <rd:TableName>jobReport</rd:TableName>
 | |
|         <rd:TableAdapterFillMethod>Fill</rd:TableAdapterFillMethod>
 | |
|         <rd:TableAdapterGetDataMethod>GetData</rd:TableAdapterGetDataMethod>
 | |
|         <rd:TableAdapterName>jobReportTableAdapter</rd:TableAdapterName>
 | |
|       </rd:DataSetInfo>
 | |
|     </DataSet>
 | |
|   </DataSets>
 | |
|   <rd:ReportUnitType>Cm</rd:ReportUnitType>
 | |
|   <rd:ReportID>f122d35f-5d79-47e1-bb91-474800d268ee</rd:ReportID>
 | |
| </Report> | 
