-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample_report.rfxml
137 lines (119 loc) · 3.06 KB
/
sample_report.rfxml
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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--
This is a Dabo report form xml (rfxml) document, describing a
report form. It was generated by the Dabo Report Writer, and can
be edited by hand or by using the Dabo Report Designer.
-->
<Report>
<Author>"Dabo Report Writer"</Author>
<Defaults></Defaults>
<Groups></Groups>
<Keywords>("dabo", "report", "writer", "banded", "free")</Keywords>
<PageForeground>
<Objects></Objects>
</PageForeground>
<ReportBegin>
<Objects></Objects>
</ReportBegin>
<ReportEnd>
<Objects></Objects>
</ReportEnd>
<Subject>"http://dabodev.com"</Subject>
<TestCursor>
<record cartist="'The Clash'" iid="1" />
<record cartist="'Queen'" iid="2" />
<record cartist="'Metallica'" iid="3" />
<record cartist="'The Boomtown Rats'" iid="3" />
</TestCursor>
<Variables></Variables>
<detail>
<height>24.9230769231</height>
<objects>
<String>
<expr>self.Record['cArtist']</expr>
<height>15</height>
<name>cArtist</name>
<width>328.0</width>
<x>59.0</x>
<y>0</y>
</String>
</objects>
</detail>
<page>
<marginBottom>".5 in"</marginBottom>
<marginLeft>".5 in"</marginLeft>
<marginRight>".5 in"</marginRight>
<marginTop>".5 in"</marginTop>
<orientation>"portrait"</orientation>
<size>"letter"</size>
</page>
<pageBackground>
<objects>
<String>
<align>"left"</align>
<borderColor>(.1, .8, .4)</borderColor>
<borderWidth>".5 pt"</borderWidth>
<expr>"test"</expr>
<fillColor>(.4, .1, .3)</fillColor>
<fontName>"Helvetica"</fontName>
<fontSize>7</fontSize>
<name>test1</name>
<rotation>55</rotation>
<width>"1 in"</width>
<x>"4.25 in"</x>
<y>"5.5 in"</y>
</String>
<Rectangle>
<fillColor>(.87, .72, .53)</fillColor>
<height>".25 in"</height>
<name>test2</name>
<rotation>45</rotation>
<strokeColor>(.7, .2, .5)</strokeColor>
<strokeDashArray>(2, 5, 1, 5)</strokeDashArray>
<strokeWidth>".25 pt"</strokeWidth>
<width>"1 in"</width>
<x>"4.25 in"</x>
<y>"5 in"</y>
</Rectangle>
<Memo>
<expr>"test"</expr>
</Memo>
</objects>
</pageBackground>
<pageFooter>
<Objects>
<Image>
<borderColor>(.65, .23, .42)</borderColor>
<borderWidth>"0 pt"</borderWidth>
<expr>"sampleDaboIcon.png"</expr>
<hAnchor>"right"</hAnchor>
<height>"20 pt"</height>
<mode>"scale"</mode>
<name>daboIcon</name>
<width>"50 pt"</width>
<x>self.Bands["pageFooter"]["width"]-1</x>
<y>"1"</y>
</Image>
</Objects>
<height>"0.75 in"</height>
</pageFooter>
<pageHeader>
<height>"0.5 in"</height>
<objects>
<String>
<align>"center"</align>
<borderWidth>"0 pt"</borderWidth>
<expr>self.ReportForm["title"]</expr>
<fontName>"Helvetica"</fontName>
<fontSize>14</fontSize>
<hAnchor>"center"</hAnchor>
<height>15.96</height>
<name>title</name>
<width>384.0</width>
<x>265.0</x>
<y>0.0</y>
</String>
</objects>
</pageHeader>
<title>Dabo's Favorite Artists</title>
</Report>