资源简介
1.版本为FastReport.Net V2013.2.5 For .Net4.0
2.已去除导出与打印5页限制,去除导出与打印所带的DEMOVERSION水印.
3.如果要集成到VS开发环镜,去官网下个DEMO先安装,然后再复盖破解版本
4.本软件自带多语言版本,所以无需汉化。
5.由于没有资源分了,所以出个最新版赚点分数。
6.分数只设为1分,让在大家省点分。
代码片段和文件信息
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();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3271680 2013-04-11 21:03 FastReport.Bars.dll
文件 2971648 2013-04-11 23:09 FastReport.dll
文件 1006080 2013-04-11 21:03 FastReport.Editor.dll
文件 7680 2013-04-11 21:03 FastReport.Install.dll
文件 24064 2013-04-11 21:03 FastReport.VSDesign.dll
文件 521728 2013-04-11 21:03 FastReport.Web.dll
文件 68273 2013-04-01 22:45 FastReport.Web.xm
文件 1614675 2013-04-01 22:45 FastReport.xm
文件 10353 2013-04-01 22:46 license.rtf
文件 20480 2013-04-11 21:03 Viewer.exe
文件 2716 2013-04-01 22:45 Demos\C#\CustomDesigner\CustomDesigner.csproj
文件 917 2013-04-01 22:45 Demos\C#\CustomDesigner\CustomDesigner.sln
文件 1607 2013-04-01 22:46 Demos\C#\CustomDesigner\Form1.cs
文件 5833 2013-04-01 22:45 Demos\C#\CustomDesigner\Form1.Designer.cs
文件 10479 2013-04-01 22:45 Demos\C#\CustomDesigner\Form1.resx
文件 429 2013-04-01 22:45 Demos\C#\CustomDesigner\Program.cs
文件 1284 2013-04-01 22:45 Demos\C#\CustomDesigner\Properties\AssemblyInfo.cs
文件 4024 2013-04-01 22:45 Demos\C#\CustomOpenSaveDialogs\CustomOpenSaveDialogs.csproj
文件 931 2013-04-01 22:45 Demos\C#\CustomOpenSaveDialogs\CustomOpenSaveDialogs.sln
文件 3032 2013-04-01 22:45 Demos\C#\CustomOpenSaveDialogs\databa
文件 5056 2013-04-01 22:45 Demos\C#\CustomOpenSaveDialogs\Form1.cs
文件 2152 2013-04-01 22:46 Demos\C#\CustomOpenSaveDialogs\Form1.Designer.cs
文件 5814 2013-04-01 22:45 Demos\C#\CustomOpenSaveDialogs\Form1.resx
文件 870 2013-04-01 22:45 Demos\C#\CustomOpenSaveDialogs\OpenDialogForm.cs
文件 3843 2013-04-01 22:46 Demos\C#\CustomOpenSaveDialogs\OpenDialogForm.Designer.cs
文件 5814 2013-04-01 22:45 Demos\C#\CustomOpenSaveDialogs\OpenDialogForm.resx
文件 436 2013-04-01 22:45 Demos\C#\CustomOpenSaveDialogs\Program.cs
文件 1298 2013-04-01 22:45 Demos\C#\CustomOpenSaveDialogs\Properties\AssemblyInfo.cs
文件 599 2013-04-01 22:45 Demos\C#\CustomOpenSaveDialogs\SaveDialogForm.cs
文件 3829 2013-04-01 22:45 Demos\C#\CustomOpenSaveDialogs\SaveDialogForm.Designer.cs
............此处省略535个文件信息
相关资源
- FastReport5.2.3中文版()
- Delphi7+fastreport 4 二维码 支持中文
- FastReport报表文件修改器
- unifastreport导出Excel二种方式
- 报表设计器(Delphi7 +FastReport4,有原码
- FastReport扩展(二维码,缩进文本框)
- Delphi的报表控件FastReport5的Demo
- FastReport 6.1 full source for 10.3
- FastReport去DEMO VERSION及中文手册
- FastReport 6.2 full source for 10.3
- FastReport 5.6.2 For D7-10.2安装文件及安装
- FastReport_4.9.32_for_d7
- FastReport.Net.2020.2.13完美和谐版内附精
- FastReport4.14.1+QR二维码+演子
- delphI 打印二维码Fastreport
- fastreport2017彻底破解版
- FastReport6
- FastReport.Net 2019
- FastReport2015DEMO版,测试可用
- FastReport4.2 中文汉化版
- FastReport 5.4.6 full source FOR D4-RAD10.1
- FastReport 4.9 源码破解版终极版
- FastReport 4.13 完美汉化版本
- FastReport_VCL_Enterprise_6.8.3For Rad Studio
- fastreport 2018(2个版本)
- FastReport .NET 2018 3.6完美破解版带demo免
- FastReport VCL 6.7.11(适用于所有Delphi)
- DelphiXE10.3 三方控件集合包EhLib,fast
- FastReport_.NET v2019.1.5
- FastReport.NET2018.3.6完美破解版带demo绿色
评论
共有 条评论