欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

程序员文章站 2022-05-03 15:05:58
场景 FastReport .NET 2019是一款适用于Windows Forms, ASP.NET和MVC框架的功能齐全的报表分析解决方案。可用在Microsoft Visual Studio 2005到2015,支持.Net Framework 2.0到4.x,.Net Core 2.0。同时 ......

场景

fastreport .net 2019是一款适用于windows forms, asp.net和mvc框架的功能齐全的报表分析解决方案。可用在microsoft visual studio 2005到2015,支持.net framework 2.0到4.x,.net core 2.0。同时fastreport .net还能创建独立于应用程序的报表

安装资源下载

关注公众号:

霸道的程序猿

回复:fastreport

实现

安装

双击frnetdemo.msi文件进行安装

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

 

 

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

然后点击next

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

 

 

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

勾选接受协议

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

 

 

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

然后会让你选择要安装的内容是完整版还是低配版还是自定义版,这里选择第一个完整版。

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

 

 

点击next,选择安装目录

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

 

 

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

然后选择该软件的使用权限,选择只为我。

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

 

 

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

点击next则开始安装

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

 

 

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

点击next,安装完成后,不勾选启动。

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

 

 

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

去除限制

找到crack目录下的fastreport.dll,将其复制,然后找到

c:\windows\microsoft.net\assembly\gac_msil\fastreport\v4.0_2019.3.5.0__db7e5ce63278458c

此目录下将其替换。

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

 

 

添加到工具箱

打开vs,新建winform程序,打开工具箱,右击工具箱,选择添加选项卡

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

 

 

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

然后右击选项卡,选择项

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

 

 

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

点击浏览将刚才安装目录下的dll文件选中

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

 

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

 

 

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件然后就会看到已经有fastreport的控件了。

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

 

 

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件

在窗体中拖拽一个designercontrol,已经可以使用

FastReport安装包下载、安装、去除使用限制以及工具箱中添加控件