SimpleGroup.mrt 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310
  1. {
  2. "ReportVersion": "2015.1.13",
  3. "ReportGuid": "894d3a78714643a7b698216f6a9b93c7",
  4. "ReportName": "Report",
  5. "ReportAlias": "Simple Group",
  6. "ReportAuthor": "Stimulsoft",
  7. "ReportDescription": "This sample demonstrates how to create a simple group report with one group.",
  8. "ReportCreated": "/Date(1085817540000+0300)/",
  9. "ReportChanged": "/Date(1437976568550+0300)/",
  10. "EngineVersion": "EngineV2",
  11. "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 StiReports\r\n{\r\n \r\n public class Report : Stimulsoft.Report.StiReport\r\n {\r\n \r\n public Report()\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}",
  12. "Styles": {
  13. "0": {
  14. "Ident": "StiStyle",
  15. "Name": "Title1",
  16. "HorAlignment": "Right",
  17. "VertAlignment": "Center",
  18. "Font": ";19;;",
  19. "Border": ";193,152,89;;;;;;solid:Black",
  20. "Brush": "solid:",
  21. "TextBrush": "solid:193,152,89",
  22. "AllowUseBorderSides": false
  23. },
  24. "1": {
  25. "Ident": "StiStyle",
  26. "Name": "Title2",
  27. "VertAlignment": "Center",
  28. "Font": ";9;;",
  29. "Border": ";102,77,38;;;;;;solid:Black",
  30. "Brush": "solid:",
  31. "TextBrush": "solid:102,77,38",
  32. "AllowUseBorderSides": false
  33. },
  34. "2": {
  35. "Ident": "StiStyle",
  36. "Name": "Header1",
  37. "VertAlignment": "Center",
  38. "Font": ";19;;",
  39. "Border": ";193,152,89;;;;;;solid:Black",
  40. "Brush": "solid:",
  41. "TextBrush": "solid:193,152,89",
  42. "AllowUseBorderSides": false
  43. },
  44. "3": {
  45. "Ident": "StiStyle",
  46. "Name": "Header2",
  47. "HorAlignment": "Center",
  48. "VertAlignment": "Center",
  49. "Font": ";12;Bold;",
  50. "Border": ";193,152,89;;;;;;solid:Black",
  51. "Brush": "solid:",
  52. "TextBrush": "solid:193,152,89",
  53. "AllowUseBorderSides": false
  54. },
  55. "4": {
  56. "Ident": "StiStyle",
  57. "Name": "Header3",
  58. "HorAlignment": "Center",
  59. "VertAlignment": "Center",
  60. "Font": ";9;Bold;",
  61. "Border": "All;193,152,89;;;;;;solid:Black",
  62. "Brush": "solid:242,234,221",
  63. "TextBrush": "solid:193,152,89",
  64. "AllowUseHorAlignment": true,
  65. "AllowUseVertAlignment": true,
  66. "AllowUseBorderSides": false
  67. },
  68. "5": {
  69. "Ident": "StiStyle",
  70. "Name": "Header4",
  71. "HorAlignment": "Center",
  72. "VertAlignment": "Center",
  73. "Font": ";9;Bold;",
  74. "Border": "All;193,152,89;;;;;;solid:Black",
  75. "Brush": "solid:",
  76. "TextBrush": "solid:193,152,89",
  77. "AllowUseBorderSides": false
  78. },
  79. "6": {
  80. "Ident": "StiStyle",
  81. "Name": "Data1",
  82. "VertAlignment": "Center",
  83. "Font": ";9;;",
  84. "Border": ";193,152,89;;;;;;solid:Black",
  85. "Brush": "solid:",
  86. "TextBrush": "solid:102,77,38",
  87. "AllowUseBorderSides": false
  88. },
  89. "7": {
  90. "Ident": "StiStyle",
  91. "Name": "Data2",
  92. "Font": ";9;;",
  93. "Border": ";;;;;;;solid:Black",
  94. "Brush": "solid:240,237,232",
  95. "TextBrush": "solid:Black",
  96. "AllowUseFont": false,
  97. "AllowUseBorderFormatting": false,
  98. "AllowUseBorderSides": false,
  99. "AllowUseTextBrush": false,
  100. "AllowUseTextOptions": false
  101. },
  102. "8": {
  103. "Ident": "StiStyle",
  104. "Name": "Data3",
  105. "VertAlignment": "Center",
  106. "Font": ";9;;",
  107. "Border": ";193,152,89;;;;;;solid:Black",
  108. "Brush": "solid:240,237,232",
  109. "TextBrush": "solid:102,77,38",
  110. "AllowUseBorderSides": false
  111. },
  112. "9": {
  113. "Ident": "StiStyle",
  114. "Name": "Footer1",
  115. "VertAlignment": "Center",
  116. "Font": ";9;;",
  117. "Border": "Top;193,152,89;;;;;;solid:Black",
  118. "Brush": "solid:",
  119. "TextBrush": "solid:102,77,38",
  120. "AllowUseBorderSides": false
  121. },
  122. "10": {
  123. "Ident": "StiStyle",
  124. "Name": "Footer2",
  125. "HorAlignment": "Right",
  126. "VertAlignment": "Center",
  127. "Font": ";12;Bold;",
  128. "Border": ";193,152,89;;;;;;solid:Black",
  129. "Brush": "solid:",
  130. "TextBrush": "solid:193,152,89",
  131. "AllowUseBorderSides": false
  132. },
  133. "11": {
  134. "Ident": "StiCrossTabStyle",
  135. "Name": "CrossTab",
  136. "Color": "242,234,221"
  137. }
  138. },
  139. "ReferencedAssemblies": {
  140. "0": "System.Dll",
  141. "1": "System.Drawing.Dll",
  142. "2": "System.Windows.Forms.Dll",
  143. "3": "System.Data.Dll",
  144. "4": "System.Xml.Dll",
  145. "5": "Stimulsoft.Base.Dll",
  146. "6": "Stimulsoft.Controls.Dll",
  147. "7": "Stimulsoft.Report.Dll"
  148. },
  149. "Dictionary": {
  150. "DataSources": {
  151. "0": {
  152. "Ident": "StiDataTableSource",
  153. "Name": "Categories",
  154. "Alias": "Categories",
  155. "Columns": {
  156. "0": {
  157. "Name": "CategoryID",
  158. "Index": -1,
  159. "NameInSource": "CategoryID",
  160. "Alias": "CategoryID",
  161. "Type": "System.Int32"
  162. },
  163. "1": {
  164. "Name": "CategoryName",
  165. "Index": -1,
  166. "NameInSource": "CategoryName",
  167. "Alias": "CategoryName",
  168. "Type": "System.String"
  169. },
  170. "2": {
  171. "Name": "Description",
  172. "Index": -1,
  173. "NameInSource": "Description",
  174. "Alias": "Description",
  175. "Type": "System.String"
  176. }
  177. },
  178. "NameInSource": "Demo.Categories"
  179. },
  180. "1": {
  181. "Ident": "StiDataTableSource",
  182. "Name": "Customers",
  183. "Alias": "Customers",
  184. "Columns": {
  185. "0": {
  186. "Name": "CustomerID",
  187. "Index": -1,
  188. "NameInSource": "CustomerID",
  189. "Alias": "CustomerID",
  190. "Type": "System.String"
  191. },
  192. "1": {
  193. "Name": "CompanyName",
  194. "Index": -1,
  195. "NameInSource": "CompanyName",
  196. "Alias": "CompanyName",
  197. "Type": "System.String"
  198. },
  199. "2": {
  200. "Name": "ContactName",
  201. "Index": -1,
  202. "NameInSource": "ContactName",
  203. "Alias": "ContactName",
  204. "Type": "System.String"
  205. },
  206. "3": {
  207. "Name": "ContactTitle",
  208. "Index": -1,
  209. "NameInSource": "ContactTitle",
  210. "Alias": "ContactTitle",
  211. "Type": "System.String"
  212. },
  213. "4": {
  214. "Name": "Address",
  215. "Index": -1,
  216. "NameInSource": "Address",
  217. "Alias": "Address",
  218. "Type": "System.String"
  219. },
  220. "5": {
  221. "Name": "City",
  222. "Index": -1,
  223. "NameInSource": "City",
  224. "Alias": "City",
  225. "Type": "System.String"
  226. },
  227. "6": {
  228. "Name": "Region",
  229. "Index": -1,
  230. "NameInSource": "Region",
  231. "Alias": "Region",
  232. "Type": "System.String"
  233. },
  234. "7": {
  235. "Name": "PostalCode",
  236. "Index": -1,
  237. "NameInSource": "PostalCode",
  238. "Alias": "PostalCode",
  239. "Type": "System.String"
  240. },
  241. "8": {
  242. "Name": "Country",
  243. "Index": -1,
  244. "NameInSource": "Country",
  245. "Alias": "Country",
  246. "Type": "System.String"
  247. },
  248. "9": {
  249. "Name": "Phone",
  250. "Index": -1,
  251. "NameInSource": "Phone",
  252. "Alias": "Phone",
  253. "Type": "System.String"
  254. },
  255. "10": {
  256. "Name": "Fax",
  257. "Index": -1,
  258. "NameInSource": "Fax",
  259. "Alias": "Fax",
  260. "Type": "System.String"
  261. }
  262. },
  263. "NameInSource": "Demo.Customers"
  264. },
  265. "2": {
  266. "Ident": "StiDataTableSource",
  267. "Name": "Employees",
  268. "Alias": "Employees",
  269. "Columns": {
  270. "0": {
  271. "Name": "EmployeeID",
  272. "Index": -1,
  273. "NameInSource": "EmployeeID",
  274. "Alias": "EmployeeID",
  275. "Type": "System.Int32"
  276. },
  277. "1": {
  278. "Name": "LastName",
  279. "Index": -1,
  280. "NameInSource": "LastName",
  281. "Alias": "LastName",
  282. "Type": "System.String"
  283. },
  284. "2": {
  285. "Name": "FirstName",
  286. "Index": -1,
  287. "NameInSource": "FirstName",
  288. "Alias": "FirstName",
  289. "Type": "System.String"
  290. },
  291. "3": {
  292. "Name": "Title",
  293. "Index": -1,
  294. "NameInSource": "Title",
  295. "Alias": "Title",
  296. "Type": "System.String"
  297. },
  298. "4": {
  299. "Name": "BirthDate",
  300. "Index": -1,
  301. "NameInSource": "BirthDate",
  302. "Alias": "BirthDate",
  303. "Type": "System.DateTime"
  304. },
  305. "5": {
  306. "Name": "HireDate",
  307. "Index": -1,
  308. "NameInSource": "HireDate",
  309. "Alias": "HireDate",
  310. "Type": "System.DateTime"
  311. },
  312. "6": {
  313. "Name": "Address",
  314. "Index": -1,
  315. "NameInSource": "Address",
  316. "Alias": "Address",
  317. "Type": "System.String"
  318. },
  319. "7": {
  320. "Name": "City",
  321. "Index": -1,
  322. "NameInSource": "City",
  323. "Alias": "City",
  324. "Type": "System.String"
  325. },
  326. "8": {
  327. "Name": "Region",
  328. "Index": -1,
  329. "NameInSource": "Region",
  330. "Alias": "Region",
  331. "Type": "System.String"
  332. },
  333. "9": {
  334. "Name": "PostalCode",
  335. "Index": -1,
  336. "NameInSource": "PostalCode",
  337. "Alias": "PostalCode",
  338. "Type": "System.String"
  339. },
  340. "10": {
  341. "Name": "Country",
  342. "Index": -1,
  343. "NameInSource": "Country",
  344. "Alias": "Country",
  345. "Type": "System.String"
  346. },
  347. "11": {
  348. "Name": "HomePhone",
  349. "Index": -1,
  350. "NameInSource": "HomePhone",
  351. "Alias": "HomePhone",
  352. "Type": "System.String"
  353. },
  354. "12": {
  355. "Name": "Notes",
  356. "Index": -1,
  357. "NameInSource": "Notes",
  358. "Alias": "Notes",
  359. "Type": "System.String"
  360. },
  361. "13": {
  362. "Name": "ReportsTo",
  363. "Index": -1,
  364. "NameInSource": "ReportsTo",
  365. "Alias": "ReportsTo",
  366. "Type": "System.Int32"
  367. }
  368. },
  369. "NameInSource": "Demo.Employees"
  370. },
  371. "3": {
  372. "Ident": "StiDataTableSource",
  373. "Name": "Order Details",
  374. "Alias": "Order Details",
  375. "Columns": {
  376. "0": {
  377. "Name": "OrderID",
  378. "Index": -1,
  379. "NameInSource": "OrderID",
  380. "Alias": "OrderID",
  381. "Type": "System.Int32"
  382. },
  383. "1": {
  384. "Name": "ProductID",
  385. "Index": -1,
  386. "NameInSource": "ProductID",
  387. "Alias": "ProductID",
  388. "Type": "System.Int32"
  389. },
  390. "2": {
  391. "Name": "UnitPrice",
  392. "Index": -1,
  393. "NameInSource": "UnitPrice",
  394. "Alias": "UnitPrice",
  395. "Type": "System.Decimal"
  396. },
  397. "3": {
  398. "Name": "Quantity",
  399. "Index": -1,
  400. "NameInSource": "Quantity",
  401. "Alias": "Quantity",
  402. "Type": "System.Int16"
  403. },
  404. "4": {
  405. "Name": "Discount",
  406. "Index": -1,
  407. "NameInSource": "Discount",
  408. "Alias": "Discount",
  409. "Type": "System.Single"
  410. }
  411. },
  412. "NameInSource": "Demo.Order Details"
  413. },
  414. "4": {
  415. "Ident": "StiDataTableSource",
  416. "Name": "Orders",
  417. "Alias": "Orders",
  418. "Columns": {
  419. "0": {
  420. "Name": "OrderID",
  421. "Index": -1,
  422. "NameInSource": "OrderID",
  423. "Alias": "OrderID",
  424. "Type": "System.Int32"
  425. },
  426. "1": {
  427. "Name": "CustomerID",
  428. "Index": -1,
  429. "NameInSource": "CustomerID",
  430. "Alias": "CustomerID",
  431. "Type": "System.String"
  432. },
  433. "2": {
  434. "Name": "EmployeeID",
  435. "Index": -1,
  436. "NameInSource": "EmployeeID",
  437. "Alias": "EmployeeID",
  438. "Type": "System.Int32"
  439. },
  440. "3": {
  441. "Name": "OrderDate",
  442. "Index": -1,
  443. "NameInSource": "OrderDate",
  444. "Alias": "OrderDate",
  445. "Type": "System.DateTime"
  446. },
  447. "4": {
  448. "Name": "RequiredDate",
  449. "Index": -1,
  450. "NameInSource": "RequiredDate",
  451. "Alias": "RequiredDate",
  452. "Type": "System.DateTime"
  453. },
  454. "5": {
  455. "Name": "ShippedDate",
  456. "Index": -1,
  457. "NameInSource": "ShippedDate",
  458. "Alias": "ShippedDate",
  459. "Type": "System.DateTime"
  460. },
  461. "6": {
  462. "Name": "ShipVia",
  463. "Index": -1,
  464. "NameInSource": "ShipVia",
  465. "Alias": "ShipVia",
  466. "Type": "System.Int32"
  467. },
  468. "7": {
  469. "Name": "Freight",
  470. "Index": -1,
  471. "NameInSource": "Freight",
  472. "Alias": "Freight",
  473. "Type": "System.Decimal"
  474. },
  475. "8": {
  476. "Name": "ShipName",
  477. "Index": -1,
  478. "NameInSource": "ShipName",
  479. "Alias": "ShipName",
  480. "Type": "System.String"
  481. },
  482. "9": {
  483. "Name": "ShipAddress",
  484. "Index": -1,
  485. "NameInSource": "ShipAddress",
  486. "Alias": "ShipAddress",
  487. "Type": "System.String"
  488. },
  489. "10": {
  490. "Name": "ShipCity",
  491. "Index": -1,
  492. "NameInSource": "ShipCity",
  493. "Alias": "ShipCity",
  494. "Type": "System.String"
  495. },
  496. "11": {
  497. "Name": "ShipRegion",
  498. "Index": -1,
  499. "NameInSource": "ShipRegion",
  500. "Alias": "ShipRegion",
  501. "Type": "System.String"
  502. },
  503. "12": {
  504. "Name": "ShipPostalCode",
  505. "Index": -1,
  506. "NameInSource": "ShipPostalCode",
  507. "Alias": "ShipPostalCode",
  508. "Type": "System.String"
  509. },
  510. "13": {
  511. "Name": "ShipCountry",
  512. "Index": -1,
  513. "NameInSource": "ShipCountry",
  514. "Alias": "ShipCountry",
  515. "Type": "System.String"
  516. }
  517. },
  518. "NameInSource": "Demo.Orders"
  519. },
  520. "5": {
  521. "Ident": "StiDataTableSource",
  522. "Name": "Products",
  523. "Alias": "Products",
  524. "Columns": {
  525. "0": {
  526. "Name": "ProductID",
  527. "Index": -1,
  528. "NameInSource": "ProductID",
  529. "Alias": "ProductID",
  530. "Type": "System.Int32"
  531. },
  532. "1": {
  533. "Name": "ProductName",
  534. "Index": -1,
  535. "NameInSource": "ProductName",
  536. "Alias": "ProductName",
  537. "Type": "System.String"
  538. },
  539. "2": {
  540. "Name": "SupplierID",
  541. "Index": -1,
  542. "NameInSource": "SupplierID",
  543. "Alias": "SupplierID",
  544. "Type": "System.Int32"
  545. },
  546. "3": {
  547. "Name": "CategoryID",
  548. "Index": -1,
  549. "NameInSource": "CategoryID",
  550. "Alias": "CategoryID",
  551. "Type": "System.Int32"
  552. },
  553. "4": {
  554. "Name": "QuantityPerUnit",
  555. "Index": -1,
  556. "NameInSource": "QuantityPerUnit",
  557. "Alias": "QuantityPerUnit",
  558. "Type": "System.String"
  559. },
  560. "5": {
  561. "Name": "UnitPrice",
  562. "Index": -1,
  563. "NameInSource": "UnitPrice",
  564. "Alias": "UnitPrice",
  565. "Type": "System.Decimal"
  566. },
  567. "6": {
  568. "Name": "UnitsInStock",
  569. "Index": -1,
  570. "NameInSource": "UnitsInStock",
  571. "Alias": "UnitsInStock",
  572. "Type": "System.Int16"
  573. }
  574. },
  575. "NameInSource": "Demo.Products"
  576. },
  577. "6": {
  578. "Ident": "StiDataTableSource",
  579. "Name": "Shippers",
  580. "Alias": "Shippers",
  581. "Columns": {
  582. "0": {
  583. "Name": "ShipperID",
  584. "Index": -1,
  585. "NameInSource": "ShipperID",
  586. "Alias": "ShipperID",
  587. "Type": "System.Int32"
  588. },
  589. "1": {
  590. "Name": "CompanyName",
  591. "Index": -1,
  592. "NameInSource": "CompanyName",
  593. "Alias": "CompanyName",
  594. "Type": "System.String"
  595. },
  596. "2": {
  597. "Name": "Phone",
  598. "Index": -1,
  599. "NameInSource": "Phone",
  600. "Alias": "Phone",
  601. "Type": "System.String"
  602. }
  603. },
  604. "NameInSource": "Demo.Shippers"
  605. },
  606. "7": {
  607. "Ident": "StiDataTableSource",
  608. "Name": "Suppliers",
  609. "Alias": "Suppliers",
  610. "Columns": {
  611. "0": {
  612. "Name": "SupplierID",
  613. "Index": -1,
  614. "NameInSource": "SupplierID",
  615. "Alias": "SupplierID",
  616. "Type": "System.Int32"
  617. },
  618. "1": {
  619. "Name": "CompanyName",
  620. "Index": -1,
  621. "NameInSource": "CompanyName",
  622. "Alias": "CompanyName",
  623. "Type": "System.String"
  624. },
  625. "2": {
  626. "Name": "ContactName",
  627. "Index": -1,
  628. "NameInSource": "ContactName",
  629. "Alias": "ContactName",
  630. "Type": "System.String"
  631. },
  632. "3": {
  633. "Name": "ContactTitle",
  634. "Index": -1,
  635. "NameInSource": "ContactTitle",
  636. "Alias": "ContactTitle",
  637. "Type": "System.String"
  638. },
  639. "4": {
  640. "Name": "Address",
  641. "Index": -1,
  642. "NameInSource": "Address",
  643. "Alias": "Address",
  644. "Type": "System.String"
  645. },
  646. "5": {
  647. "Name": "City",
  648. "Index": -1,
  649. "NameInSource": "City",
  650. "Alias": "City",
  651. "Type": "System.String"
  652. },
  653. "6": {
  654. "Name": "Region",
  655. "Index": -1,
  656. "NameInSource": "Region",
  657. "Alias": "Region",
  658. "Type": "System.String"
  659. },
  660. "7": {
  661. "Name": "PostalCode",
  662. "Index": -1,
  663. "NameInSource": "PostalCode",
  664. "Alias": "PostalCode",
  665. "Type": "System.String"
  666. },
  667. "8": {
  668. "Name": "Country",
  669. "Index": -1,
  670. "NameInSource": "Country",
  671. "Alias": "Country",
  672. "Type": "System.String"
  673. },
  674. "9": {
  675. "Name": "Phone",
  676. "Index": -1,
  677. "NameInSource": "Phone",
  678. "Alias": "Phone",
  679. "Type": "System.String"
  680. },
  681. "10": {
  682. "Name": "Fax",
  683. "Index": -1,
  684. "NameInSource": "Fax",
  685. "Alias": "Fax",
  686. "Type": "System.String"
  687. },
  688. "11": {
  689. "Name": "HomePage",
  690. "Index": -1,
  691. "NameInSource": "HomePage",
  692. "Alias": "HomePage",
  693. "Type": "System.String"
  694. }
  695. },
  696. "NameInSource": "Demo.Suppliers"
  697. },
  698. "8": {
  699. "Ident": "StiDataTableSource",
  700. "Name": "Countries",
  701. "Alias": "Countries",
  702. "Columns": {
  703. "0": {
  704. "Name": "CountriesID",
  705. "Index": -1,
  706. "NameInSource": "CountriesID",
  707. "Alias": "CountriesID",
  708. "Type": "System.Int32"
  709. },
  710. "1": {
  711. "Name": "Flag",
  712. "Index": -1,
  713. "NameInSource": "Flag",
  714. "Alias": "Flag",
  715. "Type": "System.Byte[]"
  716. },
  717. "2": {
  718. "Name": "CountryName",
  719. "Index": -1,
  720. "NameInSource": "CountryName",
  721. "Alias": "CountryName",
  722. "Type": "System.String"
  723. }
  724. },
  725. "NameInSource": "Demo.Countries"
  726. }
  727. },
  728. "Databases": {
  729. "0": {
  730. "Ident": "StiJsonDatabase",
  731. "Name": "Demo",
  732. "Alias": "Demo",
  733. "PathData": "../reports/Demo.json"
  734. }
  735. },
  736. "Relations": {
  737. "0": {
  738. "Name": "Employees",
  739. "ChildColumns": {
  740. "0": "ReportsTo"
  741. },
  742. "ParentColumns": {
  743. "0": "EmployeeID"
  744. },
  745. "NameInSource": "EmployeesEmployees",
  746. "Alias": "Employees",
  747. "ParentSource": "Employees",
  748. "ChildSource": "Employees"
  749. },
  750. "1": {
  751. "Name": "Products",
  752. "ChildColumns": {
  753. "0": "ProductID"
  754. },
  755. "ParentColumns": {
  756. "0": "ProductID"
  757. },
  758. "NameInSource": "ProductsOrder_Details",
  759. "Alias": "Products",
  760. "ParentSource": "Products",
  761. "ChildSource": "Order Details"
  762. },
  763. "2": {
  764. "Name": "Orders",
  765. "ChildColumns": {
  766. "0": "OrderID"
  767. },
  768. "ParentColumns": {
  769. "0": "OrderID"
  770. },
  771. "NameInSource": "OrdersOrder_Details",
  772. "Alias": "Orders",
  773. "ParentSource": "Orders",
  774. "ChildSource": "Order Details"
  775. },
  776. "3": {
  777. "Name": "Customers",
  778. "ChildColumns": {
  779. "0": "CustomerID"
  780. },
  781. "ParentColumns": {
  782. "0": "CustomerID"
  783. },
  784. "NameInSource": "CustomersOrders",
  785. "Alias": "Customers",
  786. "ParentSource": "Customers",
  787. "ChildSource": "Orders"
  788. },
  789. "4": {
  790. "Name": "Shippers",
  791. "ChildColumns": {
  792. "0": "ShipVia"
  793. },
  794. "ParentColumns": {
  795. "0": "ShipperID"
  796. },
  797. "NameInSource": "ShippersOrders",
  798. "Alias": "Shippers",
  799. "ParentSource": "Shippers",
  800. "ChildSource": "Orders"
  801. },
  802. "5": {
  803. "Name": "Employees",
  804. "ChildColumns": {
  805. "0": "EmployeeID"
  806. },
  807. "ParentColumns": {
  808. "0": "EmployeeID"
  809. },
  810. "NameInSource": "EmployeesOrders",
  811. "Alias": "Employees",
  812. "ParentSource": "Employees",
  813. "ChildSource": "Orders"
  814. },
  815. "6": {
  816. "Name": "Categories",
  817. "ChildColumns": {
  818. "0": "CategoryID"
  819. },
  820. "ParentColumns": {
  821. "0": "CategoryID"
  822. },
  823. "NameInSource": "CategoriesProducts",
  824. "Alias": "Categories",
  825. "ParentSource": "Categories",
  826. "ChildSource": "Products"
  827. },
  828. "7": {
  829. "Name": "Suppliers",
  830. "ChildColumns": {
  831. "0": "SupplierID"
  832. },
  833. "ParentColumns": {
  834. "0": "SupplierID"
  835. },
  836. "NameInSource": "SuppliersProducts",
  837. "Alias": "Suppliers",
  838. "ParentSource": "Suppliers",
  839. "ChildSource": "Products"
  840. }
  841. }
  842. },
  843. "Pages": {
  844. "0": {
  845. "Ident": "StiPage",
  846. "Name": "Page1",
  847. "Guid": "1bbc1ab1b607416bad7fa7eb3b60df7a",
  848. "Interaction": {
  849. "Ident": "StiInteraction"
  850. },
  851. "Border": ";;2;;;;;solid:Black",
  852. "Brush": "solid:",
  853. "Components": {
  854. "0": {
  855. "Ident": "StiPageFooterBand",
  856. "Name": "PageFooterBand2",
  857. "Guid": "8b753b3932e344fb8e317eda78801654",
  858. "ClientRectangle": "0,27.3,19,0.4",
  859. "Interaction": {
  860. "Ident": "StiInteraction"
  861. },
  862. "Border": ";;;;;;;solid:Black",
  863. "Brush": "solid:",
  864. "Components": {
  865. "0": {
  866. "Ident": "StiText",
  867. "Name": "Text5",
  868. "Guid": "b8f2488d92d14b0fb16baea1e12e98aa",
  869. "MinSize": "0,0",
  870. "MaxSize": "0,0",
  871. "ClientRectangle": "6.8,0,12.2,0.4",
  872. "ComponentStyle": "Footer1",
  873. "Interaction": {
  874. "Ident": "StiInteraction"
  875. },
  876. "Text": {
  877. "Value": "{PageNofM}"
  878. },
  879. "HorAlignment": "Right",
  880. "VertAlignment": "Center",
  881. "Font": ";9;;",
  882. "Border": ";193,152,89;;;;;;solid:Black",
  883. "Brush": "solid:",
  884. "TextBrush": "solid:102,77,38"
  885. }
  886. }
  887. },
  888. "1": {
  889. "Ident": "StiReportTitleBand",
  890. "Name": "ReportTitleBand1",
  891. "Guid": "7f6fabeb40ae497594242d42e0aa7deb",
  892. "ClientRectangle": "0,0.4,19,1.8",
  893. "Interaction": {
  894. "Ident": "StiInteraction"
  895. },
  896. "Border": ";;;;;;;solid:Black",
  897. "Brush": "solid:",
  898. "Components": {
  899. "0": {
  900. "Ident": "StiText",
  901. "Name": "Text20",
  902. "Guid": "7a9756a6ba0a42c389e82db7193f16ee",
  903. "MinSize": "0,0",
  904. "MaxSize": "0,0",
  905. "ClientRectangle": "9.4,0,9.6,0.8",
  906. "ComponentStyle": "Title1",
  907. "Interaction": {
  908. "Ident": "StiInteraction"
  909. },
  910. "Text": {
  911. "Value": "Stimulsoft"
  912. },
  913. "HorAlignment": "Right",
  914. "VertAlignment": "Center",
  915. "Font": ";19;;",
  916. "Border": "Bottom;193,152,89;;;;;;solid:Black",
  917. "Brush": "solid:",
  918. "TextBrush": "solid:193,152,89",
  919. "Type": "Expression"
  920. },
  921. "1": {
  922. "Ident": "StiText",
  923. "Name": "Text23",
  924. "Guid": "df5a73b62e9e437da8ecd7086d777c61",
  925. "MinSize": "0,0",
  926. "MaxSize": "0,0",
  927. "ClientRectangle": "0,0,9.4,0.8",
  928. "ComponentStyle": "Title1",
  929. "Interaction": {
  930. "Ident": "StiInteraction"
  931. },
  932. "Text": {
  933. "Value": "Simple Group"
  934. },
  935. "VertAlignment": "Center",
  936. "Font": ";19;;",
  937. "Border": "Bottom;193,152,89;;;;;;solid:Black",
  938. "Brush": "solid:",
  939. "TextBrush": "solid:193,152,89",
  940. "Type": "Expression"
  941. },
  942. "2": {
  943. "Ident": "StiText",
  944. "Name": "Text7",
  945. "Guid": "9b62606fcda649db8334690e728b9529",
  946. "CanGrow": true,
  947. "MinSize": "0,0",
  948. "MaxSize": "0,0",
  949. "ClientRectangle": "0,1,14.6,0.8",
  950. "ComponentStyle": "Title2",
  951. "Interaction": {
  952. "Ident": "StiInteraction"
  953. },
  954. "Text": {
  955. "Value": "{ReportDescription}"
  956. },
  957. "Font": ";9;;",
  958. "Border": ";102,77,38;;;;;;solid:Black",
  959. "Brush": "solid:",
  960. "TextBrush": "solid:102,77,38",
  961. "TextOptions": {
  962. "WordWrap": true
  963. },
  964. "Type": "Expression"
  965. },
  966. "3": {
  967. "Ident": "StiText",
  968. "Name": "Text18",
  969. "Guid": "f4a34689309d4d78821cdddb8045c019",
  970. "CanGrow": true,
  971. "MinSize": "0,0",
  972. "MaxSize": "0,0",
  973. "ClientRectangle": "14.6,1,4.4,0.8",
  974. "ComponentStyle": "Title2",
  975. "Interaction": {
  976. "Ident": "StiInteraction"
  977. },
  978. "Text": {
  979. "Value": "Date: {Today.ToString(\"Y\")}"
  980. },
  981. "HorAlignment": "Right",
  982. "Font": ";9;;",
  983. "Border": ";102,77,38;;;;;;solid:Black",
  984. "Brush": "solid:",
  985. "TextBrush": "solid:102,77,38",
  986. "TextOptions": {
  987. "WordWrap": true
  988. },
  989. "Type": "Expression"
  990. }
  991. }
  992. },
  993. "2": {
  994. "Ident": "StiGroupHeaderBand",
  995. "Name": "GroupHeaderBand1",
  996. "ClientRectangle": "0,3,19,1.8",
  997. "Interaction": {
  998. "Ident": "StiBandInteraction"
  999. },
  1000. "Bookmark": {
  1001. "Value": "{Customers.CompanyName.Substring(0, 1)}"
  1002. },
  1003. "Border": ";;;;;;;solid:Black",
  1004. "Brush": "solid:",
  1005. "Components": {
  1006. "0": {
  1007. "Ident": "StiText",
  1008. "Name": "Text8",
  1009. "MinSize": "0,0",
  1010. "MaxSize": "0,0",
  1011. "ClientRectangle": "0,0.4,19,0.8",
  1012. "ComponentStyle": "Header1",
  1013. "Interaction": {
  1014. "Ident": "StiInteraction"
  1015. },
  1016. "Text": {
  1017. "Value": "{Customers.CompanyName.Substring(0, 1)}"
  1018. },
  1019. "VertAlignment": "Center",
  1020. "Font": ";19;;",
  1021. "Border": ";193,152,89;;;;;;solid:Black",
  1022. "Brush": "solid:",
  1023. "TextBrush": "solid:193,152,89"
  1024. },
  1025. "1": {
  1026. "Ident": "StiText",
  1027. "Name": "Text11",
  1028. "MinSize": "0,0",
  1029. "MaxSize": "0,0",
  1030. "ClientRectangle": "6.8,1.2,5.2,0.6",
  1031. "ComponentStyle": "Header3",
  1032. "Interaction": {
  1033. "Ident": "StiInteraction"
  1034. },
  1035. "Text": {
  1036. "Value": "Address"
  1037. },
  1038. "HorAlignment": "Center",
  1039. "VertAlignment": "Center",
  1040. "Font": ";9;Bold;",
  1041. "Border": "All;193,152,89;;;;;;solid:Black",
  1042. "Brush": "solid:242,234,221",
  1043. "TextBrush": "solid:193,152,89"
  1044. },
  1045. "2": {
  1046. "Ident": "StiText",
  1047. "Name": "Text10",
  1048. "MinSize": "0,0",
  1049. "MaxSize": "0,0",
  1050. "ClientRectangle": "0,1.2,6.8,0.6",
  1051. "ComponentStyle": "Header3",
  1052. "Interaction": {
  1053. "Ident": "StiInteraction"
  1054. },
  1055. "Text": {
  1056. "Value": "Company"
  1057. },
  1058. "HorAlignment": "Center",
  1059. "VertAlignment": "Center",
  1060. "Font": ";9;Bold;",
  1061. "Border": "All;193,152,89;;;;;;solid:Black",
  1062. "Brush": "solid:242,234,221",
  1063. "TextBrush": "solid:193,152,89"
  1064. },
  1065. "3": {
  1066. "Ident": "StiText",
  1067. "Name": "Text12",
  1068. "MinSize": "0,0",
  1069. "MaxSize": "0,0",
  1070. "ClientRectangle": "12,1.2,3,0.6",
  1071. "ComponentStyle": "Header3",
  1072. "Interaction": {
  1073. "Ident": "StiInteraction"
  1074. },
  1075. "Text": {
  1076. "Value": "Phone"
  1077. },
  1078. "HorAlignment": "Center",
  1079. "VertAlignment": "Center",
  1080. "Font": ";9;Bold;",
  1081. "Border": "All;193,152,89;;;;;;solid:Black",
  1082. "Brush": "solid:242,234,221",
  1083. "TextBrush": "solid:193,152,89"
  1084. },
  1085. "4": {
  1086. "Ident": "StiText",
  1087. "Name": "Text13",
  1088. "MinSize": "0,0",
  1089. "MaxSize": "0,0",
  1090. "ClientRectangle": "15,1.2,4,0.6",
  1091. "ComponentStyle": "Header3",
  1092. "Interaction": {
  1093. "Ident": "StiInteraction"
  1094. },
  1095. "Text": {
  1096. "Value": "Contact"
  1097. },
  1098. "HorAlignment": "Center",
  1099. "VertAlignment": "Center",
  1100. "Font": ";9;Bold;",
  1101. "Border": "All;193,152,89;;;;;;solid:Black",
  1102. "Brush": "solid:242,234,221",
  1103. "TextBrush": "solid:193,152,89"
  1104. }
  1105. },
  1106. "KeepGroupTogether": true,
  1107. "Condition": {
  1108. "Value": "{Customers.CompanyName.Substring(0, 1)}"
  1109. }
  1110. },
  1111. "3": {
  1112. "Ident": "StiDataBand",
  1113. "Name": "DataBand1",
  1114. "ClientRectangle": "0,5.6,19,0.6",
  1115. "Interaction": {
  1116. "Ident": "StiBandInteraction"
  1117. },
  1118. "Bookmark": {
  1119. "Value": "{Customers.CompanyName}"
  1120. },
  1121. "Border": "Left, Right;193,152,89;;;;;;solid:Black",
  1122. "Brush": "solid:",
  1123. "Components": {
  1124. "0": {
  1125. "Ident": "StiText",
  1126. "Name": "Text2",
  1127. "CanGrow": true,
  1128. "GrowToHeight": true,
  1129. "MinSize": "0,0",
  1130. "MaxSize": "0,0",
  1131. "ClientRectangle": "6.8,0,5.2,0.6",
  1132. "ComponentStyle": "Data1",
  1133. "Interaction": {
  1134. "Ident": "StiInteraction"
  1135. },
  1136. "Text": {
  1137. "Value": "{Customers.Address}"
  1138. },
  1139. "VertAlignment": "Center",
  1140. "Font": ";9;;",
  1141. "Border": "Left;193,152,89;;;;;;solid:Black",
  1142. "Brush": "solid:",
  1143. "TextBrush": "solid:102,77,38",
  1144. "TextOptions": {
  1145. "WordWrap": true
  1146. }
  1147. },
  1148. "1": {
  1149. "Ident": "StiText",
  1150. "Name": "Text4",
  1151. "CanGrow": true,
  1152. "GrowToHeight": true,
  1153. "MinSize": "0,0",
  1154. "MaxSize": "0,0",
  1155. "ClientRectangle": "12,0,3,0.6",
  1156. "ComponentStyle": "Data1",
  1157. "Interaction": {
  1158. "Ident": "StiInteraction"
  1159. },
  1160. "Text": {
  1161. "Value": "{Customers.Phone}"
  1162. },
  1163. "VertAlignment": "Center",
  1164. "Font": ";9;;",
  1165. "Border": "Left;193,152,89;;;;;;solid:Black",
  1166. "Brush": "solid:",
  1167. "TextBrush": "solid:102,77,38",
  1168. "TextOptions": {
  1169. "WordWrap": true
  1170. }
  1171. },
  1172. "2": {
  1173. "Ident": "StiText",
  1174. "Name": "Text3",
  1175. "CanGrow": true,
  1176. "GrowToHeight": true,
  1177. "MinSize": "0,0",
  1178. "MaxSize": "0,0",
  1179. "ClientRectangle": "15,0,4,0.6",
  1180. "ComponentStyle": "Data1",
  1181. "Interaction": {
  1182. "Ident": "StiInteraction"
  1183. },
  1184. "Text": {
  1185. "Value": "{Customers.ContactTitle}"
  1186. },
  1187. "VertAlignment": "Center",
  1188. "Font": ";9;;",
  1189. "Border": "Left, Right;193,152,89;;;;;;solid:Black",
  1190. "Brush": "solid:",
  1191. "TextBrush": "solid:102,77,38",
  1192. "TextOptions": {
  1193. "WordWrap": true
  1194. }
  1195. },
  1196. "3": {
  1197. "Ident": "StiText",
  1198. "Name": "Text1",
  1199. "CanGrow": true,
  1200. "GrowToHeight": true,
  1201. "MinSize": "0,0",
  1202. "MaxSize": "0,0",
  1203. "ClientRectangle": "0,0,6.8,0.6",
  1204. "ComponentStyle": "Data1",
  1205. "Interaction": {
  1206. "Ident": "StiInteraction"
  1207. },
  1208. "Text": {
  1209. "Value": "{Line}.{Customers.CompanyName}"
  1210. },
  1211. "VertAlignment": "Center",
  1212. "Font": ";9;;",
  1213. "Border": "Left;193,152,89;;;;;;solid:Black",
  1214. "Brush": "solid:",
  1215. "TextBrush": "solid:102,77,38",
  1216. "TextOptions": {
  1217. "WordWrap": true
  1218. },
  1219. "Type": "Expression"
  1220. }
  1221. },
  1222. "DataSourceName": "Customers",
  1223. "EvenStyle": "Data2",
  1224. "Sort": {
  1225. "0": "ASC",
  1226. "1": "CompanyName"
  1227. }
  1228. },
  1229. "4": {
  1230. "Ident": "StiGroupFooterBand",
  1231. "Name": "GroupFooterBand1",
  1232. "ClientRectangle": "0,7,19,0.6",
  1233. "Interaction": {
  1234. "Ident": "StiInteraction"
  1235. },
  1236. "Border": ";;;;;;;solid:Black",
  1237. "Brush": "solid:",
  1238. "Components": {
  1239. "0": {
  1240. "Ident": "StiText",
  1241. "Name": "Text9",
  1242. "MinSize": "0,0",
  1243. "MaxSize": "0,0",
  1244. "ClientRectangle": "0,0,19,0.6",
  1245. "ComponentStyle": "Footer1",
  1246. "Interaction": {
  1247. "Ident": "StiInteraction"
  1248. },
  1249. "Text": {
  1250. "Value": "Count: {Count()}"
  1251. },
  1252. "HorAlignment": "Right",
  1253. "VertAlignment": "Center",
  1254. "Font": ";9;;",
  1255. "Border": "All;193,152,89;;;;;;solid:Black",
  1256. "Brush": "solid:",
  1257. "TextBrush": "solid:102,77,38"
  1258. }
  1259. }
  1260. },
  1261. "5": {
  1262. "Ident": "StiFooterBand",
  1263. "Name": "FooterBand1",
  1264. "ClientRectangle": "0,8.4,19,0.2",
  1265. "Interaction": {
  1266. "Ident": "StiInteraction"
  1267. },
  1268. "Border": ";;;;;;;solid:Black",
  1269. "Brush": "solid:",
  1270. "Components": {
  1271. "0": {
  1272. "Ident": "StiText",
  1273. "Name": "Text6",
  1274. "Guid": "943687c2821a4aaa9808df3d1c463697",
  1275. "CanGrow": true,
  1276. "GrowToHeight": true,
  1277. "MinSize": "0,0",
  1278. "MaxSize": "0,0",
  1279. "ClientRectangle": "0,0,19,0.2",
  1280. "ComponentStyle": "Footer1",
  1281. "Interaction": {
  1282. "Ident": "StiInteraction"
  1283. },
  1284. "VertAlignment": "Center",
  1285. "Font": ";9;;",
  1286. "Border": ";193,152,89;;;;;;solid:Black",
  1287. "Brush": "solid:",
  1288. "TextBrush": "solid:102,77,38",
  1289. "TextOptions": {
  1290. "WordWrap": true
  1291. }
  1292. }
  1293. },
  1294. "PrintOnAllPages": true
  1295. }
  1296. },
  1297. "PageWidth": 21.0,
  1298. "PageHeight": 29.7,
  1299. "Watermark": {
  1300. "TextBrush": "solid:50,0,0,0"
  1301. },
  1302. "Margins": {
  1303. "Left": 1.0,
  1304. "Right": 1.0,
  1305. "Top": 1.0,
  1306. "Bottom": 1.0
  1307. }
  1308. }
  1309. }
  1310. }