@cronapp/templates 2.9.5 → 2.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/file/crud/angular_crud_input/__FileName__.view.html.ftl +63 -0
- package/file/crud/angular_crud_input/template.properties +4 -0
- package/file/crud/angular_crud_input/template_en_US.properties +1 -0
- package/file/crud/phonegap_crud_input/__FileName__.view.html.ftl +122 -0
- package/file/crud/phonegap_crud_input/template.properties +4 -0
- package/file/crud/phonegap_crud_input/template_en_US.properties +1 -0
- package/file/report/Blank/Blank.png +0 -0
- package/file/report/Blank/__FileName__.report.ftl +44 -0
- package/file/report/Blank/template.properties +6 -0
- package/file/report/Blank/template_pt_BR.properties +2 -0
- package/file/report/CrossTabWithDetailing/CrossTabWithDetailing.png +0 -0
- package/file/report/CrossTabWithDetailing/__FileName__.report.ftl +1900 -0
- package/file/report/CrossTabWithDetailing/template.properties +6 -0
- package/file/report/CrossTabWithDetailing/template_pt_BR.properties +2 -0
- package/file/report/Indicators/Indicators.png +0 -0
- package/file/report/Indicators/__FileName__.report.ftl +2074 -0
- package/file/report/Indicators/template.properties +6 -0
- package/file/report/Indicators/template_pt_BR.properties +2 -0
- package/file/report/InsuranceWithSelectingCountry/InsuranceWithSelectingCountry.png +0 -0
- package/file/report/InsuranceWithSelectingCountry/__FileName__.report.ftl +1875 -0
- package/file/report/InsuranceWithSelectingCountry/template.properties +6 -0
- package/file/report/InsuranceWithSelectingCountry/template_pt_BR.properties +2 -0
- package/file/report/InvoiceQuotation/InvoiceQuotation.png +0 -0
- package/file/report/InvoiceQuotation/__FileName__.report.ftl +900 -0
- package/file/report/InvoiceQuotation/template.properties +6 -0
- package/file/report/InvoiceQuotation/template_pt_BR.properties +2 -0
- package/file/report/InvoiceSoftware/InvoiceSoftware.png +0 -0
- package/file/report/InvoiceSoftware/__FileName__.report.ftl +665 -0
- package/file/report/InvoiceSoftware/template.properties +6 -0
- package/file/report/InvoiceSoftware/template_pt_BR.properties +2 -0
- package/file/report/Labels/Labels.png +0 -0
- package/file/report/Labels/__FileName__.report.ftl +675 -0
- package/file/report/Labels/template.properties +6 -0
- package/file/report/Labels/template_pt_BR.properties +2 -0
- package/file/report/MasterDetail/MasterDetail.png +0 -0
- package/file/report/MasterDetail/__FileName__.report.ftl +816 -0
- package/file/report/MasterDetail/template.properties +6 -0
- package/file/report/MasterDetail/template_pt_BR.properties +2 -0
- package/file/report/MultiColumnList/MultiColumnList.png +0 -0
- package/file/report/MultiColumnList/__FileName__.report.ftl +536 -0
- package/file/report/MultiColumnList/template.properties +6 -0
- package/file/report/MultiColumnList/template_pt_BR.properties +2 -0
- package/file/report/PurchaseOrder/PurchaseOrder.png +0 -0
- package/file/report/PurchaseOrder/__FileName__.report.ftl +1541 -0
- package/file/report/PurchaseOrder/template.properties +6 -0
- package/file/report/PurchaseOrder/template_pt_BR.properties +2 -0
- package/file/report/SimpleGroup/SimpleGroup.png +0 -0
- package/file/report/SimpleGroup/__FileName__.report.ftl +697 -0
- package/file/report/SimpleGroup/template.properties +6 -0
- package/file/report/SimpleGroup/template_pt_BR.properties +2 -0
- package/file/report/Tree/Tree.png +0 -0
- package/file/report/Tree/__FileName__.report.ftl +525 -0
- package/file/report/Tree/template.properties +6 -0
- package/file/report/Tree/template_pt_BR.properties +2 -0
- package/file/report/TreeWithHeadersAndFooters/TreeWithHeadersAndFooters.png +0 -0
- package/file/report/TreeWithHeadersAndFooters/__FileName__.report.ftl +698 -0
- package/file/report/TreeWithHeadersAndFooters/template.properties +6 -0
- package/file/report/TreeWithHeadersAndFooters/template_pt_BR.properties +2 -0
- package/file/report/TwoMastersOnOneDetail/TwoMastersOnOneDetail.png +0 -0
- package/file/report/TwoMastersOnOneDetail/__FileName__.report.ftl +1297 -0
- package/file/report/TwoMastersOnOneDetail/template.properties +6 -0
- package/file/report/TwoMastersOnOneDetail/template_pt_BR.properties +2 -0
- package/file/report/group.properties +6 -0
- package/file/report/report.png +0 -0
- package/package.json +1 -1
- package/project/M/cronapp-lyceum-project-mobile-cordova/template.properties +4 -1
- package/project/M/cronapp-lyceum-project-mobile-cordova/template_en_US.properties +2 -0
- package/project/M/cronapp-lyceum-project-mobile-cordova/template_pt_BR.properties +2 -0
- package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/logged/user.view.html +12 -2
- package/project/M/cronapp-rad-project-mobile-cordova/template.properties +3 -1
- package/project/M/cronapp-rad-project-mobile-cordova/template_en_US.properties +3 -1
- package/project/M/cronapp-rad-project-mobile-cordova/template_pt_BR.properties +3 -1
- package/project/S/business-service/src/main/java/META-INF/authorities.json.ftl +26 -0
- package/project/S/business-service/template.properties +6 -3
- package/project/S/business-service/template_en_US.properties +1 -2
- package/project/S/business-service/template_pt_BR.properties +1 -1
- package/project/S/data-service/README.md +24 -0
- package/project/S/data-service/__linksInherit +1 -0
- package/project/S/data-service/config/context.xml.ftl +27 -0
- package/project/S/data-service/diagram/app.umlcd +233 -0
- package/project/S/data-service/project.svg +116 -0
- package/project/S/data-service/src/main/java/META-INF/persistence.xml.ftl +26 -0
- package/project/S/data-service/src/main/java/app/AppConfiguration.java +63 -0
- package/project/S/data-service/src/main/java/app/dao/SampleDAO.java +24 -0
- package/project/S/data-service/src/main/java/app/entity/Sample.java +112 -0
- package/project/S/data-service/template.properties +81 -0
- package/project/S/data-service/template_en_US.properties +4 -0
- package/project/S/data-service/template_pt_BR.properties +4 -0
- package/project/W/cronapp-rad-project/__copydata.ftl +1 -1
- package/project/W/cronapp-rad-project/config/__copydata.ftl +1 -1
- package/project/W/cronapp-rad-project/config/app.config.ftl +1 -1
- package/project/W/cronapp-rad-project/diagram/app.umlcd +1 -1
- package/project/W/cronapp-rad-project/diagram/app.umlcd.ftl +1 -1
- package/project/W/cronapp-rad-project/pom.xml.ftl +1 -1
- package/project/W/cronapp-rad-project/src/main/__copydata.ftl +2 -2
- package/project/W/cronapp-rad-project/src/main/java/META-INF/__copydata.ftl +2 -2
- package/project/W/cronapp-rad-project/src/main/java/META-INF/customQuery.json.ftl +1 -1
- package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/__copydata.ftl +2 -2
- package/project/W/cronapp-rad-project/src/main/java/META-INF/persistence.xml.ftl +1 -1
- package/project/W/cronapp-rad-project/src/main/java/SpringBootMain.java.ftl +2 -2
- package/project/W/cronapp-rad-project/src/main/java/__copydata.ftl +2 -2
- package/project/W/cronapp-rad-project/src/main/java/app/AppConfiguration.java.ftl +1 -1
- package/project/W/cronapp-rad-project/src/main/java/app/__copydata.ftl +1 -1
- package/project/W/cronapp-rad-project/src/main/java/app/dao/__copydata.ftl +1 -1
- package/project/W/cronapp-rad-project/src/main/java/app/entity/AuditLog.java +1 -1
- package/project/W/cronapp-rad-project/src/main/java/app/entity/__copydata.ftl +1 -1
- package/project/W/cronapp-rad-project/src/main/java/app/populate.json.ftl +0 -4
- package/project/W/cronapp-rad-project/src/main/java/blockly/__copydata.ftl +1 -1
- package/project/W/cronapp-rad-project/src/main/resources/__copydata.ftl +1 -1
- package/project/W/cronapp-rad-project/src/main/resources/application.properties.ftl +1 -1
- package/project/W/cronapp-rad-project/template.properties +4 -3
- package/project/W/cronapp-rad-project/template_en_US.properties +3 -2
- package/project/W/cronapp-rad-project/template_pt_BR.properties +3 -2
- package/templates/low-code/data-layer/RESTWebService.ftl +28 -23
- /package/templates/low-code/{krypton-thumb.png → krypton.png} +0 -0
|
@@ -0,0 +1,2074 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ReportVersion": "2023.2.2.0",
|
|
3
|
+
"ReportGuid": "78f53e39614244b59daf0a02845074f7",
|
|
4
|
+
"ReportName": "Indicators",
|
|
5
|
+
"ReportAlias": "Indicators",
|
|
6
|
+
"ReportAuthor": "Stimulsoft",
|
|
7
|
+
"ReportDescription": "This sample shows how to use indicators in the report.",
|
|
8
|
+
"ReportCreated": "/Date(1085828340000+0000)/",
|
|
9
|
+
"ReportChanged": "/Date(1662665231000+0000)/",
|
|
10
|
+
"EngineVersion": "EngineV2",
|
|
11
|
+
"CalculationMode": "Interpretation",
|
|
12
|
+
"ReportUnit": "HundredthsOfInch",
|
|
13
|
+
"Script": "using System;\r\nusing System.Drawing;\r\nusing System.Windows.Forms;\r\nusing System.Data;\r\nusing Stimulsoft.Report;\r\nusing Stimulsoft.Report.Components;\r\nusing Stimulsoft.Base.Drawing;\r\n\r\nnamespace Reports\r\n{\r\n \r\n public class HighlightCondition : Stimulsoft.Report.StiReport\r\n {\r\n \r\n\t\tpublic HighlightCondition()\r\n {\r\n this.InitializeComponent();\r\n }\r\n \r\n #region StiReport Designer generated code - do not modify\r\n\t\t#endregion StiReport Designer generated code - do not modify\r\n }\r\n}",
|
|
14
|
+
"Styles": {
|
|
15
|
+
"0": {
|
|
16
|
+
"Ident": "StiStyle",
|
|
17
|
+
"Name": "Header1",
|
|
18
|
+
"HorAlignment": "Center",
|
|
19
|
+
"VertAlignment": "Center",
|
|
20
|
+
"Font": "Segoe UI;21.75;Bold;",
|
|
21
|
+
"Border": "Bottom;166,166,166;;;;;;solid:Black",
|
|
22
|
+
"Brush": "solid:",
|
|
23
|
+
"TextBrush": "solid:64,64,64",
|
|
24
|
+
"NegativeTextBrush": "solid:Red"
|
|
25
|
+
},
|
|
26
|
+
"1": {
|
|
27
|
+
"Ident": "StiStyle",
|
|
28
|
+
"Name": "Header2",
|
|
29
|
+
"VertAlignment": "Center",
|
|
30
|
+
"Font": "Segoe UI;15.75;Bold;",
|
|
31
|
+
"Border": ";;;;;;;solid:Black",
|
|
32
|
+
"Brush": "solid:",
|
|
33
|
+
"TextBrush": "solid:64,64,64",
|
|
34
|
+
"NegativeTextBrush": "solid:Red"
|
|
35
|
+
},
|
|
36
|
+
"2": {
|
|
37
|
+
"Ident": "StiStyle",
|
|
38
|
+
"Name": "Header3",
|
|
39
|
+
"HorAlignment": "Center",
|
|
40
|
+
"VertAlignment": "Center",
|
|
41
|
+
"Font": "Segoe UI;12;Bold;",
|
|
42
|
+
"Border": "Left, Right;White;;;;;;solid:Black",
|
|
43
|
+
"Brush": "solid:255,164,114",
|
|
44
|
+
"TextBrush": "solid:255,255,255",
|
|
45
|
+
"NegativeTextBrush": "solid:Red",
|
|
46
|
+
"AllowUseBorderFormatting": false,
|
|
47
|
+
"AllowUseBorderSides": false
|
|
48
|
+
},
|
|
49
|
+
"3": {
|
|
50
|
+
"Ident": "StiStyle",
|
|
51
|
+
"Name": "Data1",
|
|
52
|
+
"VertAlignment": "Center",
|
|
53
|
+
"Font": "Segoe UI;9.75;;",
|
|
54
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
55
|
+
"Brush": "solid:",
|
|
56
|
+
"TextBrush": "solid:64,64,64",
|
|
57
|
+
"NegativeTextBrush": "solid:Red"
|
|
58
|
+
},
|
|
59
|
+
"4": {
|
|
60
|
+
"Ident": "StiStyle",
|
|
61
|
+
"Name": "Data2",
|
|
62
|
+
"Font": "Segoe UI;9.75;;",
|
|
63
|
+
"Border": ";255,255,255;;;;;;solid:Black",
|
|
64
|
+
"Brush": "solid:240,242,246",
|
|
65
|
+
"TextBrush": "solid:64,64,64",
|
|
66
|
+
"NegativeTextBrush": "solid:Red"
|
|
67
|
+
},
|
|
68
|
+
"5": {
|
|
69
|
+
"Ident": "StiStyle",
|
|
70
|
+
"Name": "Footer1",
|
|
71
|
+
"HorAlignment": "Right",
|
|
72
|
+
"VertAlignment": "Center",
|
|
73
|
+
"Font": "Segoe UI;9.75;;",
|
|
74
|
+
"Border": ";58,78,94;;;;;;solid:Black",
|
|
75
|
+
"Brush": "solid:",
|
|
76
|
+
"TextBrush": "solid:166,166,166",
|
|
77
|
+
"NegativeTextBrush": "solid:Red",
|
|
78
|
+
"AllowUseBorderSides": false
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"ReferencedAssemblies": {
|
|
82
|
+
"0": "System.Dll",
|
|
83
|
+
"1": "System.Drawing.Dll",
|
|
84
|
+
"2": "System.Windows.Forms.Dll",
|
|
85
|
+
"3": "System.Data.Dll",
|
|
86
|
+
"4": "System.Xml.Dll",
|
|
87
|
+
"5": "Stimulsoft.Base.Dll",
|
|
88
|
+
"6": "Stimulsoft.Controls.Dll",
|
|
89
|
+
"7": "Stimulsoft.Report.Dll"
|
|
90
|
+
},
|
|
91
|
+
"Dictionary": {
|
|
92
|
+
"Resources": {
|
|
93
|
+
"0": {
|
|
94
|
+
"Name": "Demo",
|
|
95
|
+
"Alias": "Demo",
|
|
96
|
+
"Type": "Xsd",
|
|
97
|
+
"Image": "BDu5URjshAXGVkoGiYZ+YoRcDwoaOhdWqKY2kA2Yju8nTK6UppF2QEq92iQPQELZ3HthR4DLyE1KPrk16ea/k3ciKjDnIT73z17owvISERWcRUQgP8Hw3vfdgIeYpW9FRWuRUTSaGetdm8KPqU/XScuAU6HuDW+HhmRKcs6BY/Wo6isUxapNU2hRcDDCjl4YOzKN2Ft2JhsE1xo8TySUqwXEqQEjzW0LJ7aKK40AhrosZYm0RZOsmkur6AyAj9SscvvpdWRSjcB7mrFRoTucD39bd5c2fMmwIzlCSNYXORl1753wdvTWS+Uo3tfcRlvsw+RTjARa1l1Rt1q25MK/P6CelJizgT+sGF1ZSENmltEk8qto1SjWkTA5ACFEWVOo0eZFXxraslCUc3hRQOtv1MBW1rmXDUCmsBeqL3aKp6inGh3lYQ3jt8WS9nh8jn6Jpll4WKbQYkTyVzVufYEJ3XLhNVGZEQjq++5pj6olrHoGKwqxYErqqqToC3/lYoGfRnWRwIj+/DWbhiLjGmBYPi2l1CIANp/bCa+yNzSa8vRuE871WTEFT5gWX6T5MrQOvOoX9Gc+R5FmZRti9IfDsqhtXRXN5YINtuHqtg=="
|
|
98
|
+
},
|
|
99
|
+
"1": {
|
|
100
|
+
"Name": "Demo2",
|
|
101
|
+
"Alias": "Demo2",
|
|
102
|
+
"Type": "Xml",
|
|
103
|
+
"Image": "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"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"DataSources": {
|
|
107
|
+
"0": {
|
|
108
|
+
"Ident": "StiDataTableSource",
|
|
109
|
+
"Name": "Auto",
|
|
110
|
+
"Alias": "Auto",
|
|
111
|
+
"Key": "33186a31c31944a4a0e5fed4687507e4",
|
|
112
|
+
"Columns": {
|
|
113
|
+
"0": {
|
|
114
|
+
"Name": "Country",
|
|
115
|
+
"Index": -1,
|
|
116
|
+
"NameInSource": "Country",
|
|
117
|
+
"Alias": "Country",
|
|
118
|
+
"Type": "System.String"
|
|
119
|
+
},
|
|
120
|
+
"1": {
|
|
121
|
+
"Name": "Rank",
|
|
122
|
+
"Index": -1,
|
|
123
|
+
"NameInSource": "Rank",
|
|
124
|
+
"Alias": "Rank",
|
|
125
|
+
"Type": "System.Double"
|
|
126
|
+
},
|
|
127
|
+
"2": {
|
|
128
|
+
"Name": "Variation20002005",
|
|
129
|
+
"Index": -1,
|
|
130
|
+
"NameInSource": "Variation20002005",
|
|
131
|
+
"Alias": "Variation20002005",
|
|
132
|
+
"Type": "System.Int32",
|
|
133
|
+
"Ident": "Calc",
|
|
134
|
+
"Expression": "Auto.Year2005 > Auto.Year2000 ? 1 : 2"
|
|
135
|
+
},
|
|
136
|
+
"3": {
|
|
137
|
+
"Name": "Variation20052009",
|
|
138
|
+
"Index": -1,
|
|
139
|
+
"NameInSource": "Variation20052009",
|
|
140
|
+
"Alias": "Variation20052009",
|
|
141
|
+
"Type": "System.Int32",
|
|
142
|
+
"Ident": "Calc",
|
|
143
|
+
"Expression": "Auto.Year2009 > Auto.Year2005 ? 1 : 2"
|
|
144
|
+
},
|
|
145
|
+
"4": {
|
|
146
|
+
"Name": "Year2000",
|
|
147
|
+
"Index": -1,
|
|
148
|
+
"NameInSource": "Year2000",
|
|
149
|
+
"Alias": "Year2000",
|
|
150
|
+
"Type": "System.Double"
|
|
151
|
+
},
|
|
152
|
+
"5": {
|
|
153
|
+
"Name": "Year2005",
|
|
154
|
+
"Index": -1,
|
|
155
|
+
"NameInSource": "Year2005",
|
|
156
|
+
"Alias": "Year2005",
|
|
157
|
+
"Type": "System.Double"
|
|
158
|
+
},
|
|
159
|
+
"6": {
|
|
160
|
+
"Name": "Year2009",
|
|
161
|
+
"Index": -1,
|
|
162
|
+
"NameInSource": "Year2009",
|
|
163
|
+
"Alias": "Year2009",
|
|
164
|
+
"Type": "System.Double"
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
"NameInSource": "Demo.Auto"
|
|
168
|
+
},
|
|
169
|
+
"1": {
|
|
170
|
+
"Ident": "StiDataTableSource",
|
|
171
|
+
"Name": "GlobalGrowth",
|
|
172
|
+
"Alias": "GlobalGrowth",
|
|
173
|
+
"Key": "19ceb66a22374730b825750c2f9a9b15",
|
|
174
|
+
"Columns": {
|
|
175
|
+
"0": {
|
|
176
|
+
"Name": "Region",
|
|
177
|
+
"Index": -1,
|
|
178
|
+
"NameInSource": "Region",
|
|
179
|
+
"Alias": "Region",
|
|
180
|
+
"Type": "System.String"
|
|
181
|
+
},
|
|
182
|
+
"1": {
|
|
183
|
+
"Name": "Year2006",
|
|
184
|
+
"Index": -1,
|
|
185
|
+
"NameInSource": "Year2006",
|
|
186
|
+
"Alias": "Year2006",
|
|
187
|
+
"Type": "System.Double"
|
|
188
|
+
},
|
|
189
|
+
"2": {
|
|
190
|
+
"Name": "Year2007",
|
|
191
|
+
"Index": -1,
|
|
192
|
+
"NameInSource": "Year2007",
|
|
193
|
+
"Alias": "Year2007",
|
|
194
|
+
"Type": "System.Double"
|
|
195
|
+
},
|
|
196
|
+
"3": {
|
|
197
|
+
"Name": "Year2008",
|
|
198
|
+
"Index": -1,
|
|
199
|
+
"NameInSource": "Year2008",
|
|
200
|
+
"Alias": "Year2008",
|
|
201
|
+
"Type": "System.Double"
|
|
202
|
+
},
|
|
203
|
+
"4": {
|
|
204
|
+
"Name": "Year2009",
|
|
205
|
+
"Index": -1,
|
|
206
|
+
"NameInSource": "Year2009",
|
|
207
|
+
"Alias": "Year2009",
|
|
208
|
+
"Type": "System.Double"
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
"NameInSource": "Demo.GlobalGrowth"
|
|
212
|
+
},
|
|
213
|
+
"2": {
|
|
214
|
+
"Ident": "StiDataTableSource",
|
|
215
|
+
"Name": "Opec",
|
|
216
|
+
"Alias": "Opec",
|
|
217
|
+
"Key": "ade93a690f4640adb630d502077447d6",
|
|
218
|
+
"Columns": {
|
|
219
|
+
"0": {
|
|
220
|
+
"Name": "Iran",
|
|
221
|
+
"Index": -1,
|
|
222
|
+
"NameInSource": "Iran",
|
|
223
|
+
"Alias": "Iran",
|
|
224
|
+
"Type": "System.Double"
|
|
225
|
+
},
|
|
226
|
+
"1": {
|
|
227
|
+
"Name": "Iraq",
|
|
228
|
+
"Index": -1,
|
|
229
|
+
"NameInSource": "Iraq",
|
|
230
|
+
"Alias": "Iraq",
|
|
231
|
+
"Type": "System.Double"
|
|
232
|
+
},
|
|
233
|
+
"2": {
|
|
234
|
+
"Name": "Kuwait",
|
|
235
|
+
"Index": -1,
|
|
236
|
+
"NameInSource": "Kuwait",
|
|
237
|
+
"Alias": "Kuwait",
|
|
238
|
+
"Type": "System.Double"
|
|
239
|
+
},
|
|
240
|
+
"3": {
|
|
241
|
+
"Name": "Libya",
|
|
242
|
+
"Index": -1,
|
|
243
|
+
"NameInSource": "Libya",
|
|
244
|
+
"Alias": "Libya",
|
|
245
|
+
"Type": "System.Double"
|
|
246
|
+
},
|
|
247
|
+
"4": {
|
|
248
|
+
"Name": "Nigeria",
|
|
249
|
+
"Index": -1,
|
|
250
|
+
"NameInSource": "Nigeria",
|
|
251
|
+
"Alias": "Nigeria",
|
|
252
|
+
"Type": "System.Double"
|
|
253
|
+
},
|
|
254
|
+
"5": {
|
|
255
|
+
"Name": "Saudi Arabia",
|
|
256
|
+
"Index": -1,
|
|
257
|
+
"NameInSource": "Saudi Arabia",
|
|
258
|
+
"Alias": "Saudi Arabia",
|
|
259
|
+
"Type": "System.Double"
|
|
260
|
+
},
|
|
261
|
+
"6": {
|
|
262
|
+
"Name": "UAE",
|
|
263
|
+
"Index": -1,
|
|
264
|
+
"NameInSource": "UAE",
|
|
265
|
+
"Alias": "UAE",
|
|
266
|
+
"Type": "System.Double"
|
|
267
|
+
},
|
|
268
|
+
"7": {
|
|
269
|
+
"Name": "Venezuela",
|
|
270
|
+
"Index": -1,
|
|
271
|
+
"NameInSource": "Venezuela",
|
|
272
|
+
"Alias": "Venezuela",
|
|
273
|
+
"Type": "System.Double"
|
|
274
|
+
},
|
|
275
|
+
"8": {
|
|
276
|
+
"Name": "Year",
|
|
277
|
+
"Index": -1,
|
|
278
|
+
"NameInSource": "Year",
|
|
279
|
+
"Alias": "Year",
|
|
280
|
+
"Type": "System.Double"
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
"NameInSource": "Demo.Opec"
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
"Databases": {
|
|
287
|
+
"0": {
|
|
288
|
+
"Ident": "StiXmlDatabase",
|
|
289
|
+
"Name": "Demo",
|
|
290
|
+
"Alias": "Demo",
|
|
291
|
+
"PathSchema": "resource://Demo",
|
|
292
|
+
"PathData": "resource://Demo2"
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
"Pages": {
|
|
297
|
+
"0": {
|
|
298
|
+
"Ident": "StiPage",
|
|
299
|
+
"Name": "Page1",
|
|
300
|
+
"Guid": "286dd70aba9b4ab79e5f6f6eedf510b9",
|
|
301
|
+
"Interaction": {
|
|
302
|
+
"Ident": "StiInteraction"
|
|
303
|
+
},
|
|
304
|
+
"Border": ";;2;;;;;solid:Black",
|
|
305
|
+
"Brush": "solid:",
|
|
306
|
+
"Components": {
|
|
307
|
+
"0": {
|
|
308
|
+
"Ident": "StiPageFooterBand",
|
|
309
|
+
"Name": "PageFooterBand2",
|
|
310
|
+
"Guid": "140406c254194d7fa1b315f89892e95c",
|
|
311
|
+
"ClientRectangle": "0,1289.2,749,20",
|
|
312
|
+
"Interaction": {
|
|
313
|
+
"Ident": "StiInteraction"
|
|
314
|
+
},
|
|
315
|
+
"Border": ";;;;;;;solid:Black",
|
|
316
|
+
"Brush": "solid:",
|
|
317
|
+
"Components": {
|
|
318
|
+
"0": {
|
|
319
|
+
"Ident": "StiText",
|
|
320
|
+
"Name": "Text5",
|
|
321
|
+
"Guid": "ecedfc3665514696bb6e9f3889fd1395",
|
|
322
|
+
"ClientRectangle": "0,0,749,20",
|
|
323
|
+
"ComponentStyle": "Footer1",
|
|
324
|
+
"Interaction": {
|
|
325
|
+
"Ident": "StiInteraction"
|
|
326
|
+
},
|
|
327
|
+
"Text": {
|
|
328
|
+
"Value": "{PageNofM}"
|
|
329
|
+
},
|
|
330
|
+
"HorAlignment": "Right",
|
|
331
|
+
"VertAlignment": "Center",
|
|
332
|
+
"Font": "Segoe UI;9.75;;",
|
|
333
|
+
"Border": ";58,78,94;;;;;;solid:Black",
|
|
334
|
+
"Brush": "solid:",
|
|
335
|
+
"TextBrush": "solid:166,166,166"
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
},
|
|
339
|
+
"1": {
|
|
340
|
+
"Ident": "StiReportTitleBand",
|
|
341
|
+
"Name": "ReportTitleBand1",
|
|
342
|
+
"Guid": "a817cb3557ae41d2b6f3341a66c223af",
|
|
343
|
+
"ClientRectangle": "0,20,749,70",
|
|
344
|
+
"Interaction": {
|
|
345
|
+
"Ident": "StiInteraction"
|
|
346
|
+
},
|
|
347
|
+
"Border": ";;;;;;;solid:Black",
|
|
348
|
+
"Brush": "solid:",
|
|
349
|
+
"Components": {
|
|
350
|
+
"0": {
|
|
351
|
+
"Ident": "StiText",
|
|
352
|
+
"Name": "Text20",
|
|
353
|
+
"Guid": "e4f123098fc54b86be12608facaeee93",
|
|
354
|
+
"ClientRectangle": "570,0,179,40",
|
|
355
|
+
"ComponentStyle": "Header1",
|
|
356
|
+
"Interaction": {
|
|
357
|
+
"Ident": "StiInteraction"
|
|
358
|
+
},
|
|
359
|
+
"Text": {
|
|
360
|
+
"Value": "{ReportAuthor}"
|
|
361
|
+
},
|
|
362
|
+
"HorAlignment": "Right",
|
|
363
|
+
"VertAlignment": "Center",
|
|
364
|
+
"Font": "Segoe UI;21.75;Bold;",
|
|
365
|
+
"Border": "Bottom;166,166,166;;;;;;solid:Black",
|
|
366
|
+
"Brush": "solid:",
|
|
367
|
+
"TextBrush": "solid:64,64,64",
|
|
368
|
+
"Margins": {
|
|
369
|
+
"Left": 0.0,
|
|
370
|
+
"Right": 1.0,
|
|
371
|
+
"Top": 0.0,
|
|
372
|
+
"Bottom": 0.0
|
|
373
|
+
},
|
|
374
|
+
"Type": "Expression"
|
|
375
|
+
},
|
|
376
|
+
"1": {
|
|
377
|
+
"Ident": "StiText",
|
|
378
|
+
"Name": "Text23",
|
|
379
|
+
"Guid": "0d701e25e27c44a283520ea86eca0906",
|
|
380
|
+
"ClientRectangle": "0,0,570,40",
|
|
381
|
+
"ComponentStyle": "Header1",
|
|
382
|
+
"Interaction": {
|
|
383
|
+
"Ident": "StiInteraction"
|
|
384
|
+
},
|
|
385
|
+
"Text": {
|
|
386
|
+
"Value": "{ReportAlias}"
|
|
387
|
+
},
|
|
388
|
+
"VertAlignment": "Center",
|
|
389
|
+
"Font": "Segoe UI;21.75;Bold;",
|
|
390
|
+
"Border": "Bottom;166,166,166;;;;;;solid:Black",
|
|
391
|
+
"Brush": "solid:",
|
|
392
|
+
"TextBrush": "solid:64,64,64",
|
|
393
|
+
"Margins": {
|
|
394
|
+
"Left": 3.0,
|
|
395
|
+
"Right": 0.0,
|
|
396
|
+
"Top": 0.0,
|
|
397
|
+
"Bottom": 0.0
|
|
398
|
+
},
|
|
399
|
+
"Type": "Expression"
|
|
400
|
+
},
|
|
401
|
+
"2": {
|
|
402
|
+
"Ident": "StiText",
|
|
403
|
+
"Name": "Text15",
|
|
404
|
+
"Guid": "0ae1d6e455cb4a80865accf51eb273e8",
|
|
405
|
+
"CanGrow": true,
|
|
406
|
+
"ClientRectangle": "0,40,570,20",
|
|
407
|
+
"ComponentStyle": "Footer1",
|
|
408
|
+
"Interaction": {
|
|
409
|
+
"Ident": "StiInteraction"
|
|
410
|
+
},
|
|
411
|
+
"Text": {
|
|
412
|
+
"Value": "{ReportDescription}"
|
|
413
|
+
},
|
|
414
|
+
"Font": "Segoe UI;9.75;;",
|
|
415
|
+
"Border": ";58,78,94;;;;;;solid:Black",
|
|
416
|
+
"Brush": "solid:",
|
|
417
|
+
"TextBrush": "solid:166,166,166",
|
|
418
|
+
"TextOptions": {
|
|
419
|
+
"WordWrap": true
|
|
420
|
+
},
|
|
421
|
+
"Margins": {
|
|
422
|
+
"Left": 5.0,
|
|
423
|
+
"Right": 0.0,
|
|
424
|
+
"Top": 0.0,
|
|
425
|
+
"Bottom": 0.0
|
|
426
|
+
},
|
|
427
|
+
"Type": "Expression"
|
|
428
|
+
},
|
|
429
|
+
"3": {
|
|
430
|
+
"Ident": "StiText",
|
|
431
|
+
"Name": "Text18",
|
|
432
|
+
"Guid": "a03d4e27e82f44d2905d69e762e44f9f",
|
|
433
|
+
"CanGrow": true,
|
|
434
|
+
"ClientRectangle": "570,40,179,20",
|
|
435
|
+
"ComponentStyle": "Footer1",
|
|
436
|
+
"Interaction": {
|
|
437
|
+
"Ident": "StiInteraction"
|
|
438
|
+
},
|
|
439
|
+
"Text": {
|
|
440
|
+
"Value": "Date: {Today.ToString(\"Y\")}"
|
|
441
|
+
},
|
|
442
|
+
"HorAlignment": "Right",
|
|
443
|
+
"Font": "Segoe UI;9.75;;",
|
|
444
|
+
"Border": ";58,78,94;;;;;;solid:Black",
|
|
445
|
+
"Brush": "solid:",
|
|
446
|
+
"TextBrush": "solid:166,166,166",
|
|
447
|
+
"TextOptions": {
|
|
448
|
+
"WordWrap": true
|
|
449
|
+
},
|
|
450
|
+
"Margins": {
|
|
451
|
+
"Left": 0.0,
|
|
452
|
+
"Right": 3.0,
|
|
453
|
+
"Top": 0.0,
|
|
454
|
+
"Bottom": 0.0
|
|
455
|
+
},
|
|
456
|
+
"Type": "Expression"
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
"2": {
|
|
461
|
+
"Ident": "StiHeaderBand",
|
|
462
|
+
"Name": "HeaderBand1",
|
|
463
|
+
"ClientRectangle": "0,130,749,40",
|
|
464
|
+
"Interaction": {
|
|
465
|
+
"Ident": "StiInteraction"
|
|
466
|
+
},
|
|
467
|
+
"Border": ";;;;;;;solid:Black",
|
|
468
|
+
"Brush": "solid:",
|
|
469
|
+
"Components": {
|
|
470
|
+
"0": {
|
|
471
|
+
"Ident": "StiText",
|
|
472
|
+
"Name": "Text1",
|
|
473
|
+
"Guid": "2eeb7ea6182748bc9580fe38f4263697",
|
|
474
|
+
"ClientRectangle": "0,0,749,30",
|
|
475
|
+
"ComponentStyle": "Header2",
|
|
476
|
+
"Interaction": {
|
|
477
|
+
"Ident": "StiInteraction"
|
|
478
|
+
},
|
|
479
|
+
"Text": {
|
|
480
|
+
"Value": "Data Bar Condition"
|
|
481
|
+
},
|
|
482
|
+
"HorAlignment": "Center",
|
|
483
|
+
"VertAlignment": "Center",
|
|
484
|
+
"Font": "Segoe UI;15.75;Bold;",
|
|
485
|
+
"Border": ";;;;;;;solid:Black",
|
|
486
|
+
"Brush": "solid:",
|
|
487
|
+
"TextBrush": "solid:64,64,64",
|
|
488
|
+
"Type": "Expression"
|
|
489
|
+
}
|
|
490
|
+
},
|
|
491
|
+
"PrintOnAllPages": false
|
|
492
|
+
},
|
|
493
|
+
"3": {
|
|
494
|
+
"Ident": "StiHeaderBand",
|
|
495
|
+
"Name": "HeaderBand2",
|
|
496
|
+
"ClientRectangle": "0,210,749,40",
|
|
497
|
+
"Interaction": {
|
|
498
|
+
"Ident": "StiInteraction"
|
|
499
|
+
},
|
|
500
|
+
"Border": ";;;;;;;solid:Black",
|
|
501
|
+
"Brush": "solid:",
|
|
502
|
+
"Components": {
|
|
503
|
+
"0": {
|
|
504
|
+
"Ident": "StiText",
|
|
505
|
+
"Name": "Text12",
|
|
506
|
+
"ClientRectangle": "490,0,120,40",
|
|
507
|
+
"ComponentStyle": "Header3",
|
|
508
|
+
"Interaction": {
|
|
509
|
+
"Ident": "StiInteraction"
|
|
510
|
+
},
|
|
511
|
+
"Text": {
|
|
512
|
+
"Value": "Year 2008"
|
|
513
|
+
},
|
|
514
|
+
"HorAlignment": "Center",
|
|
515
|
+
"VertAlignment": "Center",
|
|
516
|
+
"Font": "Segoe UI;12;Bold;",
|
|
517
|
+
"Border": "Left, Right;White;;;;;;solid:Black",
|
|
518
|
+
"Brush": "solid:255,164,114",
|
|
519
|
+
"TextBrush": "solid:255,255,255"
|
|
520
|
+
},
|
|
521
|
+
"1": {
|
|
522
|
+
"Ident": "StiText",
|
|
523
|
+
"Name": "Text11",
|
|
524
|
+
"ClientRectangle": "360,0,129.5,40",
|
|
525
|
+
"ComponentStyle": "Header3",
|
|
526
|
+
"Interaction": {
|
|
527
|
+
"Ident": "StiInteraction"
|
|
528
|
+
},
|
|
529
|
+
"Text": {
|
|
530
|
+
"Value": "Year 2007"
|
|
531
|
+
},
|
|
532
|
+
"HorAlignment": "Center",
|
|
533
|
+
"VertAlignment": "Center",
|
|
534
|
+
"Font": "Segoe UI;12;Bold;",
|
|
535
|
+
"Border": "Left, Right;White;;;;;;solid:Black",
|
|
536
|
+
"Brush": "solid:255,164,114",
|
|
537
|
+
"TextBrush": "solid:255,255,255",
|
|
538
|
+
"TextOptions": {
|
|
539
|
+
"WordWrap": true
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
"2": {
|
|
543
|
+
"Ident": "StiText",
|
|
544
|
+
"Name": "Text10",
|
|
545
|
+
"ClientRectangle": "230,0,129.5,40",
|
|
546
|
+
"ComponentStyle": "Header3",
|
|
547
|
+
"Interaction": {
|
|
548
|
+
"Ident": "StiInteraction"
|
|
549
|
+
},
|
|
550
|
+
"Text": {
|
|
551
|
+
"Value": "Year 2006"
|
|
552
|
+
},
|
|
553
|
+
"HorAlignment": "Center",
|
|
554
|
+
"VertAlignment": "Center",
|
|
555
|
+
"Font": "Segoe UI;12;Bold;",
|
|
556
|
+
"Border": "Left, Right;White;;;;;;solid:Black",
|
|
557
|
+
"Brush": "solid:255,164,114",
|
|
558
|
+
"TextBrush": "solid:255,255,255"
|
|
559
|
+
},
|
|
560
|
+
"3": {
|
|
561
|
+
"Ident": "StiText",
|
|
562
|
+
"Name": "Text13",
|
|
563
|
+
"ClientRectangle": "610,0,139,40",
|
|
564
|
+
"ComponentStyle": "Header3",
|
|
565
|
+
"Interaction": {
|
|
566
|
+
"Ident": "StiInteraction"
|
|
567
|
+
},
|
|
568
|
+
"Text": {
|
|
569
|
+
"Value": "Year 2009"
|
|
570
|
+
},
|
|
571
|
+
"HorAlignment": "Center",
|
|
572
|
+
"VertAlignment": "Center",
|
|
573
|
+
"Font": "Segoe UI;12;Bold;",
|
|
574
|
+
"Border": "Left;White;;;;;;solid:Black",
|
|
575
|
+
"Brush": "solid:255,164,114",
|
|
576
|
+
"TextBrush": "solid:255,255,255",
|
|
577
|
+
"TextOptions": {
|
|
578
|
+
"WordWrap": true
|
|
579
|
+
}
|
|
580
|
+
},
|
|
581
|
+
"4": {
|
|
582
|
+
"Ident": "StiText",
|
|
583
|
+
"Name": "Text9",
|
|
584
|
+
"ClientRectangle": "0,0,229.5,40",
|
|
585
|
+
"ComponentStyle": "Header3",
|
|
586
|
+
"Interaction": {
|
|
587
|
+
"Ident": "StiInteraction"
|
|
588
|
+
},
|
|
589
|
+
"Text": {
|
|
590
|
+
"Value": "Region"
|
|
591
|
+
},
|
|
592
|
+
"HorAlignment": "Center",
|
|
593
|
+
"VertAlignment": "Center",
|
|
594
|
+
"Font": "Segoe UI;12;Bold;",
|
|
595
|
+
"Border": "Right;White;;;;;;solid:Black",
|
|
596
|
+
"Brush": "solid:255,164,114",
|
|
597
|
+
"TextBrush": "solid:255,255,255"
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
},
|
|
601
|
+
"4": {
|
|
602
|
+
"Ident": "StiDataBand",
|
|
603
|
+
"Name": "DataGlobalGrowth",
|
|
604
|
+
"ClientRectangle": "0,290,749,20",
|
|
605
|
+
"ComponentStyle": "Data1",
|
|
606
|
+
"Interaction": {
|
|
607
|
+
"Ident": "StiBandInteraction"
|
|
608
|
+
},
|
|
609
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
610
|
+
"Brush": "solid:",
|
|
611
|
+
"Components": {
|
|
612
|
+
"0": {
|
|
613
|
+
"Ident": "StiText",
|
|
614
|
+
"Name": "DataGlobalGrowth_Region",
|
|
615
|
+
"CanGrow": true,
|
|
616
|
+
"GrowToHeight": true,
|
|
617
|
+
"ClientRectangle": "0,0,230,20",
|
|
618
|
+
"ComponentStyle": "Data1",
|
|
619
|
+
"Interaction": {
|
|
620
|
+
"Ident": "StiInteraction"
|
|
621
|
+
},
|
|
622
|
+
"Text": {
|
|
623
|
+
"Value": "{GlobalGrowth.Region}"
|
|
624
|
+
},
|
|
625
|
+
"VertAlignment": "Center",
|
|
626
|
+
"Font": "Segoe UI;9.75;;",
|
|
627
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
628
|
+
"Brush": "solid:",
|
|
629
|
+
"TextBrush": "solid:64,64,64",
|
|
630
|
+
"TextOptions": {
|
|
631
|
+
"WordWrap": true
|
|
632
|
+
},
|
|
633
|
+
"Margins": {
|
|
634
|
+
"Left": 3.0,
|
|
635
|
+
"Right": 3.0,
|
|
636
|
+
"Top": 3.0,
|
|
637
|
+
"Bottom": 3.0
|
|
638
|
+
}
|
|
639
|
+
},
|
|
640
|
+
"1": {
|
|
641
|
+
"Ident": "StiText",
|
|
642
|
+
"Name": "DataGlobalGrowth_Year2006",
|
|
643
|
+
"CanGrow": true,
|
|
644
|
+
"GrowToHeight": true,
|
|
645
|
+
"ClientRectangle": "230,0,130,20",
|
|
646
|
+
"ComponentStyle": "Data1",
|
|
647
|
+
"Conditions": {
|
|
648
|
+
"0": {
|
|
649
|
+
"Ident": "StiDataBarCondition",
|
|
650
|
+
"Column": "GlobalGrowth.Year2006",
|
|
651
|
+
"PositiveColor": "111,222,94",
|
|
652
|
+
"NegativeColor": "220,83,86",
|
|
653
|
+
"MinimumValue": -10.0,
|
|
654
|
+
"MaximumValue": 10.0
|
|
655
|
+
}
|
|
656
|
+
},
|
|
657
|
+
"Interaction": {
|
|
658
|
+
"Ident": "StiInteraction"
|
|
659
|
+
},
|
|
660
|
+
"Text": {
|
|
661
|
+
"Value": "{GlobalGrowth.Year2006}%"
|
|
662
|
+
},
|
|
663
|
+
"HorAlignment": "Right",
|
|
664
|
+
"VertAlignment": "Center",
|
|
665
|
+
"Font": "Segoe UI;9.75;;",
|
|
666
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
667
|
+
"Brush": "solid:",
|
|
668
|
+
"TextBrush": "solid:64,64,64",
|
|
669
|
+
"TextOptions": {
|
|
670
|
+
"WordWrap": true
|
|
671
|
+
},
|
|
672
|
+
"Margins": {
|
|
673
|
+
"Left": 3.0,
|
|
674
|
+
"Right": 3.0,
|
|
675
|
+
"Top": 3.0,
|
|
676
|
+
"Bottom": 3.0
|
|
677
|
+
},
|
|
678
|
+
"Type": "Expression"
|
|
679
|
+
},
|
|
680
|
+
"2": {
|
|
681
|
+
"Ident": "StiText",
|
|
682
|
+
"Name": "DataGlobalGrowth_Year2007",
|
|
683
|
+
"CanGrow": true,
|
|
684
|
+
"GrowToHeight": true,
|
|
685
|
+
"ClientRectangle": "360,0,130,20",
|
|
686
|
+
"ComponentStyle": "Data1",
|
|
687
|
+
"Conditions": {
|
|
688
|
+
"0": {
|
|
689
|
+
"Ident": "StiDataBarCondition",
|
|
690
|
+
"Column": "GlobalGrowth.Year2007",
|
|
691
|
+
"PositiveColor": "111,222,94",
|
|
692
|
+
"NegativeColor": "220,83,86",
|
|
693
|
+
"MinimumValue": -10.0,
|
|
694
|
+
"MaximumValue": 10.0
|
|
695
|
+
}
|
|
696
|
+
},
|
|
697
|
+
"Interaction": {
|
|
698
|
+
"Ident": "StiInteraction"
|
|
699
|
+
},
|
|
700
|
+
"Text": {
|
|
701
|
+
"Value": "{GlobalGrowth.Year2007}%"
|
|
702
|
+
},
|
|
703
|
+
"HorAlignment": "Right",
|
|
704
|
+
"VertAlignment": "Center",
|
|
705
|
+
"Font": "Segoe UI;9.75;;",
|
|
706
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
707
|
+
"Brush": "solid:",
|
|
708
|
+
"TextBrush": "solid:64,64,64",
|
|
709
|
+
"TextOptions": {
|
|
710
|
+
"WordWrap": true
|
|
711
|
+
},
|
|
712
|
+
"Margins": {
|
|
713
|
+
"Left": 3.0,
|
|
714
|
+
"Right": 3.0,
|
|
715
|
+
"Top": 3.0,
|
|
716
|
+
"Bottom": 3.0
|
|
717
|
+
}
|
|
718
|
+
},
|
|
719
|
+
"3": {
|
|
720
|
+
"Ident": "StiText",
|
|
721
|
+
"Name": "DataGlobalGrowth_Year2008",
|
|
722
|
+
"CanGrow": true,
|
|
723
|
+
"GrowToHeight": true,
|
|
724
|
+
"ClientRectangle": "490,0,120,20",
|
|
725
|
+
"ComponentStyle": "Data1",
|
|
726
|
+
"Conditions": {
|
|
727
|
+
"0": {
|
|
728
|
+
"Ident": "StiDataBarCondition",
|
|
729
|
+
"Column": "GlobalGrowth.Year2008",
|
|
730
|
+
"PositiveColor": "111,222,94",
|
|
731
|
+
"NegativeColor": "220,83,86",
|
|
732
|
+
"MinimumValue": -10.0,
|
|
733
|
+
"MaximumValue": 10.0
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
"Interaction": {
|
|
737
|
+
"Ident": "StiInteraction"
|
|
738
|
+
},
|
|
739
|
+
"Text": {
|
|
740
|
+
"Value": "{GlobalGrowth.Year2008}%"
|
|
741
|
+
},
|
|
742
|
+
"HorAlignment": "Right",
|
|
743
|
+
"VertAlignment": "Center",
|
|
744
|
+
"Font": "Segoe UI;9.75;;",
|
|
745
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
746
|
+
"Brush": "solid:",
|
|
747
|
+
"TextBrush": "solid:64,64,64",
|
|
748
|
+
"TextOptions": {
|
|
749
|
+
"WordWrap": true
|
|
750
|
+
},
|
|
751
|
+
"Margins": {
|
|
752
|
+
"Left": 3.0,
|
|
753
|
+
"Right": 3.0,
|
|
754
|
+
"Top": 3.0,
|
|
755
|
+
"Bottom": 3.0
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
"4": {
|
|
759
|
+
"Ident": "StiText",
|
|
760
|
+
"Name": "DataGlobalGrowth_Year2009",
|
|
761
|
+
"CanGrow": true,
|
|
762
|
+
"GrowToHeight": true,
|
|
763
|
+
"ClientRectangle": "610,0,139,20",
|
|
764
|
+
"ComponentStyle": "Data1",
|
|
765
|
+
"Conditions": {
|
|
766
|
+
"0": {
|
|
767
|
+
"Ident": "StiDataBarCondition",
|
|
768
|
+
"Column": "GlobalGrowth.Year2009",
|
|
769
|
+
"PositiveColor": "111,222,94",
|
|
770
|
+
"NegativeColor": "220,83,86",
|
|
771
|
+
"MinimumValue": -10.0,
|
|
772
|
+
"MaximumValue": 10.0
|
|
773
|
+
}
|
|
774
|
+
},
|
|
775
|
+
"Interaction": {
|
|
776
|
+
"Ident": "StiInteraction"
|
|
777
|
+
},
|
|
778
|
+
"Text": {
|
|
779
|
+
"Value": "{GlobalGrowth.Year2009}%"
|
|
780
|
+
},
|
|
781
|
+
"HorAlignment": "Right",
|
|
782
|
+
"VertAlignment": "Center",
|
|
783
|
+
"Font": "Segoe UI;9.75;;",
|
|
784
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
785
|
+
"Brush": "solid:",
|
|
786
|
+
"TextBrush": "solid:64,64,64",
|
|
787
|
+
"TextOptions": {
|
|
788
|
+
"WordWrap": true
|
|
789
|
+
},
|
|
790
|
+
"Margins": {
|
|
791
|
+
"Left": 3.0,
|
|
792
|
+
"Right": 3.0,
|
|
793
|
+
"Top": 3.0,
|
|
794
|
+
"Bottom": 3.0
|
|
795
|
+
}
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
"DataSourceName": "GlobalGrowth",
|
|
799
|
+
"EvenStyle": "Data2"
|
|
800
|
+
},
|
|
801
|
+
"5": {
|
|
802
|
+
"Ident": "StiFooterBand",
|
|
803
|
+
"Name": "FooterBand2",
|
|
804
|
+
"ClientRectangle": "0,350,749,40",
|
|
805
|
+
"ComponentStyle": "Footer1",
|
|
806
|
+
"Interaction": {
|
|
807
|
+
"Ident": "StiInteraction"
|
|
808
|
+
},
|
|
809
|
+
"Border": ";58,78,94;;;;;;solid:Black",
|
|
810
|
+
"Brush": "solid:",
|
|
811
|
+
"PrintOnAllPages": true
|
|
812
|
+
},
|
|
813
|
+
"6": {
|
|
814
|
+
"Ident": "StiHeaderBand",
|
|
815
|
+
"Name": "HeaderBand4",
|
|
816
|
+
"Guid": "fec1f64f97f14a849f147830fd4a30a4",
|
|
817
|
+
"ClientRectangle": "0,430,749,40",
|
|
818
|
+
"Interaction": {
|
|
819
|
+
"Ident": "StiInteraction"
|
|
820
|
+
},
|
|
821
|
+
"Border": ";;;;;;;solid:Black",
|
|
822
|
+
"Brush": "solid:",
|
|
823
|
+
"Components": {
|
|
824
|
+
"0": {
|
|
825
|
+
"Ident": "StiText",
|
|
826
|
+
"Name": "Text3",
|
|
827
|
+
"Guid": "e964b1bb39d64aeebaea04fc0403bac9",
|
|
828
|
+
"ClientRectangle": "0,0,749,30",
|
|
829
|
+
"ComponentStyle": "Header2",
|
|
830
|
+
"Interaction": {
|
|
831
|
+
"Ident": "StiInteraction"
|
|
832
|
+
},
|
|
833
|
+
"Text": {
|
|
834
|
+
"Value": "Color Scale Condition"
|
|
835
|
+
},
|
|
836
|
+
"HorAlignment": "Center",
|
|
837
|
+
"VertAlignment": "Center",
|
|
838
|
+
"Font": "Segoe UI;15.75;Bold;",
|
|
839
|
+
"Border": ";;;;;;;solid:Black",
|
|
840
|
+
"Brush": "solid:",
|
|
841
|
+
"TextBrush": "solid:64,64,64",
|
|
842
|
+
"Type": "Expression"
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
"PrintOnAllPages": false
|
|
846
|
+
},
|
|
847
|
+
"7": {
|
|
848
|
+
"Ident": "StiHeaderBand",
|
|
849
|
+
"Name": "HeaderOpec",
|
|
850
|
+
"ClientRectangle": "0,510,749,40",
|
|
851
|
+
"Interaction": {
|
|
852
|
+
"Ident": "StiInteraction"
|
|
853
|
+
},
|
|
854
|
+
"Border": ";;;;;;;solid:Black",
|
|
855
|
+
"Brush": "solid:",
|
|
856
|
+
"Components": {
|
|
857
|
+
"0": {
|
|
858
|
+
"Ident": "StiText",
|
|
859
|
+
"Name": "HeaderOpec_Year",
|
|
860
|
+
"ClientRectangle": "0,0,50,40",
|
|
861
|
+
"ComponentStyle": "Header3",
|
|
862
|
+
"Interaction": {
|
|
863
|
+
"Ident": "StiInteraction"
|
|
864
|
+
},
|
|
865
|
+
"Text": {
|
|
866
|
+
"Value": "Year"
|
|
867
|
+
},
|
|
868
|
+
"HorAlignment": "Center",
|
|
869
|
+
"VertAlignment": "Center",
|
|
870
|
+
"Font": "Segoe UI;12;Bold;",
|
|
871
|
+
"Border": "Right;White;;;;;;solid:Black",
|
|
872
|
+
"Brush": "solid:255,164,114",
|
|
873
|
+
"TextBrush": "solid:255,255,255",
|
|
874
|
+
"TextOptions": {
|
|
875
|
+
"WordWrap": true
|
|
876
|
+
}
|
|
877
|
+
},
|
|
878
|
+
"1": {
|
|
879
|
+
"Ident": "StiText",
|
|
880
|
+
"Name": "HeaderOpec_Iran",
|
|
881
|
+
"ClientRectangle": "50,0,80,40",
|
|
882
|
+
"ComponentStyle": "Header3",
|
|
883
|
+
"Interaction": {
|
|
884
|
+
"Ident": "StiInteraction"
|
|
885
|
+
},
|
|
886
|
+
"Text": {
|
|
887
|
+
"Value": "Iran"
|
|
888
|
+
},
|
|
889
|
+
"HorAlignment": "Center",
|
|
890
|
+
"VertAlignment": "Center",
|
|
891
|
+
"Font": "Segoe UI;12;Bold;",
|
|
892
|
+
"Border": "Left, Right;White;;;;;;solid:Black",
|
|
893
|
+
"Brush": "solid:255,164,114",
|
|
894
|
+
"TextBrush": "solid:255,255,255",
|
|
895
|
+
"TextOptions": {
|
|
896
|
+
"WordWrap": true
|
|
897
|
+
}
|
|
898
|
+
},
|
|
899
|
+
"2": {
|
|
900
|
+
"Ident": "StiText",
|
|
901
|
+
"Name": "HeaderOpec_Iraq",
|
|
902
|
+
"ClientRectangle": "130,0,80,40",
|
|
903
|
+
"ComponentStyle": "Header3",
|
|
904
|
+
"Interaction": {
|
|
905
|
+
"Ident": "StiInteraction"
|
|
906
|
+
},
|
|
907
|
+
"Text": {
|
|
908
|
+
"Value": "Iraq"
|
|
909
|
+
},
|
|
910
|
+
"HorAlignment": "Center",
|
|
911
|
+
"VertAlignment": "Center",
|
|
912
|
+
"Font": "Segoe UI;12;Bold;",
|
|
913
|
+
"Border": "Left, Right;White;;;;;;solid:Black",
|
|
914
|
+
"Brush": "solid:255,164,114",
|
|
915
|
+
"TextBrush": "solid:255,255,255",
|
|
916
|
+
"TextOptions": {
|
|
917
|
+
"WordWrap": true
|
|
918
|
+
}
|
|
919
|
+
},
|
|
920
|
+
"3": {
|
|
921
|
+
"Ident": "StiText",
|
|
922
|
+
"Name": "HeaderOpec_Kuwait",
|
|
923
|
+
"ClientRectangle": "210,0,80,40",
|
|
924
|
+
"ComponentStyle": "Header3",
|
|
925
|
+
"Interaction": {
|
|
926
|
+
"Ident": "StiInteraction"
|
|
927
|
+
},
|
|
928
|
+
"Text": {
|
|
929
|
+
"Value": "Kuwait"
|
|
930
|
+
},
|
|
931
|
+
"HorAlignment": "Center",
|
|
932
|
+
"VertAlignment": "Center",
|
|
933
|
+
"Font": "Segoe UI;12;Bold;",
|
|
934
|
+
"Border": "Left, Right;White;;;;;;solid:Black",
|
|
935
|
+
"Brush": "solid:255,164,114",
|
|
936
|
+
"TextBrush": "solid:255,255,255",
|
|
937
|
+
"TextOptions": {
|
|
938
|
+
"WordWrap": true
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
"4": {
|
|
942
|
+
"Ident": "StiText",
|
|
943
|
+
"Name": "HeaderOpec_Saudi_Arabia",
|
|
944
|
+
"ClientRectangle": "290,0,110,40",
|
|
945
|
+
"ComponentStyle": "Header3",
|
|
946
|
+
"Interaction": {
|
|
947
|
+
"Ident": "StiInteraction"
|
|
948
|
+
},
|
|
949
|
+
"Text": {
|
|
950
|
+
"Value": "Saudi Arabia"
|
|
951
|
+
},
|
|
952
|
+
"HorAlignment": "Center",
|
|
953
|
+
"VertAlignment": "Center",
|
|
954
|
+
"Font": "Segoe UI;12;Bold;",
|
|
955
|
+
"Border": "Left, Right;White;;;;;;solid:Black",
|
|
956
|
+
"Brush": "solid:255,164,114",
|
|
957
|
+
"TextBrush": "solid:255,255,255",
|
|
958
|
+
"TextOptions": {
|
|
959
|
+
"WordWrap": true
|
|
960
|
+
}
|
|
961
|
+
},
|
|
962
|
+
"5": {
|
|
963
|
+
"Ident": "StiText",
|
|
964
|
+
"Name": "HeaderOpec_UAE",
|
|
965
|
+
"ClientRectangle": "400,0,80,40",
|
|
966
|
+
"ComponentStyle": "Header3",
|
|
967
|
+
"Interaction": {
|
|
968
|
+
"Ident": "StiInteraction"
|
|
969
|
+
},
|
|
970
|
+
"Text": {
|
|
971
|
+
"Value": "UAE"
|
|
972
|
+
},
|
|
973
|
+
"HorAlignment": "Center",
|
|
974
|
+
"VertAlignment": "Center",
|
|
975
|
+
"Font": "Segoe UI;12;Bold;",
|
|
976
|
+
"Border": "Left, Right;White;;;;;;solid:Black",
|
|
977
|
+
"Brush": "solid:255,164,114",
|
|
978
|
+
"TextBrush": "solid:255,255,255",
|
|
979
|
+
"TextOptions": {
|
|
980
|
+
"WordWrap": true
|
|
981
|
+
}
|
|
982
|
+
},
|
|
983
|
+
"6": {
|
|
984
|
+
"Ident": "StiText",
|
|
985
|
+
"Name": "HeaderOpec_Venezuela",
|
|
986
|
+
"ClientRectangle": "480,0,90,40",
|
|
987
|
+
"ComponentStyle": "Header3",
|
|
988
|
+
"Interaction": {
|
|
989
|
+
"Ident": "StiInteraction"
|
|
990
|
+
},
|
|
991
|
+
"Text": {
|
|
992
|
+
"Value": "Venezuela"
|
|
993
|
+
},
|
|
994
|
+
"HorAlignment": "Center",
|
|
995
|
+
"VertAlignment": "Center",
|
|
996
|
+
"Font": "Segoe UI;12;Bold;",
|
|
997
|
+
"Border": "Left, Right;White;;;;;;solid:Black",
|
|
998
|
+
"Brush": "solid:255,164,114",
|
|
999
|
+
"TextBrush": "solid:255,255,255",
|
|
1000
|
+
"TextOptions": {
|
|
1001
|
+
"WordWrap": true
|
|
1002
|
+
}
|
|
1003
|
+
},
|
|
1004
|
+
"7": {
|
|
1005
|
+
"Ident": "StiText",
|
|
1006
|
+
"Name": "HeaderOpec_Libya",
|
|
1007
|
+
"ClientRectangle": "570,0,90,40",
|
|
1008
|
+
"ComponentStyle": "Header3",
|
|
1009
|
+
"Interaction": {
|
|
1010
|
+
"Ident": "StiInteraction"
|
|
1011
|
+
},
|
|
1012
|
+
"Text": {
|
|
1013
|
+
"Value": "Libya"
|
|
1014
|
+
},
|
|
1015
|
+
"HorAlignment": "Center",
|
|
1016
|
+
"VertAlignment": "Center",
|
|
1017
|
+
"Font": "Segoe UI;12;Bold;",
|
|
1018
|
+
"Border": "Left, Right;White;;;;;;solid:Black",
|
|
1019
|
+
"Brush": "solid:255,164,114",
|
|
1020
|
+
"TextBrush": "solid:255,255,255",
|
|
1021
|
+
"TextOptions": {
|
|
1022
|
+
"WordWrap": true
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
1025
|
+
"8": {
|
|
1026
|
+
"Ident": "StiText",
|
|
1027
|
+
"Name": "HeaderOpec_Nigeria",
|
|
1028
|
+
"ClientRectangle": "660,0,89,40",
|
|
1029
|
+
"ComponentStyle": "Header3",
|
|
1030
|
+
"Interaction": {
|
|
1031
|
+
"Ident": "StiInteraction"
|
|
1032
|
+
},
|
|
1033
|
+
"Text": {
|
|
1034
|
+
"Value": "Nigeria"
|
|
1035
|
+
},
|
|
1036
|
+
"HorAlignment": "Center",
|
|
1037
|
+
"VertAlignment": "Center",
|
|
1038
|
+
"Font": "Segoe UI;12;Bold;",
|
|
1039
|
+
"Border": "Left;White;;;;;;solid:Black",
|
|
1040
|
+
"Brush": "solid:255,164,114",
|
|
1041
|
+
"TextBrush": "solid:255,255,255",
|
|
1042
|
+
"TextOptions": {
|
|
1043
|
+
"WordWrap": true
|
|
1044
|
+
}
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
},
|
|
1048
|
+
"8": {
|
|
1049
|
+
"Ident": "StiDataBand",
|
|
1050
|
+
"Name": "DataOpec",
|
|
1051
|
+
"ClientRectangle": "0,590,749,20",
|
|
1052
|
+
"ComponentStyle": "Data1",
|
|
1053
|
+
"Interaction": {
|
|
1054
|
+
"Ident": "StiBandInteraction"
|
|
1055
|
+
},
|
|
1056
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1057
|
+
"Brush": "solid:",
|
|
1058
|
+
"Components": {
|
|
1059
|
+
"0": {
|
|
1060
|
+
"Ident": "StiText",
|
|
1061
|
+
"Name": "DataOpec_Year",
|
|
1062
|
+
"CanGrow": true,
|
|
1063
|
+
"GrowToHeight": true,
|
|
1064
|
+
"ClientRectangle": "0,0,50,20",
|
|
1065
|
+
"ComponentStyle": "Data1",
|
|
1066
|
+
"Interaction": {
|
|
1067
|
+
"Ident": "StiInteraction"
|
|
1068
|
+
},
|
|
1069
|
+
"Text": {
|
|
1070
|
+
"Value": "{Opec.Year}"
|
|
1071
|
+
},
|
|
1072
|
+
"HorAlignment": "Center",
|
|
1073
|
+
"VertAlignment": "Center",
|
|
1074
|
+
"Font": "Segoe UI;9.75;;",
|
|
1075
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1076
|
+
"Brush": "solid:",
|
|
1077
|
+
"TextBrush": "solid:64,64,64",
|
|
1078
|
+
"TextOptions": {
|
|
1079
|
+
"WordWrap": true
|
|
1080
|
+
},
|
|
1081
|
+
"Margins": {
|
|
1082
|
+
"Left": 3.0,
|
|
1083
|
+
"Right": 3.0,
|
|
1084
|
+
"Top": 3.0,
|
|
1085
|
+
"Bottom": 3.0
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
1088
|
+
"1": {
|
|
1089
|
+
"Ident": "StiText",
|
|
1090
|
+
"Name": "DataOpec_Iran",
|
|
1091
|
+
"CanGrow": true,
|
|
1092
|
+
"GrowToHeight": true,
|
|
1093
|
+
"ClientRectangle": "90,0,40,20",
|
|
1094
|
+
"ComponentStyle": "Data1",
|
|
1095
|
+
"Interaction": {
|
|
1096
|
+
"Ident": "StiInteraction"
|
|
1097
|
+
},
|
|
1098
|
+
"Text": {
|
|
1099
|
+
"Value": "{Opec.Iran}"
|
|
1100
|
+
},
|
|
1101
|
+
"HorAlignment": "Right",
|
|
1102
|
+
"VertAlignment": "Center",
|
|
1103
|
+
"Font": "Segoe UI;9.75;;",
|
|
1104
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1105
|
+
"Brush": "solid:",
|
|
1106
|
+
"TextBrush": "solid:64,64,64",
|
|
1107
|
+
"TextOptions": {
|
|
1108
|
+
"WordWrap": true
|
|
1109
|
+
},
|
|
1110
|
+
"Margins": {
|
|
1111
|
+
"Left": 3.0,
|
|
1112
|
+
"Right": 3.0,
|
|
1113
|
+
"Top": 3.0,
|
|
1114
|
+
"Bottom": 3.0
|
|
1115
|
+
},
|
|
1116
|
+
"TextFormat": {
|
|
1117
|
+
"Ident": "StiNumberFormatService",
|
|
1118
|
+
"NegativePattern": 1,
|
|
1119
|
+
"DecimalDigits": 1,
|
|
1120
|
+
"GroupSeparator": ",",
|
|
1121
|
+
"State": "DecimalDigits"
|
|
1122
|
+
}
|
|
1123
|
+
},
|
|
1124
|
+
"2": {
|
|
1125
|
+
"Ident": "StiText",
|
|
1126
|
+
"Name": "DataOpec_Iraq",
|
|
1127
|
+
"CanGrow": true,
|
|
1128
|
+
"GrowToHeight": true,
|
|
1129
|
+
"ClientRectangle": "170,0,40,20",
|
|
1130
|
+
"ComponentStyle": "Data1",
|
|
1131
|
+
"Interaction": {
|
|
1132
|
+
"Ident": "StiInteraction"
|
|
1133
|
+
},
|
|
1134
|
+
"Text": {
|
|
1135
|
+
"Value": "{Opec.Iraq}"
|
|
1136
|
+
},
|
|
1137
|
+
"HorAlignment": "Right",
|
|
1138
|
+
"VertAlignment": "Center",
|
|
1139
|
+
"Font": "Segoe UI;9.75;;",
|
|
1140
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1141
|
+
"Brush": "solid:",
|
|
1142
|
+
"TextBrush": "solid:64,64,64",
|
|
1143
|
+
"TextOptions": {
|
|
1144
|
+
"WordWrap": true
|
|
1145
|
+
},
|
|
1146
|
+
"Margins": {
|
|
1147
|
+
"Left": 3.0,
|
|
1148
|
+
"Right": 3.0,
|
|
1149
|
+
"Top": 3.0,
|
|
1150
|
+
"Bottom": 3.0
|
|
1151
|
+
},
|
|
1152
|
+
"TextFormat": {
|
|
1153
|
+
"Ident": "StiNumberFormatService",
|
|
1154
|
+
"NegativePattern": 1,
|
|
1155
|
+
"DecimalDigits": 1,
|
|
1156
|
+
"GroupSeparator": ",",
|
|
1157
|
+
"State": "DecimalDigits"
|
|
1158
|
+
}
|
|
1159
|
+
},
|
|
1160
|
+
"3": {
|
|
1161
|
+
"Ident": "StiText",
|
|
1162
|
+
"Name": "DataOpec_Kuwait",
|
|
1163
|
+
"CanGrow": true,
|
|
1164
|
+
"GrowToHeight": true,
|
|
1165
|
+
"ClientRectangle": "250,0,40,20",
|
|
1166
|
+
"ComponentStyle": "Data1",
|
|
1167
|
+
"Interaction": {
|
|
1168
|
+
"Ident": "StiInteraction"
|
|
1169
|
+
},
|
|
1170
|
+
"Text": {
|
|
1171
|
+
"Value": "{Opec.Kuwait}"
|
|
1172
|
+
},
|
|
1173
|
+
"HorAlignment": "Right",
|
|
1174
|
+
"VertAlignment": "Center",
|
|
1175
|
+
"Font": "Segoe UI;9.75;;",
|
|
1176
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1177
|
+
"Brush": "solid:",
|
|
1178
|
+
"TextBrush": "solid:64,64,64",
|
|
1179
|
+
"TextOptions": {
|
|
1180
|
+
"WordWrap": true
|
|
1181
|
+
},
|
|
1182
|
+
"Margins": {
|
|
1183
|
+
"Left": 3.0,
|
|
1184
|
+
"Right": 3.0,
|
|
1185
|
+
"Top": 3.0,
|
|
1186
|
+
"Bottom": 3.0
|
|
1187
|
+
},
|
|
1188
|
+
"TextFormat": {
|
|
1189
|
+
"Ident": "StiNumberFormatService",
|
|
1190
|
+
"NegativePattern": 1,
|
|
1191
|
+
"DecimalDigits": 1,
|
|
1192
|
+
"GroupSeparator": ",",
|
|
1193
|
+
"State": "DecimalDigits"
|
|
1194
|
+
}
|
|
1195
|
+
},
|
|
1196
|
+
"4": {
|
|
1197
|
+
"Ident": "StiText",
|
|
1198
|
+
"Name": "DataOpec_Saudi_Arabia",
|
|
1199
|
+
"CanGrow": true,
|
|
1200
|
+
"GrowToHeight": true,
|
|
1201
|
+
"ClientRectangle": "360,0,40,20",
|
|
1202
|
+
"ComponentStyle": "Data1",
|
|
1203
|
+
"Interaction": {
|
|
1204
|
+
"Ident": "StiInteraction"
|
|
1205
|
+
},
|
|
1206
|
+
"Text": {
|
|
1207
|
+
"Value": "{Opec.Saudi_Arabia}"
|
|
1208
|
+
},
|
|
1209
|
+
"HorAlignment": "Right",
|
|
1210
|
+
"VertAlignment": "Center",
|
|
1211
|
+
"Font": "Segoe UI;9.75;;",
|
|
1212
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1213
|
+
"Brush": "solid:",
|
|
1214
|
+
"TextBrush": "solid:64,64,64",
|
|
1215
|
+
"TextOptions": {
|
|
1216
|
+
"WordWrap": true
|
|
1217
|
+
},
|
|
1218
|
+
"Margins": {
|
|
1219
|
+
"Left": 3.0,
|
|
1220
|
+
"Right": 3.0,
|
|
1221
|
+
"Top": 3.0,
|
|
1222
|
+
"Bottom": 3.0
|
|
1223
|
+
},
|
|
1224
|
+
"TextFormat": {
|
|
1225
|
+
"Ident": "StiNumberFormatService",
|
|
1226
|
+
"NegativePattern": 1,
|
|
1227
|
+
"DecimalDigits": 1,
|
|
1228
|
+
"GroupSeparator": ",",
|
|
1229
|
+
"State": "DecimalDigits"
|
|
1230
|
+
}
|
|
1231
|
+
},
|
|
1232
|
+
"5": {
|
|
1233
|
+
"Ident": "StiText",
|
|
1234
|
+
"Name": "DataOpec_UAE",
|
|
1235
|
+
"CanGrow": true,
|
|
1236
|
+
"GrowToHeight": true,
|
|
1237
|
+
"ClientRectangle": "440,0,40,20",
|
|
1238
|
+
"ComponentStyle": "Data1",
|
|
1239
|
+
"Interaction": {
|
|
1240
|
+
"Ident": "StiInteraction"
|
|
1241
|
+
},
|
|
1242
|
+
"Text": {
|
|
1243
|
+
"Value": "{Opec.UAE}"
|
|
1244
|
+
},
|
|
1245
|
+
"HorAlignment": "Right",
|
|
1246
|
+
"VertAlignment": "Center",
|
|
1247
|
+
"Font": "Segoe UI;9.75;;",
|
|
1248
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1249
|
+
"Brush": "solid:",
|
|
1250
|
+
"TextBrush": "solid:64,64,64",
|
|
1251
|
+
"TextOptions": {
|
|
1252
|
+
"WordWrap": true
|
|
1253
|
+
},
|
|
1254
|
+
"Margins": {
|
|
1255
|
+
"Left": 3.0,
|
|
1256
|
+
"Right": 3.0,
|
|
1257
|
+
"Top": 3.0,
|
|
1258
|
+
"Bottom": 3.0
|
|
1259
|
+
},
|
|
1260
|
+
"TextFormat": {
|
|
1261
|
+
"Ident": "StiNumberFormatService",
|
|
1262
|
+
"NegativePattern": 1,
|
|
1263
|
+
"DecimalDigits": 1,
|
|
1264
|
+
"GroupSeparator": ",",
|
|
1265
|
+
"State": "DecimalDigits"
|
|
1266
|
+
}
|
|
1267
|
+
},
|
|
1268
|
+
"6": {
|
|
1269
|
+
"Ident": "StiText",
|
|
1270
|
+
"Name": "DataOpec_Venezuela",
|
|
1271
|
+
"CanGrow": true,
|
|
1272
|
+
"GrowToHeight": true,
|
|
1273
|
+
"ClientRectangle": "530,0,40,20",
|
|
1274
|
+
"ComponentStyle": "Data1",
|
|
1275
|
+
"Interaction": {
|
|
1276
|
+
"Ident": "StiInteraction"
|
|
1277
|
+
},
|
|
1278
|
+
"Text": {
|
|
1279
|
+
"Value": "{Opec.Venezuela}"
|
|
1280
|
+
},
|
|
1281
|
+
"HorAlignment": "Right",
|
|
1282
|
+
"VertAlignment": "Center",
|
|
1283
|
+
"Font": "Segoe UI;9.75;;",
|
|
1284
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1285
|
+
"Brush": "solid:",
|
|
1286
|
+
"TextBrush": "solid:64,64,64",
|
|
1287
|
+
"TextOptions": {
|
|
1288
|
+
"WordWrap": true
|
|
1289
|
+
},
|
|
1290
|
+
"Margins": {
|
|
1291
|
+
"Left": 3.0,
|
|
1292
|
+
"Right": 3.0,
|
|
1293
|
+
"Top": 3.0,
|
|
1294
|
+
"Bottom": 3.0
|
|
1295
|
+
},
|
|
1296
|
+
"TextFormat": {
|
|
1297
|
+
"Ident": "StiNumberFormatService",
|
|
1298
|
+
"NegativePattern": 1,
|
|
1299
|
+
"DecimalDigits": 1,
|
|
1300
|
+
"GroupSeparator": ",",
|
|
1301
|
+
"State": "DecimalDigits"
|
|
1302
|
+
}
|
|
1303
|
+
},
|
|
1304
|
+
"7": {
|
|
1305
|
+
"Ident": "StiText",
|
|
1306
|
+
"Name": "DataOpec_Libya",
|
|
1307
|
+
"CanGrow": true,
|
|
1308
|
+
"GrowToHeight": true,
|
|
1309
|
+
"ClientRectangle": "620,0,40,20",
|
|
1310
|
+
"ComponentStyle": "Data1",
|
|
1311
|
+
"Interaction": {
|
|
1312
|
+
"Ident": "StiInteraction"
|
|
1313
|
+
},
|
|
1314
|
+
"Text": {
|
|
1315
|
+
"Value": "{Opec.Libya}"
|
|
1316
|
+
},
|
|
1317
|
+
"HorAlignment": "Right",
|
|
1318
|
+
"VertAlignment": "Center",
|
|
1319
|
+
"Font": "Segoe UI;9.75;;",
|
|
1320
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1321
|
+
"Brush": "solid:",
|
|
1322
|
+
"TextBrush": "solid:64,64,64",
|
|
1323
|
+
"TextOptions": {
|
|
1324
|
+
"WordWrap": true
|
|
1325
|
+
},
|
|
1326
|
+
"Margins": {
|
|
1327
|
+
"Left": 3.0,
|
|
1328
|
+
"Right": 3.0,
|
|
1329
|
+
"Top": 3.0,
|
|
1330
|
+
"Bottom": 3.0
|
|
1331
|
+
},
|
|
1332
|
+
"TextFormat": {
|
|
1333
|
+
"Ident": "StiNumberFormatService",
|
|
1334
|
+
"NegativePattern": 1,
|
|
1335
|
+
"DecimalDigits": 1,
|
|
1336
|
+
"GroupSeparator": ",",
|
|
1337
|
+
"State": "DecimalDigits"
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
"8": {
|
|
1341
|
+
"Ident": "StiText",
|
|
1342
|
+
"Name": "DataOpec_Nigeria",
|
|
1343
|
+
"CanGrow": true,
|
|
1344
|
+
"GrowToHeight": true,
|
|
1345
|
+
"ClientRectangle": "710,0,39,20",
|
|
1346
|
+
"ComponentStyle": "Data1",
|
|
1347
|
+
"Interaction": {
|
|
1348
|
+
"Ident": "StiInteraction"
|
|
1349
|
+
},
|
|
1350
|
+
"Text": {
|
|
1351
|
+
"Value": "{Opec.Nigeria}"
|
|
1352
|
+
},
|
|
1353
|
+
"HorAlignment": "Right",
|
|
1354
|
+
"VertAlignment": "Center",
|
|
1355
|
+
"Font": "Segoe UI;9.75;;",
|
|
1356
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1357
|
+
"Brush": "solid:",
|
|
1358
|
+
"TextBrush": "solid:64,64,64",
|
|
1359
|
+
"TextOptions": {
|
|
1360
|
+
"WordWrap": true
|
|
1361
|
+
},
|
|
1362
|
+
"Margins": {
|
|
1363
|
+
"Left": 3.0,
|
|
1364
|
+
"Right": 3.0,
|
|
1365
|
+
"Top": 3.0,
|
|
1366
|
+
"Bottom": 3.0
|
|
1367
|
+
},
|
|
1368
|
+
"TextFormat": {
|
|
1369
|
+
"Ident": "StiNumberFormatService",
|
|
1370
|
+
"NegativePattern": 1,
|
|
1371
|
+
"DecimalDigits": 1,
|
|
1372
|
+
"GroupSeparator": ",",
|
|
1373
|
+
"State": "DecimalDigits"
|
|
1374
|
+
}
|
|
1375
|
+
},
|
|
1376
|
+
"9": {
|
|
1377
|
+
"Ident": "StiText",
|
|
1378
|
+
"Name": "Text4",
|
|
1379
|
+
"Guid": "4da2f6e1537344d3bad7b02a4a8f7fe2",
|
|
1380
|
+
"CanGrow": true,
|
|
1381
|
+
"GrowToHeight": true,
|
|
1382
|
+
"ClientRectangle": "60,5,30,10",
|
|
1383
|
+
"ComponentStyle": "Data1",
|
|
1384
|
+
"Conditions": {
|
|
1385
|
+
"0": {
|
|
1386
|
+
"Ident": "StiColorScaleCondition",
|
|
1387
|
+
"Column": "Opec.Iran",
|
|
1388
|
+
"MinimumColor": "220,83,86",
|
|
1389
|
+
"MaximumColor": "111,222,94"
|
|
1390
|
+
}
|
|
1391
|
+
},
|
|
1392
|
+
"Interaction": {
|
|
1393
|
+
"Ident": "StiInteraction"
|
|
1394
|
+
},
|
|
1395
|
+
"HorAlignment": "Right",
|
|
1396
|
+
"VertAlignment": "Center",
|
|
1397
|
+
"Font": "Segoe UI;9.75;;",
|
|
1398
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1399
|
+
"Brush": "solid:",
|
|
1400
|
+
"TextBrush": "solid:64,64,64",
|
|
1401
|
+
"TextOptions": {
|
|
1402
|
+
"WordWrap": true
|
|
1403
|
+
},
|
|
1404
|
+
"Margins": {
|
|
1405
|
+
"Left": 3.0,
|
|
1406
|
+
"Right": 3.0,
|
|
1407
|
+
"Top": 3.0,
|
|
1408
|
+
"Bottom": 3.0
|
|
1409
|
+
}
|
|
1410
|
+
},
|
|
1411
|
+
"10": {
|
|
1412
|
+
"Ident": "StiText",
|
|
1413
|
+
"Name": "Text6",
|
|
1414
|
+
"Guid": "7e82bf8252114bf0bd459a153fbb9779",
|
|
1415
|
+
"CanGrow": true,
|
|
1416
|
+
"GrowToHeight": true,
|
|
1417
|
+
"ClientRectangle": "140,5,30,10",
|
|
1418
|
+
"ComponentStyle": "Data1",
|
|
1419
|
+
"Conditions": {
|
|
1420
|
+
"0": {
|
|
1421
|
+
"Ident": "StiColorScaleCondition",
|
|
1422
|
+
"Column": "Opec.Iraq",
|
|
1423
|
+
"MinimumColor": "220,83,86",
|
|
1424
|
+
"MaximumColor": "111,222,94"
|
|
1425
|
+
}
|
|
1426
|
+
},
|
|
1427
|
+
"Interaction": {
|
|
1428
|
+
"Ident": "StiInteraction"
|
|
1429
|
+
},
|
|
1430
|
+
"HorAlignment": "Right",
|
|
1431
|
+
"VertAlignment": "Center",
|
|
1432
|
+
"Font": "Segoe UI;9.75;;",
|
|
1433
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1434
|
+
"Brush": "solid:",
|
|
1435
|
+
"TextBrush": "solid:64,64,64",
|
|
1436
|
+
"TextOptions": {
|
|
1437
|
+
"WordWrap": true
|
|
1438
|
+
},
|
|
1439
|
+
"Margins": {
|
|
1440
|
+
"Left": 3.0,
|
|
1441
|
+
"Right": 3.0,
|
|
1442
|
+
"Top": 3.0,
|
|
1443
|
+
"Bottom": 3.0
|
|
1444
|
+
}
|
|
1445
|
+
},
|
|
1446
|
+
"11": {
|
|
1447
|
+
"Ident": "StiText",
|
|
1448
|
+
"Name": "Text7",
|
|
1449
|
+
"Guid": "04027becf14840e9bf9a3239c37a14d0",
|
|
1450
|
+
"CanGrow": true,
|
|
1451
|
+
"GrowToHeight": true,
|
|
1452
|
+
"ClientRectangle": "220,5,30,10",
|
|
1453
|
+
"ComponentStyle": "Data1",
|
|
1454
|
+
"Conditions": {
|
|
1455
|
+
"0": {
|
|
1456
|
+
"Ident": "StiColorScaleCondition",
|
|
1457
|
+
"Column": "Opec.Kuwait",
|
|
1458
|
+
"MinimumColor": "220,83,86",
|
|
1459
|
+
"MaximumColor": "111,222,94"
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1462
|
+
"Interaction": {
|
|
1463
|
+
"Ident": "StiInteraction"
|
|
1464
|
+
},
|
|
1465
|
+
"HorAlignment": "Right",
|
|
1466
|
+
"VertAlignment": "Center",
|
|
1467
|
+
"Font": "Segoe UI;9.75;;",
|
|
1468
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1469
|
+
"Brush": "solid:",
|
|
1470
|
+
"TextBrush": "solid:64,64,64",
|
|
1471
|
+
"TextOptions": {
|
|
1472
|
+
"WordWrap": true
|
|
1473
|
+
},
|
|
1474
|
+
"Margins": {
|
|
1475
|
+
"Left": 3.0,
|
|
1476
|
+
"Right": 3.0,
|
|
1477
|
+
"Top": 3.0,
|
|
1478
|
+
"Bottom": 3.0
|
|
1479
|
+
}
|
|
1480
|
+
},
|
|
1481
|
+
"12": {
|
|
1482
|
+
"Ident": "StiText",
|
|
1483
|
+
"Name": "Text8",
|
|
1484
|
+
"Guid": "c64faf3d9c054c7bb08d125b5359f1ab",
|
|
1485
|
+
"CanGrow": true,
|
|
1486
|
+
"GrowToHeight": true,
|
|
1487
|
+
"ClientRectangle": "330,5,30,10",
|
|
1488
|
+
"ComponentStyle": "Data1",
|
|
1489
|
+
"Conditions": {
|
|
1490
|
+
"0": {
|
|
1491
|
+
"Ident": "StiColorScaleCondition",
|
|
1492
|
+
"Column": "Opec.Saudi_Arabia",
|
|
1493
|
+
"MinimumColor": "220,83,86",
|
|
1494
|
+
"MaximumColor": "111,222,94"
|
|
1495
|
+
}
|
|
1496
|
+
},
|
|
1497
|
+
"Interaction": {
|
|
1498
|
+
"Ident": "StiInteraction"
|
|
1499
|
+
},
|
|
1500
|
+
"HorAlignment": "Right",
|
|
1501
|
+
"VertAlignment": "Center",
|
|
1502
|
+
"Font": "Segoe UI;9.75;;",
|
|
1503
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1504
|
+
"Brush": "solid:",
|
|
1505
|
+
"TextBrush": "solid:64,64,64",
|
|
1506
|
+
"TextOptions": {
|
|
1507
|
+
"WordWrap": true
|
|
1508
|
+
},
|
|
1509
|
+
"Margins": {
|
|
1510
|
+
"Left": 3.0,
|
|
1511
|
+
"Right": 3.0,
|
|
1512
|
+
"Top": 3.0,
|
|
1513
|
+
"Bottom": 3.0
|
|
1514
|
+
}
|
|
1515
|
+
},
|
|
1516
|
+
"13": {
|
|
1517
|
+
"Ident": "StiText",
|
|
1518
|
+
"Name": "Text14",
|
|
1519
|
+
"Guid": "6826a49804534764a8ff4dd65c013d8e",
|
|
1520
|
+
"CanGrow": true,
|
|
1521
|
+
"GrowToHeight": true,
|
|
1522
|
+
"ClientRectangle": "410,5,30,10",
|
|
1523
|
+
"ComponentStyle": "Data1",
|
|
1524
|
+
"Conditions": {
|
|
1525
|
+
"0": {
|
|
1526
|
+
"Ident": "StiColorScaleCondition",
|
|
1527
|
+
"Column": "Opec.UAE",
|
|
1528
|
+
"MinimumColor": "220,83,86",
|
|
1529
|
+
"MaximumColor": "111,222,94"
|
|
1530
|
+
}
|
|
1531
|
+
},
|
|
1532
|
+
"Interaction": {
|
|
1533
|
+
"Ident": "StiInteraction"
|
|
1534
|
+
},
|
|
1535
|
+
"HorAlignment": "Right",
|
|
1536
|
+
"VertAlignment": "Center",
|
|
1537
|
+
"Font": "Segoe UI;9.75;;",
|
|
1538
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1539
|
+
"Brush": "solid:",
|
|
1540
|
+
"TextBrush": "solid:64,64,64",
|
|
1541
|
+
"TextOptions": {
|
|
1542
|
+
"WordWrap": true
|
|
1543
|
+
},
|
|
1544
|
+
"Margins": {
|
|
1545
|
+
"Left": 3.0,
|
|
1546
|
+
"Right": 3.0,
|
|
1547
|
+
"Top": 3.0,
|
|
1548
|
+
"Bottom": 3.0
|
|
1549
|
+
}
|
|
1550
|
+
},
|
|
1551
|
+
"14": {
|
|
1552
|
+
"Ident": "StiText",
|
|
1553
|
+
"Name": "Text16",
|
|
1554
|
+
"Guid": "ecc97c66f8df4898b37f3c3fb5aa060d",
|
|
1555
|
+
"CanGrow": true,
|
|
1556
|
+
"GrowToHeight": true,
|
|
1557
|
+
"ClientRectangle": "500,5,30,10",
|
|
1558
|
+
"ComponentStyle": "Data1",
|
|
1559
|
+
"Conditions": {
|
|
1560
|
+
"0": {
|
|
1561
|
+
"Ident": "StiColorScaleCondition",
|
|
1562
|
+
"Column": "Opec.Venezuela",
|
|
1563
|
+
"MinimumColor": "220,83,86",
|
|
1564
|
+
"MaximumColor": "111,222,94"
|
|
1565
|
+
}
|
|
1566
|
+
},
|
|
1567
|
+
"Interaction": {
|
|
1568
|
+
"Ident": "StiInteraction"
|
|
1569
|
+
},
|
|
1570
|
+
"HorAlignment": "Right",
|
|
1571
|
+
"VertAlignment": "Center",
|
|
1572
|
+
"Font": "Segoe UI;9.75;;",
|
|
1573
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1574
|
+
"Brush": "solid:",
|
|
1575
|
+
"TextBrush": "solid:64,64,64",
|
|
1576
|
+
"TextOptions": {
|
|
1577
|
+
"WordWrap": true
|
|
1578
|
+
},
|
|
1579
|
+
"Margins": {
|
|
1580
|
+
"Left": 3.0,
|
|
1581
|
+
"Right": 3.0,
|
|
1582
|
+
"Top": 3.0,
|
|
1583
|
+
"Bottom": 3.0
|
|
1584
|
+
}
|
|
1585
|
+
},
|
|
1586
|
+
"15": {
|
|
1587
|
+
"Ident": "StiText",
|
|
1588
|
+
"Name": "Text17",
|
|
1589
|
+
"Guid": "ea296877b2ef488ab6d2289bd3d92be0",
|
|
1590
|
+
"CanGrow": true,
|
|
1591
|
+
"GrowToHeight": true,
|
|
1592
|
+
"ClientRectangle": "590,5,30,10",
|
|
1593
|
+
"ComponentStyle": "Data1",
|
|
1594
|
+
"Conditions": {
|
|
1595
|
+
"0": {
|
|
1596
|
+
"Ident": "StiColorScaleCondition",
|
|
1597
|
+
"Column": "Opec.Libya",
|
|
1598
|
+
"MinimumColor": "220,83,86",
|
|
1599
|
+
"MaximumColor": "111,222,94"
|
|
1600
|
+
}
|
|
1601
|
+
},
|
|
1602
|
+
"Interaction": {
|
|
1603
|
+
"Ident": "StiInteraction"
|
|
1604
|
+
},
|
|
1605
|
+
"HorAlignment": "Right",
|
|
1606
|
+
"VertAlignment": "Center",
|
|
1607
|
+
"Font": "Segoe UI;9.75;;",
|
|
1608
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1609
|
+
"Brush": "solid:",
|
|
1610
|
+
"TextBrush": "solid:64,64,64",
|
|
1611
|
+
"TextOptions": {
|
|
1612
|
+
"WordWrap": true
|
|
1613
|
+
},
|
|
1614
|
+
"Margins": {
|
|
1615
|
+
"Left": 3.0,
|
|
1616
|
+
"Right": 3.0,
|
|
1617
|
+
"Top": 3.0,
|
|
1618
|
+
"Bottom": 3.0
|
|
1619
|
+
}
|
|
1620
|
+
},
|
|
1621
|
+
"16": {
|
|
1622
|
+
"Ident": "StiText",
|
|
1623
|
+
"Name": "Text19",
|
|
1624
|
+
"Guid": "a017fd12250246a6b35ef48e6ec0fbec",
|
|
1625
|
+
"CanGrow": true,
|
|
1626
|
+
"GrowToHeight": true,
|
|
1627
|
+
"ClientRectangle": "680,5,30,10",
|
|
1628
|
+
"ComponentStyle": "Data1",
|
|
1629
|
+
"Conditions": {
|
|
1630
|
+
"0": {
|
|
1631
|
+
"Ident": "StiColorScaleCondition",
|
|
1632
|
+
"Column": "Opec.Nigeria",
|
|
1633
|
+
"MinimumColor": "220,83,86",
|
|
1634
|
+
"MaximumColor": "111,222,94"
|
|
1635
|
+
}
|
|
1636
|
+
},
|
|
1637
|
+
"Interaction": {
|
|
1638
|
+
"Ident": "StiInteraction"
|
|
1639
|
+
},
|
|
1640
|
+
"HorAlignment": "Right",
|
|
1641
|
+
"VertAlignment": "Center",
|
|
1642
|
+
"Font": "Segoe UI;9.75;;",
|
|
1643
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1644
|
+
"Brush": "solid:",
|
|
1645
|
+
"TextBrush": "solid:64,64,64",
|
|
1646
|
+
"TextOptions": {
|
|
1647
|
+
"WordWrap": true
|
|
1648
|
+
},
|
|
1649
|
+
"Margins": {
|
|
1650
|
+
"Left": 3.0,
|
|
1651
|
+
"Right": 3.0,
|
|
1652
|
+
"Top": 3.0,
|
|
1653
|
+
"Bottom": 3.0
|
|
1654
|
+
}
|
|
1655
|
+
}
|
|
1656
|
+
},
|
|
1657
|
+
"DataSourceName": "Opec",
|
|
1658
|
+
"EvenStyle": "Data2"
|
|
1659
|
+
},
|
|
1660
|
+
"9": {
|
|
1661
|
+
"Ident": "StiFooterBand",
|
|
1662
|
+
"Name": "FooterBand3",
|
|
1663
|
+
"Guid": "64970e26308f4cd2a657b343c6d7dec0",
|
|
1664
|
+
"ClientRectangle": "0,650,749,40",
|
|
1665
|
+
"ComponentStyle": "Footer1",
|
|
1666
|
+
"Interaction": {
|
|
1667
|
+
"Ident": "StiInteraction"
|
|
1668
|
+
},
|
|
1669
|
+
"Border": ";58,78,94;;;;;;solid:Black",
|
|
1670
|
+
"Brush": "solid:",
|
|
1671
|
+
"PrintOnAllPages": true
|
|
1672
|
+
},
|
|
1673
|
+
"10": {
|
|
1674
|
+
"Ident": "StiHeaderBand",
|
|
1675
|
+
"Name": "HeaderBand3",
|
|
1676
|
+
"Guid": "11d47158f5344416a8af7109d7706627",
|
|
1677
|
+
"ClientRectangle": "0,730,749,30",
|
|
1678
|
+
"Interaction": {
|
|
1679
|
+
"Ident": "StiInteraction"
|
|
1680
|
+
},
|
|
1681
|
+
"Border": ";;;;;;;solid:Black",
|
|
1682
|
+
"Brush": "solid:",
|
|
1683
|
+
"Components": {
|
|
1684
|
+
"0": {
|
|
1685
|
+
"Ident": "StiText",
|
|
1686
|
+
"Name": "Text2",
|
|
1687
|
+
"Guid": "1391e2216bd54f47ad2f8e1a43b70f7f",
|
|
1688
|
+
"ClientRectangle": "0,0,749,30",
|
|
1689
|
+
"ComponentStyle": "Header2",
|
|
1690
|
+
"Interaction": {
|
|
1691
|
+
"Ident": "StiInteraction"
|
|
1692
|
+
},
|
|
1693
|
+
"Text": {
|
|
1694
|
+
"Value": "Icon Set Condition"
|
|
1695
|
+
},
|
|
1696
|
+
"HorAlignment": "Center",
|
|
1697
|
+
"VertAlignment": "Center",
|
|
1698
|
+
"Font": "Segoe UI;15.75;Bold;",
|
|
1699
|
+
"Border": ";;;;;;;solid:Black",
|
|
1700
|
+
"Brush": "solid:",
|
|
1701
|
+
"TextBrush": "solid:64,64,64",
|
|
1702
|
+
"Type": "Expression"
|
|
1703
|
+
}
|
|
1704
|
+
},
|
|
1705
|
+
"PrintOnAllPages": false
|
|
1706
|
+
},
|
|
1707
|
+
"11": {
|
|
1708
|
+
"Ident": "StiHeaderBand",
|
|
1709
|
+
"Name": "HeaderAuto",
|
|
1710
|
+
"ClientRectangle": "0,800,749,40",
|
|
1711
|
+
"Interaction": {
|
|
1712
|
+
"Ident": "StiInteraction"
|
|
1713
|
+
},
|
|
1714
|
+
"Border": ";;;;;;;solid:Black",
|
|
1715
|
+
"Brush": "solid:",
|
|
1716
|
+
"Components": {
|
|
1717
|
+
"0": {
|
|
1718
|
+
"Ident": "StiText",
|
|
1719
|
+
"Name": "HeaderAuto_Rank",
|
|
1720
|
+
"ClientRectangle": "0,0,50,40",
|
|
1721
|
+
"ComponentStyle": "Header3",
|
|
1722
|
+
"Interaction": {
|
|
1723
|
+
"Ident": "StiInteraction"
|
|
1724
|
+
},
|
|
1725
|
+
"Text": {
|
|
1726
|
+
"Value": "Rank"
|
|
1727
|
+
},
|
|
1728
|
+
"HorAlignment": "Center",
|
|
1729
|
+
"VertAlignment": "Center",
|
|
1730
|
+
"Font": "Segoe UI;12;Bold;",
|
|
1731
|
+
"Border": "Right;White;;;;;;solid:Black",
|
|
1732
|
+
"Brush": "solid:255,164,114",
|
|
1733
|
+
"TextBrush": "solid:255,255,255",
|
|
1734
|
+
"TextOptions": {
|
|
1735
|
+
"WordWrap": true
|
|
1736
|
+
}
|
|
1737
|
+
},
|
|
1738
|
+
"1": {
|
|
1739
|
+
"Ident": "StiText",
|
|
1740
|
+
"Name": "HeaderAuto_Country",
|
|
1741
|
+
"ClientRectangle": "50,0,250,40",
|
|
1742
|
+
"ComponentStyle": "Header3",
|
|
1743
|
+
"Interaction": {
|
|
1744
|
+
"Ident": "StiInteraction"
|
|
1745
|
+
},
|
|
1746
|
+
"Text": {
|
|
1747
|
+
"Value": "Country"
|
|
1748
|
+
},
|
|
1749
|
+
"HorAlignment": "Center",
|
|
1750
|
+
"VertAlignment": "Center",
|
|
1751
|
+
"Font": "Segoe UI;12;Bold;",
|
|
1752
|
+
"Border": "Left, Right;White;;;;;;solid:Black",
|
|
1753
|
+
"Brush": "solid:255,164,114",
|
|
1754
|
+
"TextBrush": "solid:255,255,255",
|
|
1755
|
+
"TextOptions": {
|
|
1756
|
+
"WordWrap": true
|
|
1757
|
+
}
|
|
1758
|
+
},
|
|
1759
|
+
"2": {
|
|
1760
|
+
"Ident": "StiText",
|
|
1761
|
+
"Name": "HeaderAuto_Year2009",
|
|
1762
|
+
"ClientRectangle": "600,0,149,40",
|
|
1763
|
+
"ComponentStyle": "Header3",
|
|
1764
|
+
"Interaction": {
|
|
1765
|
+
"Ident": "StiInteraction"
|
|
1766
|
+
},
|
|
1767
|
+
"Text": {
|
|
1768
|
+
"Value": "Year 2009"
|
|
1769
|
+
},
|
|
1770
|
+
"HorAlignment": "Center",
|
|
1771
|
+
"VertAlignment": "Center",
|
|
1772
|
+
"Font": "Segoe UI;12;Bold;",
|
|
1773
|
+
"Border": "Left;White;;;;;;solid:Black",
|
|
1774
|
+
"Brush": "solid:255,164,114",
|
|
1775
|
+
"TextBrush": "solid:255,255,255",
|
|
1776
|
+
"TextOptions": {
|
|
1777
|
+
"WordWrap": true
|
|
1778
|
+
},
|
|
1779
|
+
"Type": "Expression"
|
|
1780
|
+
},
|
|
1781
|
+
"3": {
|
|
1782
|
+
"Ident": "StiText",
|
|
1783
|
+
"Name": "HeaderAuto_Year2005",
|
|
1784
|
+
"ClientRectangle": "450,0,150,40",
|
|
1785
|
+
"ComponentStyle": "Header3",
|
|
1786
|
+
"Interaction": {
|
|
1787
|
+
"Ident": "StiInteraction"
|
|
1788
|
+
},
|
|
1789
|
+
"Text": {
|
|
1790
|
+
"Value": "Year 2005"
|
|
1791
|
+
},
|
|
1792
|
+
"HorAlignment": "Center",
|
|
1793
|
+
"VertAlignment": "Center",
|
|
1794
|
+
"Font": "Segoe UI;12;Bold;",
|
|
1795
|
+
"Border": "Left, Right;White;;;;;;solid:Black",
|
|
1796
|
+
"Brush": "solid:255,164,114",
|
|
1797
|
+
"TextBrush": "solid:255,255,255",
|
|
1798
|
+
"TextOptions": {
|
|
1799
|
+
"WordWrap": true
|
|
1800
|
+
},
|
|
1801
|
+
"Type": "Expression"
|
|
1802
|
+
},
|
|
1803
|
+
"4": {
|
|
1804
|
+
"Ident": "StiText",
|
|
1805
|
+
"Name": "HeaderAuto_Year2000",
|
|
1806
|
+
"ClientRectangle": "300,0,149.5,40",
|
|
1807
|
+
"ComponentStyle": "Header3",
|
|
1808
|
+
"Interaction": {
|
|
1809
|
+
"Ident": "StiInteraction"
|
|
1810
|
+
},
|
|
1811
|
+
"Text": {
|
|
1812
|
+
"Value": "Year 2000"
|
|
1813
|
+
},
|
|
1814
|
+
"HorAlignment": "Center",
|
|
1815
|
+
"VertAlignment": "Center",
|
|
1816
|
+
"Font": "Segoe UI;12;Bold;",
|
|
1817
|
+
"Border": "Left, Right;White;;;;;;solid:Black",
|
|
1818
|
+
"Brush": "solid:255,164,114",
|
|
1819
|
+
"TextBrush": "solid:255,255,255",
|
|
1820
|
+
"TextOptions": {
|
|
1821
|
+
"WordWrap": true
|
|
1822
|
+
},
|
|
1823
|
+
"Type": "Expression"
|
|
1824
|
+
}
|
|
1825
|
+
}
|
|
1826
|
+
},
|
|
1827
|
+
"12": {
|
|
1828
|
+
"Ident": "StiDataBand",
|
|
1829
|
+
"Name": "DataAuto",
|
|
1830
|
+
"ClientRectangle": "0,880,749,20",
|
|
1831
|
+
"ComponentStyle": "Data1",
|
|
1832
|
+
"Interaction": {
|
|
1833
|
+
"Ident": "StiBandInteraction"
|
|
1834
|
+
},
|
|
1835
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1836
|
+
"Brush": "solid:",
|
|
1837
|
+
"Components": {
|
|
1838
|
+
"0": {
|
|
1839
|
+
"Ident": "StiText",
|
|
1840
|
+
"Name": "DataAuto_Rank",
|
|
1841
|
+
"CanGrow": true,
|
|
1842
|
+
"GrowToHeight": true,
|
|
1843
|
+
"ClientRectangle": "0,0,50,20",
|
|
1844
|
+
"ComponentStyle": "Data1",
|
|
1845
|
+
"Interaction": {
|
|
1846
|
+
"Ident": "StiInteraction"
|
|
1847
|
+
},
|
|
1848
|
+
"Text": {
|
|
1849
|
+
"Value": "{Auto.Rank}"
|
|
1850
|
+
},
|
|
1851
|
+
"HorAlignment": "Center",
|
|
1852
|
+
"VertAlignment": "Center",
|
|
1853
|
+
"Font": "Segoe UI;9.75;;",
|
|
1854
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1855
|
+
"Brush": "solid:",
|
|
1856
|
+
"TextBrush": "solid:64,64,64",
|
|
1857
|
+
"TextOptions": {
|
|
1858
|
+
"WordWrap": true
|
|
1859
|
+
},
|
|
1860
|
+
"Margins": {
|
|
1861
|
+
"Left": 3.0,
|
|
1862
|
+
"Right": 3.0,
|
|
1863
|
+
"Top": 3.0,
|
|
1864
|
+
"Bottom": 3.0
|
|
1865
|
+
}
|
|
1866
|
+
},
|
|
1867
|
+
"1": {
|
|
1868
|
+
"Ident": "StiText",
|
|
1869
|
+
"Name": "DataAuto_Country",
|
|
1870
|
+
"CanGrow": true,
|
|
1871
|
+
"GrowToHeight": true,
|
|
1872
|
+
"ClientRectangle": "50,0,250,20",
|
|
1873
|
+
"ComponentStyle": "Data1",
|
|
1874
|
+
"Interaction": {
|
|
1875
|
+
"Ident": "StiInteraction"
|
|
1876
|
+
},
|
|
1877
|
+
"Text": {
|
|
1878
|
+
"Value": "{Auto.Country}"
|
|
1879
|
+
},
|
|
1880
|
+
"VertAlignment": "Center",
|
|
1881
|
+
"Font": "Segoe UI;9.75;;",
|
|
1882
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1883
|
+
"Brush": "solid:",
|
|
1884
|
+
"TextBrush": "solid:64,64,64",
|
|
1885
|
+
"TextOptions": {
|
|
1886
|
+
"WordWrap": true
|
|
1887
|
+
},
|
|
1888
|
+
"Margins": {
|
|
1889
|
+
"Left": 3.0,
|
|
1890
|
+
"Right": 3.0,
|
|
1891
|
+
"Top": 3.0,
|
|
1892
|
+
"Bottom": 3.0
|
|
1893
|
+
}
|
|
1894
|
+
},
|
|
1895
|
+
"2": {
|
|
1896
|
+
"Ident": "StiText",
|
|
1897
|
+
"Name": "DataAuto_Year2009",
|
|
1898
|
+
"CanGrow": true,
|
|
1899
|
+
"GrowToHeight": true,
|
|
1900
|
+
"ClientRectangle": "600,0,149,20",
|
|
1901
|
+
"ComponentStyle": "Data1",
|
|
1902
|
+
"Conditions": {
|
|
1903
|
+
"0": {
|
|
1904
|
+
"Ident": "StiIconSetCondition",
|
|
1905
|
+
"Column": "Auto.Variation20052009",
|
|
1906
|
+
"IconSet": "TrafficLightsUnrimmed3",
|
|
1907
|
+
"ContentAlignment": "MiddleRight",
|
|
1908
|
+
"IconSetItem1": {
|
|
1909
|
+
"Ident": "StiIconSetItem",
|
|
1910
|
+
"Icon": "TriangleRed",
|
|
1911
|
+
"ValueType": "Value",
|
|
1912
|
+
"Value": 1.0
|
|
1913
|
+
},
|
|
1914
|
+
"IconSetItem2": {
|
|
1915
|
+
"Ident": "StiIconSetItem",
|
|
1916
|
+
"Icon": "TriangleGreen",
|
|
1917
|
+
"ValueType": "Value"
|
|
1918
|
+
},
|
|
1919
|
+
"IconSetItem3": {
|
|
1920
|
+
"Ident": "StiIconSetItem"
|
|
1921
|
+
}
|
|
1922
|
+
}
|
|
1923
|
+
},
|
|
1924
|
+
"Interaction": {
|
|
1925
|
+
"Ident": "StiInteraction"
|
|
1926
|
+
},
|
|
1927
|
+
"Text": {
|
|
1928
|
+
"Value": "{Auto.Year2009}"
|
|
1929
|
+
},
|
|
1930
|
+
"HorAlignment": "Right",
|
|
1931
|
+
"VertAlignment": "Center",
|
|
1932
|
+
"Font": "Segoe UI;9.75;;",
|
|
1933
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1934
|
+
"Brush": "solid:",
|
|
1935
|
+
"TextBrush": "solid:64,64,64",
|
|
1936
|
+
"TextOptions": {
|
|
1937
|
+
"WordWrap": true
|
|
1938
|
+
},
|
|
1939
|
+
"Margins": {
|
|
1940
|
+
"Left": 3.0,
|
|
1941
|
+
"Right": 3.0,
|
|
1942
|
+
"Top": 3.0,
|
|
1943
|
+
"Bottom": 3.0
|
|
1944
|
+
},
|
|
1945
|
+
"TextFormat": {
|
|
1946
|
+
"Ident": "StiNumberFormatService",
|
|
1947
|
+
"NegativePattern": 1,
|
|
1948
|
+
"DecimalSeparator": ",",
|
|
1949
|
+
"DecimalDigits": 0,
|
|
1950
|
+
"GroupSeparator": " ",
|
|
1951
|
+
"UseLocalSetting": false
|
|
1952
|
+
}
|
|
1953
|
+
},
|
|
1954
|
+
"3": {
|
|
1955
|
+
"Ident": "StiText",
|
|
1956
|
+
"Name": "DataAuto_Year2005",
|
|
1957
|
+
"CanGrow": true,
|
|
1958
|
+
"GrowToHeight": true,
|
|
1959
|
+
"ClientRectangle": "450,0,150,20",
|
|
1960
|
+
"ComponentStyle": "Data1",
|
|
1961
|
+
"Conditions": {
|
|
1962
|
+
"0": {
|
|
1963
|
+
"Ident": "StiIconSetCondition",
|
|
1964
|
+
"Column": "Auto.Variation20002005",
|
|
1965
|
+
"IconSet": "ArrowsColored3",
|
|
1966
|
+
"ContentAlignment": "MiddleRight",
|
|
1967
|
+
"IconSetItem1": {
|
|
1968
|
+
"Ident": "StiIconSetItem",
|
|
1969
|
+
"Icon": "TriangleRed",
|
|
1970
|
+
"ValueType": "Value",
|
|
1971
|
+
"Value": 1.0
|
|
1972
|
+
},
|
|
1973
|
+
"IconSetItem2": {
|
|
1974
|
+
"Ident": "StiIconSetItem",
|
|
1975
|
+
"Icon": "TriangleGreen",
|
|
1976
|
+
"ValueType": "Value"
|
|
1977
|
+
},
|
|
1978
|
+
"IconSetItem3": {
|
|
1979
|
+
"Ident": "StiIconSetItem"
|
|
1980
|
+
}
|
|
1981
|
+
}
|
|
1982
|
+
},
|
|
1983
|
+
"Interaction": {
|
|
1984
|
+
"Ident": "StiInteraction"
|
|
1985
|
+
},
|
|
1986
|
+
"Text": {
|
|
1987
|
+
"Value": "{Auto.Year2005}"
|
|
1988
|
+
},
|
|
1989
|
+
"HorAlignment": "Right",
|
|
1990
|
+
"VertAlignment": "Center",
|
|
1991
|
+
"Font": "Segoe UI;9.75;;",
|
|
1992
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
1993
|
+
"Brush": "solid:",
|
|
1994
|
+
"TextBrush": "solid:64,64,64",
|
|
1995
|
+
"TextOptions": {
|
|
1996
|
+
"WordWrap": true
|
|
1997
|
+
},
|
|
1998
|
+
"Margins": {
|
|
1999
|
+
"Left": 3.0,
|
|
2000
|
+
"Right": 3.0,
|
|
2001
|
+
"Top": 3.0,
|
|
2002
|
+
"Bottom": 3.0
|
|
2003
|
+
},
|
|
2004
|
+
"TextFormat": {
|
|
2005
|
+
"Ident": "StiNumberFormatService",
|
|
2006
|
+
"NegativePattern": 1,
|
|
2007
|
+
"DecimalSeparator": ",",
|
|
2008
|
+
"DecimalDigits": 0,
|
|
2009
|
+
"GroupSeparator": " ",
|
|
2010
|
+
"UseLocalSetting": false
|
|
2011
|
+
}
|
|
2012
|
+
},
|
|
2013
|
+
"4": {
|
|
2014
|
+
"Ident": "StiText",
|
|
2015
|
+
"Name": "DataAuto_Year2000",
|
|
2016
|
+
"CanGrow": true,
|
|
2017
|
+
"GrowToHeight": true,
|
|
2018
|
+
"ClientRectangle": "300,0,150,20",
|
|
2019
|
+
"ComponentStyle": "Data1",
|
|
2020
|
+
"Interaction": {
|
|
2021
|
+
"Ident": "StiInteraction"
|
|
2022
|
+
},
|
|
2023
|
+
"Text": {
|
|
2024
|
+
"Value": "{Auto.Year2000}"
|
|
2025
|
+
},
|
|
2026
|
+
"HorAlignment": "Right",
|
|
2027
|
+
"VertAlignment": "Center",
|
|
2028
|
+
"Font": "Segoe UI;9.75;;",
|
|
2029
|
+
"Border": ";182,182,182;;;;;;solid:Black",
|
|
2030
|
+
"Brush": "solid:",
|
|
2031
|
+
"TextBrush": "solid:64,64,64",
|
|
2032
|
+
"TextOptions": {
|
|
2033
|
+
"WordWrap": true
|
|
2034
|
+
},
|
|
2035
|
+
"Margins": {
|
|
2036
|
+
"Left": 3.0,
|
|
2037
|
+
"Right": 3.0,
|
|
2038
|
+
"Top": 3.0,
|
|
2039
|
+
"Bottom": 3.0
|
|
2040
|
+
},
|
|
2041
|
+
"TextFormat": {
|
|
2042
|
+
"Ident": "StiNumberFormatService",
|
|
2043
|
+
"NegativePattern": 1,
|
|
2044
|
+
"DecimalSeparator": ",",
|
|
2045
|
+
"DecimalDigits": 0,
|
|
2046
|
+
"GroupSeparator": " ",
|
|
2047
|
+
"UseLocalSetting": false
|
|
2048
|
+
}
|
|
2049
|
+
}
|
|
2050
|
+
},
|
|
2051
|
+
"DataSourceName": "Auto",
|
|
2052
|
+
"EvenStyle": "Data2"
|
|
2053
|
+
},
|
|
2054
|
+
"13": {
|
|
2055
|
+
"Ident": "StiFooterBand",
|
|
2056
|
+
"Name": "FooterBand1",
|
|
2057
|
+
"Guid": "fcf5b770997045f090c4588b2a35e1e8",
|
|
2058
|
+
"ClientRectangle": "0,940,749,20",
|
|
2059
|
+
"ComponentStyle": "Footer1",
|
|
2060
|
+
"Interaction": {
|
|
2061
|
+
"Ident": "StiInteraction"
|
|
2062
|
+
},
|
|
2063
|
+
"Border": ";58,78,94;;;;;;solid:Black",
|
|
2064
|
+
"Brush": "solid:",
|
|
2065
|
+
"PrintOnAllPages": true
|
|
2066
|
+
}
|
|
2067
|
+
},
|
|
2068
|
+
"PaperSize": "A4",
|
|
2069
|
+
"Watermark": {
|
|
2070
|
+
"TextBrush": "solid:100,0,0,0"
|
|
2071
|
+
}
|
|
2072
|
+
}
|
|
2073
|
+
}
|
|
2074
|
+
}
|