ldj/winform/utils/reports/simpleCode.rdlc

168 lines
5.8 KiB
Plaintext
Raw Normal View History

2023-05-23 16:13:17 +08:00
<?xml version="1.0" encoding="utf-8"?>
2023-11-21 19:18:23 +08:00
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
<AutoRefresh>0</AutoRefresh>
<ReportSections>
<ReportSection>
<Body>
2023-05-23 16:13:17 +08:00
<ReportItems>
2023-11-21 19:18:23 +08:00
<Rectangle Name="Rectangle1">
<ReportItems>
<Textbox Name="locationId9">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Parameters!flowName.Value</Value>
<Style>
<FontFamily>楷体</FontFamily>
<FontSize>16pt</FontSize>
<FontWeight>Bold</FontWeight>
</Style>
</TextRun>
</TextRuns>
<Style />
</Paragraph>
</Paragraphs>
<rd:DefaultName>locationId</rd:DefaultName>
<Top>0.09787cm</Top>
<Height>0.90061cm</Height>
<Width>9.25194cm</Width>
<Style>
<Border>
<Style>None</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
</Style>
</Textbox>
<Textbox Name="locationId10">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Parameters!flowCode.Value</Value>
<Style>
<FontFamily>Code 128</FontFamily>
<FontSize>36pt</FontSize>
</Style>
</TextRun>
</TextRuns>
2023-05-23 16:13:17 +08:00
<Style>
2023-11-21 19:18:23 +08:00
<TextAlign>Center</TextAlign>
2023-05-23 16:13:17 +08:00
</Style>
2023-11-21 19:18:23 +08:00
</Paragraph>
</Paragraphs>
<rd:DefaultName>locationId</rd:DefaultName>
<Top>0.99848cm</Top>
<Height>1.45623cm</Height>
<Width>9.75465cm</Width>
<ZIndex>1</ZIndex>
2023-05-23 16:13:17 +08:00
<Style>
2023-11-21 19:18:23 +08:00
<Border>
<Style>None</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
2023-05-23 16:13:17 +08:00
</Style>
2023-11-21 19:18:23 +08:00
</Textbox>
<Textbox Name="locationId11">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>=Parameters!flowNo.Value</Value>
<Style>
<FontFamily>楷体</FontFamily>
<FontSize>12pt</FontSize>
</Style>
</TextRun>
</TextRuns>
<Style />
</Paragraph>
</Paragraphs>
<rd:DefaultName>locationId</rd:DefaultName>
<Top>2.81631cm</Top>
<Height>0.46846cm</Height>
<Width>3.2018cm</Width>
<ZIndex>2</ZIndex>
<Style>
<Border>
<Style>None</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
</Style>
</Textbox>
</ReportItems>
2023-05-23 16:13:17 +08:00
<KeepTogether>true</KeepTogether>
2023-11-21 19:18:23 +08:00
<Height>3.76205cm</Height>
<Width>9.75465cm</Width>
2023-05-23 16:13:17 +08:00
<Style>
<Border>
<Style>None</Style>
</Border>
</Style>
2023-11-21 19:18:23 +08:00
</Rectangle>
2023-05-23 16:13:17 +08:00
</ReportItems>
2023-11-21 19:18:23 +08:00
<Height>1.49154in</Height>
<Style />
</Body>
<Width>3.84041in</Width>
<Page>
<PageHeight>29.7cm</PageHeight>
<PageWidth>21cm</PageWidth>
<LeftMargin>2cm</LeftMargin>
<RightMargin>2cm</RightMargin>
<TopMargin>2cm</TopMargin>
<BottomMargin>2cm</BottomMargin>
<ColumnSpacing>0.13cm</ColumnSpacing>
<Style />
</Page>
</ReportSection>
</ReportSections>
2023-05-23 16:13:17 +08:00
<ReportParameters>
<ReportParameter Name="flowNo">
<DataType>String</DataType>
<Prompt>ReportParameter1</Prompt>
</ReportParameter>
<ReportParameter Name="flowName">
<DataType>String</DataType>
<Prompt>ReportParameter1</Prompt>
</ReportParameter>
<ReportParameter Name="flowCode">
<DataType>String</DataType>
<Prompt>ReportParameter1</Prompt>
</ReportParameter>
</ReportParameters>
2023-11-21 19:18:23 +08:00
<ReportParametersLayout>
<GridLayoutDefinition>
<NumberOfColumns>2</NumberOfColumns>
<NumberOfRows>2</NumberOfRows>
<CellDefinitions>
<CellDefinition>
<ColumnIndex>0</ColumnIndex>
<RowIndex>0</RowIndex>
<ParameterName>flowNo</ParameterName>
</CellDefinition>
<CellDefinition>
<ColumnIndex>1</ColumnIndex>
<RowIndex>0</RowIndex>
<ParameterName>flowName</ParameterName>
</CellDefinition>
<CellDefinition>
<ColumnIndex>0</ColumnIndex>
<RowIndex>1</RowIndex>
<ParameterName>flowCode</ParameterName>
</CellDefinition>
</CellDefinitions>
</GridLayoutDefinition>
</ReportParametersLayout>
2023-05-23 16:13:17 +08:00
<rd:ReportUnitType>Cm</rd:ReportUnitType>
2023-11-21 19:18:23 +08:00
<rd:ReportID>a00a5450-cd84-4c7d-883f-530c48fb75dd</rd:ReportID>
2023-05-23 16:13:17 +08:00
</Report>