191024 chi 프로젝트 공유폴더 눌렀을떄 \\ 가 연속으로 붙는현상 수정
191018 chi 열저장방식 변경(필드명으로 저장)
This commit is contained in:
		| @@ -1,491 +1,495 @@ | ||||
| <?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="Textbox3"> | ||||
|                     <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>Textbox3</rd:DefaultName> | ||||
|                     <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> | ||||
|               </TablixCornerCell> | ||||
|             </TablixCornerRow> | ||||
|           </TablixCornerRows> | ||||
|         </TablixCorner> | ||||
|         <TablixBody> | ||||
|           <TablixColumns> | ||||
|             <TablixColumn> | ||||
|               <Width>0.85958cm</Width> | ||||
|             </TablixColumn> | ||||
|             <TablixColumn> | ||||
|               <Width>1.12417cm</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> | ||||
|                                 <Color>=iif(Sum(Fields!hrs.Value)<8,"Red",iif(Sum(Fields!hrs.Value)>8,"Blue","Black"))</Color> | ||||
|                               </Style> | ||||
|                             </TextRun> | ||||
|                           </TextRuns> | ||||
|                           <Style> | ||||
|                             <TextAlign>Center</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="Textbox8"> | ||||
|                       <CanGrow>true</CanGrow> | ||||
|                       <KeepTogether>true</KeepTogether> | ||||
|                       <Paragraphs> | ||||
|                         <Paragraph> | ||||
|                           <TextRuns> | ||||
|                             <TextRun> | ||||
|                               <Value>=Sum(Fields!hrs.Value)</Value> | ||||
|                               <Style> | ||||
|                                 <FontFamily>맑은 고딕</FontFamily> | ||||
|                                 <FontSize>9pt</FontSize> | ||||
|                               </Style> | ||||
|                             </TextRun> | ||||
|                           </TextRuns> | ||||
|                           <Style> | ||||
|                             <TextAlign>Center</TextAlign> | ||||
|                           </Style> | ||||
|                         </Paragraph> | ||||
|                       </Paragraphs> | ||||
|                       <rd:DefaultName>Textbox8</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.6cm</Height> | ||||
|               <TablixCells> | ||||
|                 <TablixCell> | ||||
|                   <CellContents> | ||||
|                     <Textbox Name="Textbox6"> | ||||
|                       <CanGrow>true</CanGrow> | ||||
|                       <KeepTogether>true</KeepTogether> | ||||
|                       <Paragraphs> | ||||
|                         <Paragraph> | ||||
|                           <TextRuns> | ||||
|                             <TextRun> | ||||
|                               <Value>=Sum(Fields!hrs.Value)</Value> | ||||
|                               <Style> | ||||
|                                 <FontFamily>맑은 고딕</FontFamily> | ||||
|                                 <FontSize>9pt</FontSize> | ||||
|                               </Style> | ||||
|                             </TextRun> | ||||
|                           </TextRuns> | ||||
|                           <Style> | ||||
|                             <TextAlign>Center</TextAlign> | ||||
|                           </Style> | ||||
|                         </Paragraph> | ||||
|                       </Paragraphs> | ||||
|                       <rd:DefaultName>Textbox6</rd:DefaultName> | ||||
|                       <Visibility> | ||||
|                         <Hidden>true</Hidden> | ||||
|                       </Visibility> | ||||
|                       <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> | ||||
|                 <TablixCell> | ||||
|                   <CellContents> | ||||
|                     <Textbox Name="Textbox9"> | ||||
|                       <CanGrow>true</CanGrow> | ||||
|                       <KeepTogether>true</KeepTogether> | ||||
|                       <Paragraphs> | ||||
|                         <Paragraph> | ||||
|                           <TextRuns> | ||||
|                             <TextRun> | ||||
|                               <Value>=Sum(Fields!hrs.Value)</Value> | ||||
|                               <Style> | ||||
|                                 <FontFamily>맑은 고딕</FontFamily> | ||||
|                                 <FontSize>9pt</FontSize> | ||||
|                               </Style> | ||||
|                             </TextRun> | ||||
|                           </TextRuns> | ||||
|                           <Style> | ||||
|                             <TextAlign>Center</TextAlign> | ||||
|                           </Style> | ||||
|                         </Paragraph> | ||||
|                       </Paragraphs> | ||||
|                       <rd:DefaultName>Textbox9</rd:DefaultName> | ||||
|                       <Visibility> | ||||
|                         <Hidden>true</Hidden> | ||||
|                       </Visibility> | ||||
|                       <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="pdate"> | ||||
|                 <GroupExpressions> | ||||
|                   <GroupExpression>=Fields!pdate.Value</GroupExpression> | ||||
|                 </GroupExpressions> | ||||
|               </Group> | ||||
|               <SortExpressions> | ||||
|                 <SortExpression> | ||||
|                   <Value>=Fields!pdate.Value</Value> | ||||
|                 </SortExpression> | ||||
|               </SortExpressions> | ||||
|               <TablixHeader> | ||||
|                 <Size>0.6cm</Size> | ||||
|                 <CellContents> | ||||
|                   <Textbox Name="pdate"> | ||||
|                     <CanGrow>true</CanGrow> | ||||
|                     <KeepTogether>true</KeepTogether> | ||||
|                     <Paragraphs> | ||||
|                       <Paragraph> | ||||
|                         <TextRuns> | ||||
|                           <TextRun> | ||||
|                             <Value>=right(Fields!pdate.Value,2)</Value> | ||||
|                             <Style> | ||||
|                               <FontFamily>맑은 고딕</FontFamily> | ||||
|                               <FontWeight>Bold</FontWeight> | ||||
|                             </Style> | ||||
|                           </TextRun> | ||||
|                         </TextRuns> | ||||
|                         <Style> | ||||
|                           <TextAlign>Center</TextAlign> | ||||
|                         </Style> | ||||
|                       </Paragraph> | ||||
|                     </Paragraphs> | ||||
|                     <rd:DefaultName>pdate</rd:DefaultName> | ||||
|                     <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 /> | ||||
|               </TablixMembers> | ||||
|             </TablixMember> | ||||
|             <TablixMember> | ||||
|               <TablixHeader> | ||||
|                 <Size>0.6cm</Size> | ||||
|                 <CellContents> | ||||
|                   <Textbox Name="Textbox7"> | ||||
|                     <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>Textbox7</rd:DefaultName> | ||||
|                     <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> | ||||
|         </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.49458cm</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.49458cm</Size> | ||||
|                 <CellContents> | ||||
|                   <Textbox Name="Textbox5"> | ||||
|                     <CanGrow>true</CanGrow> | ||||
|                     <KeepTogether>true</KeepTogether> | ||||
|                     <Paragraphs> | ||||
|                       <Paragraph> | ||||
|                         <TextRuns> | ||||
|                           <TextRun> | ||||
|                             <Value>합계</Value> | ||||
|                             <Style> | ||||
|                               <FontFamily>맑은 고딕</FontFamily> | ||||
|                             </Style> | ||||
|                           </TextRun> | ||||
|                         </TextRuns> | ||||
|                         <Style> | ||||
|                           <TextAlign>Center</TextAlign> | ||||
|                         </Style> | ||||
|                       </Paragraph> | ||||
|                     </Paragraphs> | ||||
|                     <rd:DefaultName>Textbox5</rd:DefaultName> | ||||
|                     <Visibility> | ||||
|                       <Hidden>true</Hidden> | ||||
|                     </Visibility> | ||||
|                     <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>DataSet1</DataSetName> | ||||
|         <Height>1.8cm</Height> | ||||
|         <Width>3.47833cm</Width> | ||||
|         <Style> | ||||
|           <Border> | ||||
|             <Style>None</Style> | ||||
|           </Border> | ||||
|         </Style> | ||||
|       </Tablix> | ||||
|     </ReportItems> | ||||
|     <Height>0.70866in</Height> | ||||
|     <Style /> | ||||
|   </Body> | ||||
|   <Width>1.36942in</Width> | ||||
|   <Page> | ||||
|     <PageHeight>21cm</PageHeight> | ||||
|     <PageWidth>29.7cm</PageWidth> | ||||
|     <LeftMargin>1cm</LeftMargin> | ||||
|     <RightMargin>1cm</RightMargin> | ||||
|     <TopMargin>1cm</TopMargin> | ||||
|     <BottomMargin>1cm</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>64731dbe-32c4-4813-9e08-dbbc2fc760a6</rd:DataSourceID> | ||||
|     </DataSource> | ||||
|   </DataSources> | ||||
|   <DataSets> | ||||
|     <DataSet Name="DataSet1"> | ||||
|       <Query> | ||||
|         <DataSourceName>dsReport</DataSourceName> | ||||
|         <CommandText>/* Local Query */</CommandText> | ||||
|       </Query> | ||||
|       <Fields> | ||||
|         <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="pdate"> | ||||
|           <DataField>pdate</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>JobReportDay</rd:TableName> | ||||
|         <rd:TableAdapterFillMethod>Fill</rd:TableAdapterFillMethod> | ||||
|         <rd:TableAdapterGetDataMethod>GetData</rd:TableAdapterGetDataMethod> | ||||
|         <rd:TableAdapterName>JobReportDayTableAdapter</rd:TableAdapterName> | ||||
|       </rd:DataSetInfo> | ||||
|     </DataSet> | ||||
|   </DataSets> | ||||
|   <rd:ReportUnitType>Cm</rd:ReportUnitType> | ||||
|   <rd:ReportID>3d681985-8624-45b4-adb1-55832a2ada7d</rd:ReportID> | ||||
| <?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="Textbox3"> | ||||
|                     <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>Textbox3</rd:DefaultName> | ||||
|                     <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> | ||||
|               </TablixCornerCell> | ||||
|             </TablixCornerRow> | ||||
|           </TablixCornerRows> | ||||
|         </TablixCorner> | ||||
|         <TablixBody> | ||||
|           <TablixColumns> | ||||
|             <TablixColumn> | ||||
|               <Width>0.85958cm</Width> | ||||
|             </TablixColumn> | ||||
|             <TablixColumn> | ||||
|               <Width>1.12417cm</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)+Sum(Fields!ot.Value)</Value> | ||||
|                               <Style> | ||||
|                                 <FontFamily>맑은 고딕</FontFamily> | ||||
|                                 <FontSize>9pt</FontSize> | ||||
|                                 <Format>N1</Format> | ||||
|                                 <Color>=iif(Sum(Fields!hrs.Value)+Sum(Fields!ot.Value)<8,"Red",iif(Sum(Fields!hrs.Value)+Sum(Fields!ot.Value)>8,"Blue","Black"))</Color> | ||||
|                               </Style> | ||||
|                             </TextRun> | ||||
|                           </TextRuns> | ||||
|                           <Style> | ||||
|                             <TextAlign>Center</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="Textbox8"> | ||||
|                       <CanGrow>true</CanGrow> | ||||
|                       <KeepTogether>true</KeepTogether> | ||||
|                       <Paragraphs> | ||||
|                         <Paragraph> | ||||
|                           <TextRuns> | ||||
|                             <TextRun> | ||||
|                               <Value>=Sum(Fields!hrs.Value)+Sum(Fields!ot.Value)</Value> | ||||
|                               <Style> | ||||
|                                 <FontFamily>맑은 고딕</FontFamily> | ||||
|                                 <FontSize>9pt</FontSize> | ||||
|                                 <Format>N1</Format> | ||||
|                               </Style> | ||||
|                             </TextRun> | ||||
|                           </TextRuns> | ||||
|                           <Style> | ||||
|                             <TextAlign>Center</TextAlign> | ||||
|                           </Style> | ||||
|                         </Paragraph> | ||||
|                       </Paragraphs> | ||||
|                       <rd:DefaultName>Textbox8</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.6cm</Height> | ||||
|               <TablixCells> | ||||
|                 <TablixCell> | ||||
|                   <CellContents> | ||||
|                     <Textbox Name="Textbox6"> | ||||
|                       <CanGrow>true</CanGrow> | ||||
|                       <KeepTogether>true</KeepTogether> | ||||
|                       <Paragraphs> | ||||
|                         <Paragraph> | ||||
|                           <TextRuns> | ||||
|                             <TextRun> | ||||
|                               <Value>=Sum(Fields!hrs.Value)+Sum(Fields!ot.Value)</Value> | ||||
|                               <Style> | ||||
|                                 <FontFamily>맑은 고딕</FontFamily> | ||||
|                                 <FontSize>9pt</FontSize> | ||||
|                                 <Format>N1</Format> | ||||
|                               </Style> | ||||
|                             </TextRun> | ||||
|                           </TextRuns> | ||||
|                           <Style> | ||||
|                             <TextAlign>Center</TextAlign> | ||||
|                           </Style> | ||||
|                         </Paragraph> | ||||
|                       </Paragraphs> | ||||
|                       <rd:DefaultName>Textbox6</rd:DefaultName> | ||||
|                       <Visibility> | ||||
|                         <Hidden>true</Hidden> | ||||
|                       </Visibility> | ||||
|                       <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> | ||||
|                 <TablixCell> | ||||
|                   <CellContents> | ||||
|                     <Textbox Name="Textbox9"> | ||||
|                       <CanGrow>true</CanGrow> | ||||
|                       <KeepTogether>true</KeepTogether> | ||||
|                       <Paragraphs> | ||||
|                         <Paragraph> | ||||
|                           <TextRuns> | ||||
|                             <TextRun> | ||||
|                               <Value>=Sum(Fields!hrs.Value)+Sum(Fields!ot.Value)</Value> | ||||
|                               <Style> | ||||
|                                 <FontFamily>맑은 고딕</FontFamily> | ||||
|                                 <FontSize>9pt</FontSize> | ||||
|                                 <Format>N1</Format> | ||||
|                               </Style> | ||||
|                             </TextRun> | ||||
|                           </TextRuns> | ||||
|                           <Style> | ||||
|                             <TextAlign>Center</TextAlign> | ||||
|                           </Style> | ||||
|                         </Paragraph> | ||||
|                       </Paragraphs> | ||||
|                       <rd:DefaultName>Textbox9</rd:DefaultName> | ||||
|                       <Visibility> | ||||
|                         <Hidden>true</Hidden> | ||||
|                       </Visibility> | ||||
|                       <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="pdate"> | ||||
|                 <GroupExpressions> | ||||
|                   <GroupExpression>=Fields!pdate.Value</GroupExpression> | ||||
|                 </GroupExpressions> | ||||
|               </Group> | ||||
|               <SortExpressions> | ||||
|                 <SortExpression> | ||||
|                   <Value>=Fields!pdate.Value</Value> | ||||
|                 </SortExpression> | ||||
|               </SortExpressions> | ||||
|               <TablixHeader> | ||||
|                 <Size>0.6cm</Size> | ||||
|                 <CellContents> | ||||
|                   <Textbox Name="pdate"> | ||||
|                     <CanGrow>true</CanGrow> | ||||
|                     <KeepTogether>true</KeepTogether> | ||||
|                     <Paragraphs> | ||||
|                       <Paragraph> | ||||
|                         <TextRuns> | ||||
|                           <TextRun> | ||||
|                             <Value>=right(Fields!pdate.Value,2)</Value> | ||||
|                             <Style> | ||||
|                               <FontFamily>맑은 고딕</FontFamily> | ||||
|                               <FontWeight>Bold</FontWeight> | ||||
|                             </Style> | ||||
|                           </TextRun> | ||||
|                         </TextRuns> | ||||
|                         <Style> | ||||
|                           <TextAlign>Center</TextAlign> | ||||
|                         </Style> | ||||
|                       </Paragraph> | ||||
|                     </Paragraphs> | ||||
|                     <rd:DefaultName>pdate</rd:DefaultName> | ||||
|                     <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 /> | ||||
|               </TablixMembers> | ||||
|             </TablixMember> | ||||
|             <TablixMember> | ||||
|               <TablixHeader> | ||||
|                 <Size>0.6cm</Size> | ||||
|                 <CellContents> | ||||
|                   <Textbox Name="Textbox7"> | ||||
|                     <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>Textbox7</rd:DefaultName> | ||||
|                     <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> | ||||
|         </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.49458cm</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.49458cm</Size> | ||||
|                 <CellContents> | ||||
|                   <Textbox Name="Textbox5"> | ||||
|                     <CanGrow>true</CanGrow> | ||||
|                     <KeepTogether>true</KeepTogether> | ||||
|                     <Paragraphs> | ||||
|                       <Paragraph> | ||||
|                         <TextRuns> | ||||
|                           <TextRun> | ||||
|                             <Value>합계</Value> | ||||
|                             <Style> | ||||
|                               <FontFamily>맑은 고딕</FontFamily> | ||||
|                             </Style> | ||||
|                           </TextRun> | ||||
|                         </TextRuns> | ||||
|                         <Style> | ||||
|                           <TextAlign>Center</TextAlign> | ||||
|                         </Style> | ||||
|                       </Paragraph> | ||||
|                     </Paragraphs> | ||||
|                     <rd:DefaultName>Textbox5</rd:DefaultName> | ||||
|                     <Visibility> | ||||
|                       <Hidden>true</Hidden> | ||||
|                     </Visibility> | ||||
|                     <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>DataSet1</DataSetName> | ||||
|         <Height>1.8cm</Height> | ||||
|         <Width>3.47833cm</Width> | ||||
|         <Style> | ||||
|           <Border> | ||||
|             <Style>None</Style> | ||||
|           </Border> | ||||
|         </Style> | ||||
|       </Tablix> | ||||
|     </ReportItems> | ||||
|     <Height>0.70866in</Height> | ||||
|     <Style /> | ||||
|   </Body> | ||||
|   <Width>1.36942in</Width> | ||||
|   <Page> | ||||
|     <PageHeight>21cm</PageHeight> | ||||
|     <PageWidth>29.7cm</PageWidth> | ||||
|     <LeftMargin>1cm</LeftMargin> | ||||
|     <RightMargin>1cm</RightMargin> | ||||
|     <TopMargin>1cm</TopMargin> | ||||
|     <BottomMargin>1cm</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>64731dbe-32c4-4813-9e08-dbbc2fc760a6</rd:DataSourceID> | ||||
|     </DataSource> | ||||
|   </DataSources> | ||||
|   <DataSets> | ||||
|     <DataSet Name="DataSet1"> | ||||
|       <Query> | ||||
|         <DataSourceName>dsReport</DataSourceName> | ||||
|         <CommandText>/* Local Query */</CommandText> | ||||
|       </Query> | ||||
|       <Fields> | ||||
|         <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="pdate"> | ||||
|           <DataField>pdate</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>JobReportDay</rd:TableName> | ||||
|         <rd:TableAdapterFillMethod>Fill</rd:TableAdapterFillMethod> | ||||
|         <rd:TableAdapterGetDataMethod>GetData</rd:TableAdapterGetDataMethod> | ||||
|         <rd:TableAdapterName>JobReportDayTableAdapter</rd:TableAdapterName> | ||||
|       </rd:DataSetInfo> | ||||
|     </DataSet> | ||||
|   </DataSets> | ||||
|   <rd:ReportUnitType>Cm</rd:ReportUnitType> | ||||
|   <rd:ReportID>3d681985-8624-45b4-adb1-55832a2ada7d</rd:ReportID> | ||||
| </Report> | ||||
		Reference in New Issue
	
	Block a user
	 chi
					chi