-
大小: 34.88MB文件类型: .rar金币: 2下载: 4 次发布日期: 2023-07-11
- 语言: C#
- 标签: FastReport .Net 4.0 V2013.2.5
资源简介
FastReport.Net+V2013.2.5+For+.Net4.0_附安装与破解_个人测试程序
1.首先安装FastReport.Net+V2013.2.5 For Net 4.0 的原始安装文件[FRNetDemo2010.msi]
2.将FastReport.Net+V2013.2.5+For+.Net4.0文件夹中的所有内容覆盖到Fastreport安装目录
如:【C:\Program Files\FastReports\FastReport.Net Demo】
3.将FastReport.Net+V2013.2.5+For+.Net4.0文件夹中的各DLL文件对应覆盖到系统程序集目录
如:
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\FastReport
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\FastReport.Bars
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\FastReport.Editor
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\FastReport.Install
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\FastReport.VSDesign
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\FastReport.Web
4.完成后就可在vs2010,vs2012中使用WinForm或Asp.Net网页报表了。
5.附带个人小程序:【Demos\C#\我的测试】
解决了PDF打印时,取消了“适合页面大小”的默认设置,使报表设计大小与打印完全一致。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using FastReport;
namespace CustomDesigner
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender EventArgs e)
{
// create a new empty report and attach it to the designer
Report report = new Report();
designerControl1.Report = report;
// restore the design layout. Without this code the designer tool windows will be unavailable
designerControl1.RefreshLayout();
}
private void designerControl1_UIStateChanged(object sender EventArgs e)
{
// update Enabled state of our buttons
btnSave.Enabled = designerControl1.cmdSave.Enabled;
btnUndo.Enabled = designerControl1.cmdUndo.Enabled;
btnRedo.Enabled = designerControl1.cmdRedo.Enabled;
}
private void btnNew_Click(object sender EventArgs e)
{
designerControl1.cmdNew.Invoke();
}
private void btnOpen_Click(object sender EventArgs e)
{
designerControl1.cmdOpen.Invoke();
}
private void btnSave_Click(object sender EventArgs e)
{
designerControl1.cmdSave.Invoke();
}
private void btnUndo_Click(object sender EventArgs e)
{
designerControl1.cmdUndo.Invoke();
}
private void btnRedo_Click(object sender EventArgs e)
{
designerControl1.cmdRedo.Invoke();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 891 2013-10-17 09:44 安装方法\安装方法.txt
文件 7684784 2013-10-15 10:23 FRNetDemo2010.msi
文件 23930 2013-04-01 22:46 FastReport.Net+V2013.2.5+For+.Net4.0\changes.rus
文件 20915 2013-04-01 22:46 FastReport.Net+V2013.2.5+For+.Net4.0\changes.txt
文件 51712 2013-04-11 21:03 FastReport.Net+V2013.2.5+For+.Net4.0\Demo.exe
文件 144 2013-10-15 20:49 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\app.config
文件 12800 2013-10-15 20:51 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\bin\Debug\CustomDesigner.exe
文件 144 2013-10-15 20:49 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\bin\Debug\CustomDesigner.exe.config
文件 19968 2013-10-15 20:51 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\bin\Debug\CustomDesigner.pdb
文件 11592 2013-10-15 20:51 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\bin\Debug\CustomDesigner.vshost.exe
文件 144 2013-10-15 20:49 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\bin\Debug\CustomDesigner.vshost.exe.config
文件 490 2009-08-31 00:40 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\bin\Debug\CustomDesigner.vshost.exe.manifest
文件 3233792 2013-04-12 09:41 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\bin\Debug\FastReport.Bars.dll
文件 1006080 2013-04-12 09:41 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\bin\Debug\FastReport.Editor.dll
文件 3409 2013-10-15 20:51 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\CustomDesigner.csproj
文件 917 2013-04-01 22:45 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\CustomDesigner.sln
..A..H. 26624 2013-10-15 20:52 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\CustomDesigner.suo
文件 1607 2013-04-01 22:46 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\Form1.cs
文件 5833 2013-04-01 22:45 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\Form1.Designer.cs
文件 10479 2013-04-01 22:45 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\Form1.resx
文件 1430 2013-10-15 20:51 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\obj\Debug\CustomDesigner.csproj.FileListAbsolute.txt
文件 12800 2013-10-15 20:51 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\obj\Debug\CustomDesigner.exe
文件 3590 2013-10-15 20:51 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\obj\Debug\CustomDesigner.Form1.resources
文件 19968 2013-10-15 20:51 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\obj\Debug\CustomDesigner.pdb
文件 6028 2013-10-15 20:51 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 3566 2013-10-15 20:51 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\obj\Debug\GenerateResource-ResGen.read.1.tlog
文件 404 2013-10-15 20:51 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\obj\Debug\GenerateResource-ResGen.write.1.tlog
文件 2 2013-10-15 20:51 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\obj\Debug\GenerateResource.read.1.tlog
文件 2 2013-10-15 20:51 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\obj\Debug\GenerateResource.write.1.tlog
文件 429 2013-04-01 22:45 FastReport.Net+V2013.2.5+For+.Net4.0\Demos\C#\CustomDesigner\Program.cs
............此处省略861个文件信息
相关资源
- ASP.NET程序开发范例宝典 百度云
- asp.net FileUpload 上传进度条
- 很好用的一个asp.net反编译软件
- lua C# .Net4.0 vs2010 LuaInterface
- asp.net实现qq登陆
- 试题库管理系统毕业论文(C#)源程序
- 学校网站原代码(C#.NET)
- C#-数据库操作技术-员工管理系统
- 亮剑asp.net案例导航项目开发
- 亮剑ASP.NET项目开发案例导航-part03共三
- [源代码] 《领域驱动设计 (C# 2008 实
- SuperPuTTY-1.4.0.8.zip
- 有史以来最简单的三层(C#)
- ASP.NET+SQL Server 2008 实现的学生学籍管
- asp.net中最好的对SQLSERVER数据库进行操
- 安卓和asp.net通过webservice上传图片到服
- asp.net2.0
- ASP.net MVC vcard名片二维码自动生成
- asp.net 访问odbc informix源码及配置截图
- mysql-connector6.9.12
- 一个简单的ASP.NET三层架构登陆模式
- asp.net 在线聊天室系统源代码.rar
- ppt课件:asp.netpdf格式
- C#多文件打包
- 好用的asp.net UI框架
- WeifenLuo.WinFormsUI.Docking3.1.0
- zw_ASP.NET通用权限管理系统源代码含文
- ASP.NET Core跨平台开发从入门到实战
- ASP.NET众筹网源码
- 最新9个C# .NET Winform的多线程进度条源
评论
共有 条评论