report_defined_properties.js 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792
  1. 'use strict';
  2. /**
  3. * Created by Tony on 2019/12/26.
  4. */
  5. module.exports = {
  6. ctrls: [
  7. {
  8. ID: 'Default',
  9. Wrap: 'T',
  10. Shrink: 'F',
  11. Horizon: 'left',
  12. ShowZero: 'T',
  13. Vertical: 'bottom',
  14. CfgDispName: '默认',
  15. CloseOutput: 'F',
  16. ShrinkFirst: 'F',
  17. }, {
  18. ID: 'Title',
  19. Wrap: 'T',
  20. Shrink: 'F',
  21. Horizon: 'center',
  22. ShowZero: 'T',
  23. Vertical: 'center',
  24. CfgDispName: '标题',
  25. CloseOutput: 'F',
  26. ShrinkFirst: 'F',
  27. }, {
  28. ID: 'Header',
  29. Wrap: 'F',
  30. Shrink: 'F',
  31. Horizon: 'left',
  32. ShowZero: 'T',
  33. Vertical: 'center',
  34. CfgDispName: '表头',
  35. CloseOutput: 'F',
  36. ShrinkFirst: 'F',
  37. }, {
  38. ID: 'Header_Right',
  39. Wrap: 'F',
  40. Shrink: 'F',
  41. Horizon: 'right',
  42. ShowZero: 'T',
  43. Vertical: 'center',
  44. CfgDispName: '表头_右',
  45. CloseOutput: 'F',
  46. ShrinkFirst: 'F',
  47. }, {
  48. ID: 'Footer',
  49. Wrap: 'F',
  50. Shrink: 'F',
  51. Horizon: 'left',
  52. ShowZero: 'T',
  53. Vertical: 'center',
  54. CfgDispName: '表尾',
  55. CloseOutput: 'F',
  56. ShrinkFirst: 'F',
  57. }, {
  58. ID: 'Footer_Right',
  59. Wrap: 'F',
  60. Shrink: 'F',
  61. Horizon: 'right',
  62. ShowZero: 'T',
  63. Vertical: 'center',
  64. CfgDispName: '表尾_右',
  65. CloseOutput: 'F',
  66. ShrinkFirst: 'F',
  67. }, {
  68. ID: 'Column',
  69. Wrap: 'T',
  70. Shrink: 'F',
  71. Horizon: 'center',
  72. ShowZero: 'F',
  73. Vertical: 'center',
  74. CfgDispName: '表栏',
  75. CloseOutput: 'F',
  76. ShrinkFirst: 'F',
  77. FillAfterWrap: 'T',
  78. }, {
  79. ID: 'Column_Left',
  80. Wrap: 'T',
  81. Shrink: 'F',
  82. Horizon: 'left',
  83. ShowZero: 'F',
  84. Vertical: 'center',
  85. CfgDispName: '表栏_左',
  86. CloseOutput: 'F',
  87. ShrinkFirst: 'F',
  88. }, {
  89. ID: 'Column_Right',
  90. Wrap: 'T',
  91. Shrink: 'F',
  92. Horizon: 'right',
  93. ShowZero: 'F',
  94. Vertical: 'center',
  95. CfgDispName: '表栏_右',
  96. CloseOutput: 'F',
  97. ShrinkFirst: 'F',
  98. }, {
  99. ID: 'Content_Left',
  100. Wrap: 'F',
  101. Shrink: 'T',
  102. Horizon: 'left',
  103. ShowZero: 'F',
  104. Vertical: 'bottom',
  105. CfgDispName: '正文内容',
  106. CloseOutput: 'T',
  107. ShrinkFirst: 'F',
  108. }, {
  109. ID: 'Content_Right',
  110. Wrap: 'F',
  111. Shrink: 'T',
  112. Horizon: 'right',
  113. ShowZero: 'F',
  114. Vertical: 'bottom',
  115. CfgDispName: '正文内容_右',
  116. CloseOutput: 'T',
  117. ShrinkFirst: 'F',
  118. }, {
  119. ID: 'Content_Center',
  120. Wrap: 'F',
  121. Shrink: 'T',
  122. Horizon: 'center',
  123. ShowZero: 'F',
  124. Vertical: 'bottom',
  125. CfgDispName: '正文内容_中',
  126. CloseOutput: 'T',
  127. ShrinkFirst: 'F',
  128. }, {
  129. ID: 'NewContent_Left',
  130. Wrap: 'F',
  131. Shrink: 'T',
  132. Horizon: 'left',
  133. ShowZero: 'F',
  134. Vertical: 'center',
  135. CfgDispName: '正文内容(新)',
  136. CloseOutput: 'T',
  137. ShrinkFirst: 'F',
  138. }, {
  139. ID: 'NewContent_Right',
  140. Wrap: 'F',
  141. Shrink: 'T',
  142. Horizon: 'right',
  143. ShowZero: 'F',
  144. Vertical: 'center',
  145. CfgDispName: '正文内容(新)_右',
  146. CloseOutput: 'T',
  147. ShrinkFirst: 'F',
  148. }, {
  149. ID: 'NewContent_Center',
  150. Wrap: 'F',
  151. Shrink: 'T',
  152. Horizon: 'center',
  153. ShowZero: 'F',
  154. Vertical: 'center',
  155. CfgDispName: '正文内容(新)_中',
  156. CloseOutput: 'T',
  157. ShrinkFirst: 'F',
  158. }, {
  159. ID: 'Currency',
  160. Wrap: 'F',
  161. Shrink: 'T',
  162. Horizon: 'right',
  163. ShowZero: 'F',
  164. Vertical: 'center',
  165. CfgDispName: '金额型',
  166. CloseOutput: 'F',
  167. ShrinkFirst: 'T',
  168. }, {
  169. ID: 'Left_Top',
  170. Wrap: 'T',
  171. Shrink: 'F',
  172. Horizon: 'left',
  173. ShowZero: 'T',
  174. Vertical: 'top',
  175. CfgDispName: '上靠_左',
  176. CloseOutput: 'T',
  177. ShrinkFirst: 'F',
  178. }, {
  179. ID: 'Center_Top',
  180. Wrap: 'T',
  181. Shrink: 'F',
  182. Horizon: 'center',
  183. ShowZero: 'T',
  184. Vertical: 'top',
  185. CfgDispName: '上靠_中',
  186. CloseOutput: 'T',
  187. ShrinkFirst: 'F',
  188. }, {
  189. ID: 'Right_Top',
  190. Wrap: 'T',
  191. Shrink: 'F',
  192. Horizon: 'right',
  193. ShowZero: 'T',
  194. Vertical: 'top',
  195. CfgDispName: '上靠_右',
  196. CloseOutput: 'T',
  197. ShrinkFirst: 'F',
  198. },
  199. ],
  200. fonts: [
  201. {
  202. ID: 'ReportTitle_Main',
  203. Name: '宋体',
  204. FontBold: 'T',
  205. FontAngle: '0',
  206. FontColor: 'BLACK',
  207. FontHeight: '32',
  208. FontItalic: 'F',
  209. CfgDispName: '主标题',
  210. FontStrikeOut: 'F',
  211. FontUnderline: 'F',
  212. }, {
  213. ID: 'ReportTitle_Vice_1',
  214. Name: '宋体',
  215. FontBold: 'T',
  216. FontAngle: '0',
  217. FontColor: 'BLACK',
  218. FontHeight: '22',
  219. FontItalic: 'F',
  220. CfgDispName: '副标题',
  221. FontStrikeOut: 'F',
  222. FontUnderline: 'F',
  223. }, {
  224. ID: 'ReportTitle_Vice_2',
  225. Name: '宋体',
  226. FontBold: 'T',
  227. FontAngle: '0',
  228. FontColor: 'BLACK',
  229. FontHeight: '18',
  230. FontItalic: 'F',
  231. CfgDispName: '副标题2',
  232. FontStrikeOut: 'F',
  233. FontUnderline: 'F',
  234. }, {
  235. ID: 'HeaderColumn',
  236. Name: '宋体',
  237. FontBold: 'F',
  238. FontAngle: '0',
  239. FontColor: 'BLACK',
  240. FontHeight: '12',
  241. FontItalic: 'F',
  242. CfgDispName: '栏头',
  243. FontStrikeOut: 'F',
  244. FontUnderline: 'F',
  245. }, {
  246. ID: 'Header',
  247. Name: '宋体',
  248. FontBold: 'F',
  249. FontAngle: '0',
  250. FontColor: 'BLACK',
  251. FontHeight: '12',
  252. FontItalic: 'F',
  253. CfgDispName: '表头',
  254. FontStrikeOut: 'F',
  255. FontUnderline: 'F',
  256. }, {
  257. ID: 'FooterColumn',
  258. Name: '宋体',
  259. FontBold: 'F',
  260. FontAngle: '0',
  261. FontColor: 'BLACK',
  262. FontHeight: '12',
  263. FontItalic: 'F',
  264. CfgDispName: '栏尾',
  265. FontStrikeOut: 'F',
  266. FontUnderline: 'F',
  267. }, {
  268. ID: 'Footer',
  269. Name: '宋体',
  270. FontBold: 'F',
  271. FontAngle: '0',
  272. FontColor: 'BLACK',
  273. FontHeight: '12',
  274. FontItalic: 'F',
  275. CfgDispName: '表尾',
  276. FontStrikeOut: 'F',
  277. FontUnderline: 'F',
  278. }, {
  279. ID: 'GrandTotal',
  280. Name: '宋体',
  281. FontBold: 'F',
  282. FontAngle: '0',
  283. FontColor: 'BLACK',
  284. FontHeight: '12',
  285. FontItalic: 'F',
  286. CfgDispName: '总合计',
  287. FontStrikeOut: 'F',
  288. FontUnderline: 'F',
  289. }, {
  290. ID: 'SectionTotal',
  291. Name: '宋体',
  292. FontBold: 'F',
  293. FontAngle: '0',
  294. FontColor: 'BLACK',
  295. FontHeight: '12',
  296. FontItalic: 'F',
  297. CfgDispName: '章合计',
  298. FontStrikeOut: 'F',
  299. FontUnderline: 'F',
  300. }, {
  301. ID: 'Content',
  302. Name: '宋体',
  303. FontBold: 'F',
  304. FontAngle: '0',
  305. FontColor: 'BLACK',
  306. FontHeight: '12',
  307. FontItalic: 'F',
  308. CfgDispName: '正文内容',
  309. FontStrikeOut: 'F',
  310. FontUnderline: 'F',
  311. }, {
  312. ID: 'Content_Narrow',
  313. Name: 'Arial Narrow',
  314. FontBold: 'F',
  315. FontAngle: '0',
  316. FontColor: 'BLACK',
  317. FontHeight: '12',
  318. FontItalic: 'F',
  319. CfgDispName: '正文内容-窄体',
  320. FontStrikeOut: 'F',
  321. FontUnderline: 'F',
  322. }, {
  323. ID: 'Header_V1',
  324. Name: '宋体',
  325. FontBold: 'F',
  326. FontAngle: '90',
  327. FontColor: 'BLACK',
  328. FontHeight: '12',
  329. FontItalic: 'F',
  330. FontStrikeOut: 'F',
  331. FontUnderline: 'F',
  332. }, {
  333. ID: 'Header_V2',
  334. Name: '宋体',
  335. FontBold: 'F',
  336. FontAngle: '-90',
  337. FontColor: 'BLACK',
  338. FontHeight: '12',
  339. FontItalic: 'F',
  340. FontStrikeOut: 'F',
  341. FontUnderline: 'F',
  342. },
  343. ],
  344. styles: [
  345. {
  346. ID: 'Default_None',
  347. CfgDispName: '空白',
  348. border_style: [
  349. {
  350. Color: 'BLACK',
  351. Position: 'Left',
  352. DashStyle: 'SOLID',
  353. LineWeight: '0',
  354. }, {
  355. Color: 'BLACK',
  356. Position: 'Right',
  357. DashStyle: 'SOLID',
  358. LineWeight: '0',
  359. }, {
  360. Color: 'BLACK',
  361. Position: 'Top',
  362. DashStyle: 'SOLID',
  363. LineWeight: '0',
  364. }, {
  365. Color: 'BLACK',
  366. Position: 'Bottom',
  367. DashStyle: 'SOLID',
  368. LineWeight: '0',
  369. },
  370. ],
  371. }, {
  372. ID: 'Default',
  373. CfgDispName: '默认',
  374. border_style: [
  375. {
  376. Color: 'BLACK',
  377. Position: 'Left',
  378. DashStyle: 'SOLID',
  379. LineWeight: '1',
  380. }, {
  381. Color: 'BLACK',
  382. Position: 'Right',
  383. DashStyle: 'SOLID',
  384. LineWeight: '1',
  385. }, {
  386. Color: 'BLACK',
  387. Position: 'Top',
  388. DashStyle: 'SOLID',
  389. LineWeight: '0',
  390. }, {
  391. Color: 'BLACK',
  392. Position: 'Bottom',
  393. DashStyle: 'SOLID',
  394. LineWeight: '0',
  395. },
  396. ],
  397. }, {
  398. ID: 'Default_Normal',
  399. CfgDispName: '正常',
  400. border_style: [
  401. {
  402. Color: 'BLACK',
  403. Position: 'Left',
  404. DashStyle: 'SOLID',
  405. LineWeight: '1',
  406. }, {
  407. Color: 'BLACK',
  408. Position: 'Right',
  409. DashStyle: 'SOLID',
  410. LineWeight: '1',
  411. }, {
  412. Color: 'BLACK',
  413. Position: 'Top',
  414. DashStyle: 'SOLID',
  415. LineWeight: '1',
  416. }, {
  417. Color: 'BLACK',
  418. Position: 'Bottom',
  419. DashStyle: 'SOLID',
  420. LineWeight: '1',
  421. },
  422. ],
  423. }, {
  424. ID: 'Label_Underline',
  425. CfgDispName: '字符底线',
  426. border_style: [
  427. {
  428. Color: 'BLACK',
  429. Position: 'Left',
  430. DashStyle: 'SOLID',
  431. LineWeight: '0',
  432. }, {
  433. Color: 'BLACK',
  434. Position: 'Right',
  435. DashStyle: 'SOLID',
  436. LineWeight: '0',
  437. }, {
  438. Color: 'BLACK',
  439. Position: 'Top',
  440. DashStyle: 'SOLID',
  441. LineWeight: '0',
  442. }, {
  443. Color: 'BLACK',
  444. Position: 'Bottom',
  445. DashStyle: 'SOLID',
  446. LineWeight: '1',
  447. },
  448. ],
  449. }, {
  450. ID: 'Label_Left',
  451. CfgDispName: '左边线',
  452. border_style: [
  453. {
  454. Color: 'BLACK',
  455. Position: 'Left',
  456. DashStyle: 'SOLID',
  457. LineWeight: '1',
  458. }, {
  459. Color: 'BLACK',
  460. Position: 'Right',
  461. DashStyle: 'SOLID',
  462. LineWeight: '0',
  463. }, {
  464. Color: 'BLACK',
  465. Position: 'Top',
  466. DashStyle: 'SOLID',
  467. LineWeight: '0',
  468. }, {
  469. Color: 'BLACK',
  470. Position: 'Bottom',
  471. DashStyle: 'SOLID',
  472. LineWeight: '0',
  473. },
  474. ],
  475. }, {
  476. ID: 'Label_Right',
  477. CfgDispName: '右边线',
  478. border_style: [
  479. {
  480. Color: 'BLACK',
  481. Position: 'Left',
  482. DashStyle: 'SOLID',
  483. LineWeight: '0',
  484. }, {
  485. Color: 'BLACK',
  486. Position: 'Right',
  487. DashStyle: 'SOLID',
  488. LineWeight: '1',
  489. }, {
  490. Color: 'BLACK',
  491. Position: 'Top',
  492. DashStyle: 'SOLID',
  493. LineWeight: '0',
  494. }, {
  495. Color: 'BLACK',
  496. Position: 'Bottom',
  497. DashStyle: 'SOLID',
  498. LineWeight: '0',
  499. },
  500. ],
  501. }, {
  502. ID: 'Label_Top',
  503. CfgDispName: '上边线',
  504. border_style: [
  505. {
  506. Color: 'BLACK',
  507. Position: 'Left',
  508. DashStyle: 'SOLID',
  509. LineWeight: '0',
  510. }, {
  511. Color: 'BLACK',
  512. Position: 'Right',
  513. DashStyle: 'SOLID',
  514. LineWeight: '0',
  515. }, {
  516. Color: 'BLACK',
  517. Position: 'Top',
  518. DashStyle: 'SOLID',
  519. LineWeight: '1',
  520. }, {
  521. Color: 'BLACK',
  522. Position: 'Bottom',
  523. DashStyle: 'SOLID',
  524. LineWeight: '0',
  525. },
  526. ],
  527. }, {
  528. ID: 'Label_LeftTop',
  529. CfgDispName: '左上边线',
  530. border_style: [
  531. {
  532. Color: 'BLACK',
  533. Position: 'Left',
  534. DashStyle: 'SOLID',
  535. LineWeight: '1',
  536. }, {
  537. Color: 'BLACK',
  538. Position: 'Right',
  539. DashStyle: 'SOLID',
  540. LineWeight: '0',
  541. }, {
  542. Color: 'BLACK',
  543. Position: 'Top',
  544. DashStyle: 'SOLID',
  545. LineWeight: '1',
  546. }, {
  547. Color: 'BLACK',
  548. Position: 'Bottom',
  549. DashStyle: 'SOLID',
  550. LineWeight: '0',
  551. },
  552. ],
  553. }, {
  554. ID: 'Label_LeftBottom',
  555. CfgDispName: '左下边线',
  556. border_style: [
  557. {
  558. Color: 'BLACK',
  559. Position: 'Left',
  560. DashStyle: 'SOLID',
  561. LineWeight: '1',
  562. }, {
  563. Color: 'BLACK',
  564. Position: 'Right',
  565. DashStyle: 'SOLID',
  566. LineWeight: '0',
  567. }, {
  568. Color: 'BLACK',
  569. Position: 'Top',
  570. DashStyle: 'SOLID',
  571. LineWeight: '0',
  572. }, {
  573. Color: 'BLACK',
  574. Position: 'Bottom',
  575. DashStyle: 'SOLID',
  576. LineWeight: '1',
  577. },
  578. ],
  579. }, {
  580. ID: 'Label_RightTop',
  581. CfgDispName: '右上边线',
  582. border_style: [
  583. {
  584. Color: 'BLACK',
  585. Position: 'Left',
  586. DashStyle: 'SOLID',
  587. LineWeight: '0',
  588. }, {
  589. Color: 'BLACK',
  590. Position: 'Right',
  591. DashStyle: 'SOLID',
  592. LineWeight: '1',
  593. }, {
  594. Color: 'BLACK',
  595. Position: 'Top',
  596. DashStyle: 'SOLID',
  597. LineWeight: '1',
  598. }, {
  599. Color: 'BLACK',
  600. Position: 'Bottom',
  601. DashStyle: 'SOLID',
  602. LineWeight: '0',
  603. },
  604. ],
  605. }, {
  606. ID: 'Label_RightBottom',
  607. CfgDispName: '右下边线',
  608. border_style: [
  609. {
  610. Color: 'BLACK',
  611. Position: 'Left',
  612. DashStyle: 'SOLID',
  613. LineWeight: '0',
  614. }, {
  615. Color: 'BLACK',
  616. Position: 'Right',
  617. DashStyle: 'SOLID',
  618. LineWeight: '1',
  619. }, {
  620. Color: 'BLACK',
  621. Position: 'Top',
  622. DashStyle: 'SOLID',
  623. LineWeight: '0',
  624. }, {
  625. Color: 'BLACK',
  626. Position: 'Bottom',
  627. DashStyle: 'SOLID',
  628. LineWeight: '1',
  629. },
  630. ],
  631. }, {
  632. ID: 'Label_TopBottom',
  633. CfgDispName: '上下边线',
  634. border_style: [
  635. {
  636. Color: 'BLACK',
  637. Position: 'Left',
  638. DashStyle: 'SOLID',
  639. LineWeight: '0',
  640. }, {
  641. Color: 'BLACK',
  642. Position: 'Right',
  643. DashStyle: 'SOLID',
  644. LineWeight: '0',
  645. }, {
  646. Color: 'BLACK',
  647. Position: 'Top',
  648. DashStyle: 'SOLID',
  649. LineWeight: '1',
  650. }, {
  651. Color: 'BLACK',
  652. Position: 'Bottom',
  653. DashStyle: 'SOLID',
  654. LineWeight: '1',
  655. },
  656. ],
  657. }, {
  658. ID: 'Label_TopCover',
  659. CfgDispName: '上包围',
  660. border_style: [
  661. {
  662. Color: 'BLACK',
  663. Position: 'Left',
  664. DashStyle: 'SOLID',
  665. LineWeight: '1',
  666. }, {
  667. Color: 'BLACK',
  668. Position: 'Right',
  669. DashStyle: 'SOLID',
  670. LineWeight: '1',
  671. }, {
  672. Color: 'BLACK',
  673. Position: 'Top',
  674. DashStyle: 'SOLID',
  675. LineWeight: '1',
  676. }, {
  677. Color: 'BLACK',
  678. Position: 'Bottom',
  679. DashStyle: 'SOLID',
  680. LineWeight: '0',
  681. },
  682. ],
  683. }, {
  684. ID: 'Label_BottomCover',
  685. CfgDispName: '下包围',
  686. border_style: [
  687. {
  688. Color: 'BLACK',
  689. Position: 'Left',
  690. DashStyle: 'SOLID',
  691. LineWeight: '1',
  692. }, {
  693. Color: 'BLACK',
  694. Position: 'Right',
  695. DashStyle: 'SOLID',
  696. LineWeight: '1',
  697. }, {
  698. Color: 'BLACK',
  699. Position: 'Top',
  700. DashStyle: 'SOLID',
  701. LineWeight: '0',
  702. }, {
  703. Color: 'BLACK',
  704. Position: 'Bottom',
  705. DashStyle: 'SOLID',
  706. LineWeight: '1',
  707. },
  708. ],
  709. }, {
  710. ID: 'Label_LeftCover',
  711. CfgDispName: '左包围',
  712. border_style: [
  713. {
  714. Color: 'BLACK',
  715. Position: 'Left',
  716. DashStyle: 'SOLID',
  717. LineWeight: '1',
  718. }, {
  719. Color: 'BLACK',
  720. Position: 'Right',
  721. DashStyle: 'SOLID',
  722. LineWeight: '0',
  723. }, {
  724. Color: 'BLACK',
  725. Position: 'Top',
  726. DashStyle: 'SOLID',
  727. LineWeight: '1',
  728. }, {
  729. Color: 'BLACK',
  730. Position: 'Bottom',
  731. DashStyle: 'SOLID',
  732. LineWeight: '1',
  733. },
  734. ],
  735. }, {
  736. ID: 'Label_RightCover',
  737. CfgDispName: '右包围',
  738. border_style: [
  739. {
  740. Color: 'BLACK',
  741. Position: 'Left',
  742. DashStyle: 'SOLID',
  743. LineWeight: '0',
  744. }, {
  745. Color: 'BLACK',
  746. Position: 'Right',
  747. DashStyle: 'SOLID',
  748. LineWeight: '1',
  749. }, {
  750. Color: 'BLACK',
  751. Position: 'Top',
  752. DashStyle: 'SOLID',
  753. LineWeight: '1',
  754. }, {
  755. Color: 'BLACK',
  756. Position: 'Bottom',
  757. DashStyle: 'SOLID',
  758. LineWeight: '1',
  759. },
  760. ],
  761. }, {
  762. ID: 'BORDER_ALL_AROUND',
  763. CfgDispName: '报表边框',
  764. border_style: [
  765. {
  766. Color: 'BLACK',
  767. Position: 'Left',
  768. DashStyle: 'SOLID',
  769. LineWeight: '2.0',
  770. }, {
  771. Color: 'BLACK',
  772. Position: 'Right',
  773. DashStyle: 'SOLID',
  774. LineWeight: '2.0',
  775. }, {
  776. Color: 'BLACK',
  777. Position: 'Top',
  778. DashStyle: 'SOLID',
  779. LineWeight: '2.0',
  780. }, {
  781. Color: 'BLACK',
  782. Position: 'Bottom',
  783. DashStyle: 'SOLID',
  784. LineWeight: '2.0',
  785. },
  786. ],
  787. },
  788. ],
  789. };