휴가이력현황 총 합계부분에 잔여일 추가
This commit is contained in:
		| @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; | ||||
| // 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호가 자동으로 | ||||
| // 지정되도록 할 수 있습니다. | ||||
| // [assembly: AssemblyVersion("1.0.*")] | ||||
| [assembly: AssemblyVersion("22.12.07.0955")] | ||||
| [assembly: AssemblyFileVersion("22.12.07.0955")] | ||||
| [assembly: AssemblyVersion("22.12.12.0950")] | ||||
| [assembly: AssemblyFileVersion("22.12.12.0950")] | ||||
|   | ||||
| @@ -346,13 +346,16 @@ | ||||
|               <Width>2.20896cm</Width> | ||||
|             </TablixColumn> | ||||
|             <TablixColumn> | ||||
|               <Width>3.16146cm</Width> | ||||
|               <Width>1.8cm</Width> | ||||
|             </TablixColumn> | ||||
|             <TablixColumn> | ||||
|               <Width>2.5cm</Width> | ||||
|               <Width>1.8cm</Width> | ||||
|             </TablixColumn> | ||||
|             <TablixColumn> | ||||
|               <Width>2.5cm</Width> | ||||
|               <Width>1.8cm</Width> | ||||
|             </TablixColumn> | ||||
|             <TablixColumn> | ||||
|               <Width>1.8cm</Width> | ||||
|             </TablixColumn> | ||||
|           </TablixColumns> | ||||
|           <TablixRows> | ||||
| @@ -648,6 +651,63 @@ iif(sum(Fields!DrDay.Value) >0, Math.Round( (sum(fields!CrDay.Value) / sum(Fi | ||||
|                     </Textbox> | ||||
|                   </CellContents> | ||||
|                 </TablixCell> | ||||
|                 <TablixCell> | ||||
|                   <CellContents> | ||||
|                     <Textbox Name="DrDay4"> | ||||
|                       <CanGrow>true</CanGrow> | ||||
|                       <KeepTogether>true</KeepTogether> | ||||
|                       <Paragraphs> | ||||
|                         <Paragraph> | ||||
|                           <TextRuns> | ||||
|                             <TextRun> | ||||
|                               <Value>=Sum(Fields!DrDay.Value)-Sum(Fields!CrDay.Value)</Value> | ||||
|                               <Style> | ||||
|                                 <FontFamily>맑은 고딕</FontFamily> | ||||
|                                 <FontSize>9pt</FontSize> | ||||
|                               </Style> | ||||
|                             </TextRun> | ||||
|                           </TextRuns> | ||||
|                           <Style> | ||||
|                             <TextAlign>Center</TextAlign> | ||||
|                           </Style> | ||||
|                         </Paragraph> | ||||
|                       </Paragraphs> | ||||
|                       <rd:DefaultName>DrDay4</rd:DefaultName> | ||||
|                       <Style> | ||||
|                         <Border> | ||||
|                           <Color>#181818</Color> | ||||
|                           <Style>Solid</Style> | ||||
|                         </Border> | ||||
|                         <TopBorder> | ||||
|                           <Color>#181818</Color> | ||||
|                           <Style>Solid</Style> | ||||
|                           <Width>1pt</Width> | ||||
|                         </TopBorder> | ||||
|                         <BottomBorder> | ||||
|                           <Color>#181818</Color> | ||||
|                           <Style>Solid</Style> | ||||
|                           <Width>1pt</Width> | ||||
|                         </BottomBorder> | ||||
|                         <LeftBorder> | ||||
|                           <Color>#181818</Color> | ||||
|                           <Style>Solid</Style> | ||||
|                           <Width>1pt</Width> | ||||
|                         </LeftBorder> | ||||
|                         <RightBorder> | ||||
|                           <Color>#181818</Color> | ||||
|                           <Style>Solid</Style> | ||||
|                           <Width>1pt</Width> | ||||
|                         </RightBorder> | ||||
|                         <BackgroundColor>Silver</BackgroundColor> | ||||
|                         <VerticalAlign>Middle</VerticalAlign> | ||||
|                         <PaddingLeft>2pt</PaddingLeft> | ||||
|                         <PaddingRight>2pt</PaddingRight> | ||||
|                         <PaddingTop>2pt</PaddingTop> | ||||
|                         <PaddingBottom>2pt</PaddingBottom> | ||||
|                       </Style> | ||||
|                     </Textbox> | ||||
|                   </CellContents> | ||||
|                 </TablixCell> | ||||
|                 <TablixCell> | ||||
|                   <CellContents> | ||||
|                     <Textbox Name="Textbox23"> | ||||
| @@ -998,6 +1058,63 @@ iif(sum(Fields!DrDay.Value) >0, Math.Round( (sum(fields!CrDay.Value) / sum(Fi | ||||
|                     </Textbox> | ||||
|                   </CellContents> | ||||
|                 </TablixCell> | ||||
|                 <TablixCell> | ||||
|                   <CellContents> | ||||
|                     <Textbox Name="DrDay5"> | ||||
|                       <CanGrow>true</CanGrow> | ||||
|                       <KeepTogether>true</KeepTogether> | ||||
|                       <Paragraphs> | ||||
|                         <Paragraph> | ||||
|                           <TextRuns> | ||||
|                             <TextRun> | ||||
|                               <Value>=Sum(Fields!DrDay.Value)-Sum(Fields!CrDay.Value)</Value> | ||||
|                               <Style> | ||||
|                                 <FontFamily>맑은 고딕</FontFamily> | ||||
|                                 <FontSize>9pt</FontSize> | ||||
|                               </Style> | ||||
|                             </TextRun> | ||||
|                           </TextRuns> | ||||
|                           <Style> | ||||
|                             <TextAlign>Center</TextAlign> | ||||
|                           </Style> | ||||
|                         </Paragraph> | ||||
|                       </Paragraphs> | ||||
|                       <rd:DefaultName>DrDay5</rd:DefaultName> | ||||
|                       <Style> | ||||
|                         <Border> | ||||
|                           <Color>#181818</Color> | ||||
|                           <Style>Solid</Style> | ||||
|                         </Border> | ||||
|                         <TopBorder> | ||||
|                           <Color>#181818</Color> | ||||
|                           <Style>Solid</Style> | ||||
|                           <Width>1pt</Width> | ||||
|                         </TopBorder> | ||||
|                         <BottomBorder> | ||||
|                           <Color>#181818</Color> | ||||
|                           <Style>Solid</Style> | ||||
|                           <Width>1pt</Width> | ||||
|                         </BottomBorder> | ||||
|                         <LeftBorder> | ||||
|                           <Color>#181818</Color> | ||||
|                           <Style>Solid</Style> | ||||
|                           <Width>1pt</Width> | ||||
|                         </LeftBorder> | ||||
|                         <RightBorder> | ||||
|                           <Color>#181818</Color> | ||||
|                           <Style>Solid</Style> | ||||
|                           <Width>1pt</Width> | ||||
|                         </RightBorder> | ||||
|                         <BackgroundColor>LightGrey</BackgroundColor> | ||||
|                         <VerticalAlign>Middle</VerticalAlign> | ||||
|                         <PaddingLeft>2pt</PaddingLeft> | ||||
|                         <PaddingRight>2pt</PaddingRight> | ||||
|                         <PaddingTop>2pt</PaddingTop> | ||||
|                         <PaddingBottom>2pt</PaddingBottom> | ||||
|                       </Style> | ||||
|                     </Textbox> | ||||
|                   </CellContents> | ||||
|                 </TablixCell> | ||||
|                 <TablixCell> | ||||
|                   <CellContents> | ||||
|                     <Textbox Name="Textbox24"> | ||||
| @@ -1349,6 +1466,63 @@ iif(sum(Fields!DrDay.Value) >0, Math.Round( (sum(fields!CrDay.Value) / sum(Fi | ||||
|                     </Textbox> | ||||
|                   </CellContents> | ||||
|                 </TablixCell> | ||||
|                 <TablixCell> | ||||
|                   <CellContents> | ||||
|                     <Textbox Name="Textbox20"> | ||||
|                       <CanGrow>true</CanGrow> | ||||
|                       <KeepTogether>true</KeepTogether> | ||||
|                       <Paragraphs> | ||||
|                         <Paragraph> | ||||
|                           <TextRuns> | ||||
|                             <TextRun> | ||||
|                               <Value>=Sum(Fields!DrDay.Value)-Sum(Fields!CrDay.Value)</Value> | ||||
|                               <Style> | ||||
|                                 <FontFamily>맑은 고딕</FontFamily> | ||||
|                                 <FontSize>9pt</FontSize> | ||||
|                               </Style> | ||||
|                             </TextRun> | ||||
|                           </TextRuns> | ||||
|                           <Style> | ||||
|                             <TextAlign>Center</TextAlign> | ||||
|                           </Style> | ||||
|                         </Paragraph> | ||||
|                       </Paragraphs> | ||||
|                       <rd:DefaultName>Textbox20</rd:DefaultName> | ||||
|                       <Style> | ||||
|                         <Border> | ||||
|                           <Color>#181818</Color> | ||||
|                           <Style>Solid</Style> | ||||
|                         </Border> | ||||
|                         <TopBorder> | ||||
|                           <Color>#181818</Color> | ||||
|                           <Style>Solid</Style> | ||||
|                           <Width>1pt</Width> | ||||
|                         </TopBorder> | ||||
|                         <BottomBorder> | ||||
|                           <Color>#181818</Color> | ||||
|                           <Style>Solid</Style> | ||||
|                           <Width>1pt</Width> | ||||
|                         </BottomBorder> | ||||
|                         <LeftBorder> | ||||
|                           <Color>#181818</Color> | ||||
|                           <Style>Solid</Style> | ||||
|                           <Width>1pt</Width> | ||||
|                         </LeftBorder> | ||||
|                         <RightBorder> | ||||
|                           <Color>#181818</Color> | ||||
|                           <Style>Solid</Style> | ||||
|                           <Width>1pt</Width> | ||||
|                         </RightBorder> | ||||
|                         <BackgroundColor>Silver</BackgroundColor> | ||||
|                         <VerticalAlign>Middle</VerticalAlign> | ||||
|                         <PaddingLeft>2pt</PaddingLeft> | ||||
|                         <PaddingRight>2pt</PaddingRight> | ||||
|                         <PaddingTop>2pt</PaddingTop> | ||||
|                         <PaddingBottom>2pt</PaddingBottom> | ||||
|                       </Style> | ||||
|                     </Textbox> | ||||
|                   </CellContents> | ||||
|                 </TablixCell> | ||||
|                 <TablixCell> | ||||
|                   <CellContents> | ||||
|                     <Textbox Name="Textbox25"> | ||||
| @@ -1405,7 +1579,6 @@ iif(sum(Fields!DrDay.Value) >0, Math.Round( (sum(fields!CrDay.Value) / sum(Fi | ||||
|                         <PaddingBottom>2pt</PaddingBottom> | ||||
|                       </Style> | ||||
|                     </Textbox> | ||||
|                     <rd:Selected>true</rd:Selected> | ||||
|                   </CellContents> | ||||
|                 </TablixCell> | ||||
|               </TablixCells> | ||||
| @@ -1921,6 +2094,67 @@ iif(sum(Fields!DrDay.Value) >0, Math.Round( (sum(fields!CrDay.Value) / sum(Fi | ||||
|                     </CellContents> | ||||
|                   </TablixHeader> | ||||
|                 </TablixMember> | ||||
|                 <TablixMember> | ||||
|                   <TablixHeader> | ||||
|                     <Size>0.6cm</Size> | ||||
|                     <CellContents> | ||||
|                       <Textbox Name="Textbox1"> | ||||
|                         <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>Textbox1</rd:DefaultName> | ||||
|                         <Style> | ||||
|                           <Border> | ||||
|                             <Color>#181818</Color> | ||||
|                             <Style>Solid</Style> | ||||
|                           </Border> | ||||
|                           <TopBorder> | ||||
|                             <Color>#181818</Color> | ||||
|                             <Style>Solid</Style> | ||||
|                             <Width>1pt</Width> | ||||
|                           </TopBorder> | ||||
|                           <BottomBorder> | ||||
|                             <Color>#181818</Color> | ||||
|                             <Style>Solid</Style> | ||||
|                             <Width>1pt</Width> | ||||
|                           </BottomBorder> | ||||
|                           <LeftBorder> | ||||
|                             <Color>#181818</Color> | ||||
|                             <Style>Solid</Style> | ||||
|                             <Width>1pt</Width> | ||||
|                           </LeftBorder> | ||||
|                           <RightBorder> | ||||
|                             <Color>#181818</Color> | ||||
|                             <Style>Solid</Style> | ||||
|                             <Width>1pt</Width> | ||||
|                           </RightBorder> | ||||
|                           <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> | ||||
| @@ -2319,7 +2553,7 @@ iif(sum(Fields!DrDay.Value) >0, Math.Round( (sum(fields!CrDay.Value) / sum(Fi | ||||
|         <FixedRowHeaders>true</FixedRowHeaders> | ||||
|         <DataSetName>DataSet1</DataSetName> | ||||
|         <Height>3.81167cm</Height> | ||||
|         <Width>21.94439cm</Width> | ||||
|         <Width>20.98294cm</Width> | ||||
|         <Style> | ||||
|           <Border> | ||||
|             <Style>None</Style> | ||||
| @@ -2330,7 +2564,7 @@ iif(sum(Fields!DrDay.Value) >0, Math.Round( (sum(fields!CrDay.Value) / sum(Fi | ||||
|     <Height>1.50066in</Height> | ||||
|     <Style /> | ||||
|   </Body> | ||||
|   <Width>8.63952in</Width> | ||||
|   <Width>8.261in</Width> | ||||
|   <Page> | ||||
|     <PageHeight>21cm</PageHeight> | ||||
|     <PageWidth>29.7cm</PageWidth> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 chi
					chi