root/trunk/ide/sampleReport.rfxml

Revision 3515, 2.8 kB (checked in by paul, 1 year ago)

Added the ignore and eol-style props to ide, and removed unneeded files.

  • Property svn:eol-style set to native
Line 
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
3 <!--
4         This is a Dabo report form xml (rfxml) document, describing a
5         report form. It was generated by the Dabo Report Writer, and can
6         be edited by hand or by using the Dabo Report Designer.
7 -->
8
9 <Report>
10     <title>Dabo's Favorite Artists</title>
11
12     <page>
13         <marginBottom>".5 in"</marginBottom>
14         <marginLeft>".5 in"</marginLeft>
15         <marginRight>".5 in"</marginRight>
16         <marginTop>".5 in"</marginTop>
17         <orientation>"portrait"</orientation>
18         <size>"letter"</size>
19     </page>
20
21     <Variables></Variables>
22
23     <Groups></Groups>
24
25     <pageBackground>
26         <objects>
27             <String>
28                 <align>"left"</align>
29                 <borderColor>(.1, .8, .4)</borderColor>
30                 <borderWidth>".5 pt"</borderWidth>
31                 <expr>"test"</expr>
32                 <fillColor>(.4, .1, .3)</fillColor>
33                 <fontName>"Helvetica"</fontName>
34                 <fontSize>7</fontSize>
35                 <name>test1</name>
36                 <rotation>55</rotation>
37                 <width>"1 in"</width>
38                 <x>"4.25 in"</x>
39                 <y>"5.5 in"</y>
40             </String>
41             <Rectangle>
42                 <fillColor>(.87, .72, .53)</fillColor>
43                 <height>".25 in"</height>
44                 <name>test2</name>
45                 <rotation>45</rotation>
46                 <strokeColor>(.7, .2, .5)</strokeColor>
47                 <strokeDashArray>(2, 5, 1, 5)</strokeDashArray>
48                 <strokeWidth>".25 pt"</strokeWidth>
49                 <width>"1 in"</width>
50                 <x>"4.25 in"</x>
51                 <y>"5 in"</y>
52             </Rectangle>
53             <Frameset>
54                 <objects>
55                     <Paragraph>
56                         <expr>"test"</expr>
57                     </Paragraph>
58                 </objects>
59             </Frameset>
60         </objects>
61     </pageBackground>
62
63     <pageHeader>
64         <height>"0.5 in"</height>
65         <objects>
66             <String>
67                 <align>"center"</align>
68                 <borderWidth>"0 pt"</borderWidth>
69                 <expr>self.ReportForm["title"]</expr>
70                 <fontName>"Helvetica"</fontName>
71                 <fontSize>14</fontSize>
72                 <hAnchor>"center"</hAnchor>
73                 <height>15.96</height>
74                 <name>title</name>
75                 <width>384.0</width>
76                 <x>265.0</x>
77                 <y>0.0</y>
78             </String>
79         </objects>
80     </pageHeader>
81
82     <detail>
83         <height>24.9230769231</height>
84         <objects>
85             <String>
86                 <expr>self.Record['cArtist']</expr>
87                 <height>15</height>
88                 <name>cArtist</name>
89                 <width>328.0</width>
90                 <x>59.0</x>
91                 <y>0</y>
92             </String>
93         </objects>
94     </detail>
95
96     <pageFooter>
97         <height>"0.75 in"</height>
98         <Objects>
99             <Image>
100                 <borderColor>(.65, .23, .42)</borderColor>
101                 <borderWidth>"0 pt"</borderWidth>
102                 <expr>"sampleDaboIcon.png"</expr>
103                 <hAnchor>"right"</hAnchor>
104                 <height>"20 pt"</height>
105                 <mode>"scale"</mode>
106                 <name>daboIcon</name>
107                 <width>"50 pt"</width>
108                 <x>self.Bands["pageFooter"]["width"]-1</x>
109                 <y>"1"</y>
110             </Image>
111         </Objects>
112     </pageFooter>
113
114     <PageForeground></PageForeground>
115
116     <TestCursor>
117         <record cArtist="&apos;The Clash&apos;" iid="1" />
118         <record cArtist="&apos;Queen&apos;" iid="2" />
119         <record cArtist="&apos;Metallica&apos;" iid="3" />
120         <record cArtist="&apos;The Boomtown Rats&apos;" iid="3" />
121     </TestCursor>
122
123 </Report>
Note: See TracBrowser for help on using the browser.