reporterConsole.plug-ins 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. list:
  3. [
  4. {
  5. "id":"reporterConsole",
  6. "remark":"实现接口: IReportConsole , IReporterIM , IReporterDefaultOperatorSetter, IErrorINfo, IBeanConfigSetter",
  7. "lib":"plug-ins\\reporterConsole.dll", //文件名
  8. //支持的报表类型列表
  9. "reporterList":
  10. [
  11. {
  12. "id":"FR4", //实现了IReporter接口的插件ID
  13. "remark":"FastReporter4.0报表",
  14. },
  15. {
  16. "id":"FR3", //实现了IReporter接口的插件ID
  17. "remark":"FastReporter3.0报表",
  18. },
  19. {
  20. "id":"RM", //实现了IReporter接口的插件ID
  21. "remark":"ReportMachine6.5报表",
  22. },
  23. {
  24. "id":"barTender", //实现了IReporter接口的插件ID
  25. "remark":"标签打印",
  26. }
  27. ]
  28. },
  29. {
  30. "id":"FR4",
  31. "remark":"实现接口: IReporter , IUIReporter , IReportConsoleSetter",
  32. "lib":"plug-ins\\FastReporter.dll", //文件名
  33. }
  34. ]
  35. }