纽威
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

335 lines
5.9 KiB

3 years ago
  1. {
  2. "Version":"6.5.0.0",
  3. "Title":"1a.简单表格",
  4. "Author":"锐浪报表软件",
  5. "Description":"演示一个最基本的列表报表。",
  6. "Font":{
  7. "Name":"宋体",
  8. "Size":90000,
  9. "Weight":400,
  10. "Charset":134
  11. },
  12. "Printer":{
  13. "TopMargin":1.5,
  14. "BottomMargin":1.5
  15. },
  16. "DetailGrid":{
  17. "CenterView":true,
  18. "PrintAdaptMethod":"ResizeToFit",
  19. "Recordset":{
  20. "ConnectionString":"Provider=SQLOLEDB.1;Password=aA123456;Persist Security Info=True;User ID=sa;Initial Catalog=ICSOS_SHZS;Data Source=192.168.1.76;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=DESKTOP-R8JR76U;Use Encryption for Data=False;Tag with column collation when possible=False",
  21. "QuerySQL":"SELECT * FROM dbo.ICSDiscountRate WHERE 1=1",
  22. "Field":[
  23. {
  24. "Name":"CusCode"
  25. },
  26. {
  27. "Name":"StartValue",
  28. "Type":"Float"
  29. },
  30. {
  31. "Name":"EndValue",
  32. "Type":"Float"
  33. },
  34. {
  35. "Name":"Discount",
  36. "Type":"Float"
  37. },
  38. {
  39. "Name":"F_Id"
  40. },
  41. {
  42. "Name":"WHType"
  43. },
  44. {
  45. "Name":"F_CreatorUserId"
  46. },
  47. {
  48. "Name":"F_CreatorTime",
  49. "Type":"DateTime"
  50. },
  51. {
  52. "Name":"F_LastModifyUserId"
  53. },
  54. {
  55. "Name":"F_LastModifyTime",
  56. "Type":"DateTime"
  57. },
  58. {
  59. "Name":"F_DeleteMark",
  60. "Type":"Boolean"
  61. },
  62. {
  63. "Name":"F_DeleteUserId"
  64. },
  65. {
  66. "Name":"F_DeleteTime",
  67. "Type":"DateTime"
  68. },
  69. {
  70. "Name":"EATTRIBUTE1"
  71. },
  72. {
  73. "Name":"ParentID"
  74. }
  75. ]
  76. },
  77. "Column":[
  78. {
  79. "Name":"CustomerID",
  80. "Width":2.38125
  81. },
  82. {
  83. "Name":"CompanyName",
  84. "Width":3.175
  85. },
  86. {
  87. "Name":"ContactName",
  88. "Width":1.5875
  89. },
  90. {
  91. "Name":"ContactTitle",
  92. "Width":1.98438,
  93. "Visible":false
  94. },
  95. {
  96. "Name":"Address",
  97. "Width":3.175
  98. },
  99. {
  100. "Name":"City",
  101. "Width":1.5875
  102. },
  103. {
  104. "Name":"Region",
  105. "Width":1.98438
  106. },
  107. {
  108. "Name":"PostalCode",
  109. "Width":1.5875
  110. },
  111. {
  112. "Name":"Country",
  113. "Width":1.5875,
  114. "Visible":false
  115. },
  116. {
  117. "Name":"Phone",
  118. "Width":2.98979
  119. },
  120. {
  121. "Name":"Fax",
  122. "Width":3.175,
  123. "Visible":false
  124. }
  125. ],
  126. "ColumnContent":{
  127. "Height":0.79375,
  128. "ColumnContentCell":[
  129. {
  130. "Column":"CustomerID",
  131. "DataField":"CusCode"
  132. },
  133. {
  134. "Column":"CompanyName",
  135. "TextAlign":"MiddleRight",
  136. "DataField":"Discount"
  137. },
  138. {
  139. "Column":"ContactName",
  140. "DataField":"EATTRIBUTE1"
  141. },
  142. {
  143. "Column":"ContactTitle",
  144. "TextAlign":"MiddleRight",
  145. "DataField":"EndValue"
  146. },
  147. {
  148. "Column":"Address",
  149. "DataField":"F_CreatorTime"
  150. },
  151. {
  152. "Column":"City",
  153. "DataField":"F_CreatorUserId"
  154. },
  155. {
  156. "Column":"Region",
  157. "DataField":"F_DeleteMark"
  158. },
  159. {
  160. "Column":"PostalCode",
  161. "DataField":"F_DeleteTime"
  162. },
  163. {
  164. "Column":"Country",
  165. "DataField":"F_DeleteUserId"
  166. },
  167. {
  168. "Column":"Phone",
  169. "DataField":"F_Id"
  170. },
  171. {
  172. "Column":"Fax",
  173. "TextAlign":"MiddleRight",
  174. "DataField":"StartValue"
  175. }
  176. ]
  177. },
  178. "ColumnTitle":{
  179. "BackColor":"C0C0C0",
  180. "Height":0.79375,
  181. "Font":{
  182. "Name":"宋体",
  183. "Size":90000,
  184. "Bold":true,
  185. "Charset":134
  186. },
  187. "RepeatStyle":"OnPage",
  188. "ColumnTitleCell":[
  189. {
  190. "GroupTitle":false,
  191. "Column":"CustomerID",
  192. "BackColor":"FFFFFF",
  193. "Text":"客户编号"
  194. },
  195. {
  196. "GroupTitle":false,
  197. "Column":"CompanyName",
  198. "BackColor":"FFFFFF",
  199. "Text":"公司名称"
  200. },
  201. {
  202. "GroupTitle":false,
  203. "Column":"ContactName",
  204. "BackColor":"FFFFFF",
  205. "Text":"联系人"
  206. },
  207. {
  208. "GroupTitle":false,
  209. "Column":"ContactTitle",
  210. "BackColor":"FFFFFF",
  211. "Text":"联系人称谓"
  212. },
  213. {
  214. "GroupTitle":false,
  215. "Column":"Address",
  216. "BackColor":"FFFFFF",
  217. "Text":"地址"
  218. },
  219. {
  220. "GroupTitle":false,
  221. "Column":"City",
  222. "BackColor":"FFFFFF",
  223. "Text":"城市"
  224. },
  225. {
  226. "GroupTitle":false,
  227. "Column":"Region",
  228. "BackColor":"FFFFFF",
  229. "Text":"地区"
  230. },
  231. {
  232. "GroupTitle":false,
  233. "Column":"PostalCode",
  234. "BackColor":"FFFFFF",
  235. "Text":"邮编"
  236. },
  237. {
  238. "GroupTitle":false,
  239. "Column":"Country",
  240. "BackColor":"FFFFFF",
  241. "Text":"国家"
  242. },
  243. {
  244. "GroupTitle":false,
  245. "Column":"Phone",
  246. "BackColor":"FFFFFF",
  247. "Text":"电话"
  248. },
  249. {
  250. "GroupTitle":false,
  251. "Column":"Fax",
  252. "BackColor":"FFFFFF",
  253. "Text":"传真"
  254. }
  255. ]
  256. }
  257. },
  258. "PageHeader":{
  259. "Height":1.32292,
  260. "Control":[
  261. {
  262. "Type":"MemoBox",
  263. "Name":"MemoBox1",
  264. "Anchor":"[Top|Right]",
  265. "Left":2.19604,
  266. "Top":0.396875,
  267. "Width":13.7054,
  268. "Height":0.47625,
  269. "Font":{
  270. "Name":"楷体",
  271. "Size":120000,
  272. "Bold":true,
  273. "Charset":134
  274. },
  275. "Text":"欢迎访问Grid++Report网站www.rubylong.cn,了解最新产品信息。"
  276. },
  277. {
  278. "Type":"Line",
  279. "Name":"Line1",
  280. "Anchor":"[Left|Top|Right]",
  281. "Top":1.00542,
  282. "Width":16.0073,
  283. "Pen":{
  284. "Width":2
  285. }
  286. }
  287. ]
  288. },
  289. "PageFooter":{
  290. "Height":1.32292,
  291. "Control":[
  292. {
  293. "Type":"MemoBox",
  294. "Name":"MemoBox2",
  295. "Anchor":"[Top|Right]",
  296. "Left":13.2027,
  297. "Top":0.396875,
  298. "Width":2.59292,
  299. "Height":0.608542,
  300. "Text":"第[#SystemVar(PageNumber)#]页 共[#SystemVar(PageCount)#]页"
  301. },
  302. {
  303. "Type":"MemoBox",
  304. "Name":"MemoBox3",
  305. "Left":0.211667,
  306. "Top":0.396875,
  307. "Width":6.19125,
  308. "Height":0.608542,
  309. "Text":"打印时间:[#SystemVar(CurrentDateTime):yyyy年MM月dd日 HH:mm:ss#]"
  310. }
  311. ]
  312. },
  313. "ReportHeader":[
  314. {
  315. "Height":0.978958,
  316. "Control":[
  317. {
  318. "Type":"StaticBox",
  319. "Name":"StaticBox1",
  320. "Center":"Horizontal",
  321. "Left":10.9008,
  322. "Top":0.185208,
  323. "Width":3.41313,
  324. "Height":0.582083,
  325. "Font":{
  326. "Name":"宋体",
  327. "Size":150000,
  328. "Bold":true,
  329. "Charset":134
  330. },
  331. "Text":"客户基本信息"
  332. }
  333. ]
  334. }
  335. ]
  336. }