-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy pathPageBreakPerNRecords.trdx
158 lines (158 loc) · 6.62 KB
/
PageBreakPerNRecords.trdx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<?xml version="1.0" encoding="utf-8"?>
<Report Width="6.5in" Name="Report" xmlns="http://schemas.telerik.com/reporting/2021/2.0">
<DataSources>
<SqlDataSource QueryDesignerState="null" ParameterValues="null" ConnectionString="Telerik.Reporting.Examples.CSharp.Properties.Settings.TelerikConnectionString" SelectCommand="SELECT
 (row_number() over (order by EmployeeID) -1)/10 as 'GroupId',
 [HumanResources].[vEmployee].[EmployeeID] ,
 [HumanResources].[vEmployee].[FirstName],
 [HumanResources].[vEmployee].[LastName],
 [HumanResources].[vEmployee].[JobTitle],
 [HumanResources].[vEmployee].[Phone]
FROM [HumanResources].[vEmployee]
WHERE [HumanResources].[vEmployee].[EmployeeID] <= 30
ORDER BY 1 ASC" Name="sqlDataSource1" />
</DataSources>
<Items>
<PageHeaderSection Height="1in" Name="pageHeaderSection1" />
<DetailSection Height="2in" Name="detailSection1">
<Items>
<Table DataSourceName="sqlDataSource1" Width="5.101in" Height="0.5in" Left="0.1in" Top="0.2in" ColumnHeadersPrintOnEveryPage="True" Name="table1" StyleName="Normal.TableNormal">
<Body>
<Cells>
<TableCell RowIndex="0" ColumnIndex="0" RowSpan="1" ColumnSpan="1">
<ReportItem>
<TextBox Width="1.367in" Height="0.2in" Left="0in" Top="0in" Value="= Fields.EmployeeID" Name="textBox10" StyleName="Normal.TableBody" />
</ReportItem>
</TableCell>
<TableCell RowIndex="0" ColumnIndex="1" RowSpan="1" ColumnSpan="1">
<ReportItem>
<TextBox Width="1.367in" Height="0.2in" Left="0in" Top="0in" Value="= Fields.FirstName" Name="textBox11" StyleName="Normal.TableBody" />
</ReportItem>
</TableCell>
<TableCell RowIndex="0" ColumnIndex="2" RowSpan="1" ColumnSpan="1">
<ReportItem>
<TextBox Width="1.367in" Height="0.2in" Left="0in" Top="0in" Value="= Fields.LastName" Name="textBox12" StyleName="Normal.TableBody" />
</ReportItem>
</TableCell>
</Cells>
<Columns>
<Column Width="1.367in" />
<Column Width="1.367in" />
<Column Width="1.367in" />
</Columns>
<Rows>
<Row Height="0.2in" />
</Rows>
</Body>
<Corner>
<Cells>
<TableCell RowIndex="0" ColumnIndex="0" RowSpan="1" ColumnSpan="1">
<ReportItem>
<TextBox Width="1in" Height="0.3in" Left="0in" Top="0in" Value="group Id" Name="textBox5" StyleName="Normal.TableHeader" />
</ReportItem>
</TableCell>
</Cells>
</Corner>
<Style>
<BorderStyle Default="None" />
</Style>
<RowGroups>
<TableGroup PageBreak="After" Name="groupId">
<ReportItem>
<TextBox Width="1in" Height="0.2in" Left="0in" Top="0in" Value="= Fields.GroupId" Name="textBox4" StyleName="">
<Style>
<BorderStyle Top="Solid" Bottom="Solid" Left="Solid" />
</Style>
</TextBox>
</ReportItem>
<ChildGroups>
<TableGroup Name="detail1">
<ChildGroups>
<TableGroup Name="group" />
</ChildGroups>
<Groupings>
<Grouping />
</Groupings>
</TableGroup>
</ChildGroups>
<Groupings>
<Grouping Expression="= Fields.GroupId" />
</Groupings>
<Sortings>
<Sorting Expression="= Fields.GroupId" Direction="Asc" />
</Sortings>
</TableGroup>
</RowGroups>
<ColumnGroups>
<TableGroup Name="employeeID">
<ReportItem>
<TextBox Width="1.367in" Height="0.3in" Left="0in" Top="0in" Value="Employee ID" Name="textBox1" StyleName="Normal.TableHeader" />
</ReportItem>
</TableGroup>
<TableGroup Name="firstName">
<ReportItem>
<TextBox Width="1.367in" Height="0.3in" Left="0in" Top="0in" Value="First Name" Name="textBox2" StyleName="Normal.TableHeader" />
</ReportItem>
</TableGroup>
<TableGroup Name="lastName">
<ReportItem>
<TextBox Width="1.367in" Height="0.3in" Left="0in" Top="0in" Value="Last Name" Name="textBox3" StyleName="Normal.TableHeader" />
</ReportItem>
</TableGroup>
</ColumnGroups>
</Table>
</Items>
</DetailSection>
<PageFooterSection Height="1in" Name="pageFooterSection1" />
</Items>
<PageSettings PaperKind="Letter" Landscape="False" ColumnCount="1" ColumnSpacing="0in">
<Margins>
<MarginsU Left="1in" Right="1in" Top="1in" Bottom="1in" />
</Margins>
</PageSettings>
<StyleSheet>
<StyleRule>
<Style>
<Padding Left="2pt" Right="2pt" />
</Style>
<Selectors>
<TypeSelector Type="TextItemBase" />
<TypeSelector Type="HtmlTextBox" />
</Selectors>
</StyleRule>
<StyleRule>
<Style Color="Black">
<Font Name="Tahoma" Size="9pt" />
<BorderStyle Default="Solid" />
<BorderColor Default="Black" />
<BorderWidth Default="1px" />
</Style>
<Selectors>
<StyleSelector Type="Table" StyleName="Normal.TableNormal" />
</Selectors>
</StyleRule>
<StyleRule>
<Style>
<Font Name="Tahoma" Size="9pt" />
<BorderStyle Default="Solid" />
<BorderColor Default="Black" />
<BorderWidth Default="1px" />
</Style>
<Selectors>
<DescendantSelector>
<Selectors>
<TypeSelector Type="Table" />
<StyleSelector Type="ReportItem" StyleName="Normal.TableBody" />
</Selectors>
</DescendantSelector>
</Selectors>
</StyleRule>
<StyleRule>
<Style VerticalAlign="Middle">
<Font Name="Tahoma" Size="10pt" />
<BorderStyle Default="Solid" />
<BorderColor Default="Black" />
<BorderWidth Default="1px" />
</Style>
<Selectors>
<DescendantSelector>
<Selectors>
<TypeSelector Type="Table" />
<StyleSelector Type="ReportItem" StyleName="Normal.TableHeader" />
</Selectors>
</DescendantSelector>
</Selectors>
</StyleRule>
</StyleSheet>
</Report>