- 打开解决方案FastReport.Json.sln。 要构建成功,需要更正对System.Data.Json.dll库的引用,该库位于:C:\ Program Files(x86)\ FastReports \ FastReport.Net \ Demo。
- 编译项目并获取FastReport.Json.dll库。
- 报告设计师的注册帮助:
- 打开报表设计器。 无论是Visual Studio项目的一部分还是作为独立应用程序,都没有区别;
- 添加插件。 您可以在菜单中执行此操作:视图 - >选项...,选项卡插件。 使用“添加”按钮添加一个新的pl。。 选择以前编译的FastReport.Json.dll库;
- 重新打开报告设计师。
- 在FastReport配置文件中手动注册:
- 认情况下,此文件位于“C:\ Documents and Settings \ user_name \ Local Settings \ Application Data \ FastReport”目录中;
- 关闭FastReport.Net的所有运行实例;
- 使用任何文本编辑器打开配置文件。 修复以下行:
<?xml version="1.0" encoding="utf-8"?> <Config> ... <Plugins> <Plugin Name="c:\.....\FastReport.Json.dll"/> </Plugins> </Config>
- 在应用程序代码中注册库:
- 在项目FastReport.Json.dll中添加对库的引用;
- 程序启动时执行以下代码:FastReport.Utils.RegisteredObjects.AddConnection(typeof(JsonDataConnection))。
本站文章除注明转载外,均为本站原创或翻译
欢迎任何形式的转载,但请务必注明出处,尊重他人劳动成果
转载请注明:文章转载自:FastReport控件中文网 [https://www.fastreportcn.com/]
本文地址:https://www.fastreportcn.com/post/1728.html
欢迎任何形式的转载,但请务必注明出处,尊重他人劳动成果
转载请注明:文章转载自:FastReport控件中文网 [https://www.fastreportcn.com/]
本文地址:https://www.fastreportcn.com/post/1728.html