-
大小: 58.56MB文件类型: .rar金币: 2下载: 2 次发布日期: 2023-07-11
- 语言: 其他
- 标签: fastreport
资源简介
fastreport2017彻底破解版,导出都没有demo字样了,是最新版。仅限学习研究使用,正式使用请买正版,支持正版。
代码片段和文件信息
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();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 56626 2016-12-27 06:48 Fastreport2017\FrNet_2017.1.16\changes.rus
文件 49126 2017-03-21 14:15 Fastreport2017\FrNet_2017.1.16\changes.txt
文件 38280 2016-12-28 18:21 Fastreport2017\FrNet_2017.1.16\Demo.exe
文件 2716 2016-11-09 04:06 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomDesigner\CustomDesigner.csproj
文件 916 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomDesigner\CustomDesigner.sln
文件 1607 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomDesigner\Form1.cs
文件 5833 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomDesigner\Form1.Designer.cs
文件 10479 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomDesigner\Form1.resx
文件 429 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomDesigner\Program.cs
文件 1284 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomDesigner\Properties\AssemblyInfo.cs
文件 4024 2016-11-09 04:06 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomOpenSaveDialogs\CustomOpenSaveDialogs.csproj
文件 930 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomOpenSaveDialogs\CustomOpenSaveDialogs.sln
文件 3032 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomOpenSaveDialogs\databa
文件 5056 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomOpenSaveDialogs\Form1.cs
文件 2152 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomOpenSaveDialogs\Form1.Designer.cs
文件 5814 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomOpenSaveDialogs\Form1.resx
文件 870 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomOpenSaveDialogs\OpenDialogForm.cs
文件 3843 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomOpenSaveDialogs\OpenDialogForm.Designer.cs
文件 5814 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomOpenSaveDialogs\OpenDialogForm.resx
文件 436 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomOpenSaveDialogs\Program.cs
文件 1298 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomOpenSaveDialogs\Properties\AssemblyInfo.cs
文件 599 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomOpenSaveDialogs\SaveDialogForm.cs
文件 3829 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomOpenSaveDialogs\SaveDialogForm.Designer.cs
文件 5814 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomOpenSaveDialogs\SaveDialogForm.resx
文件 3504 2016-11-09 04:06 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomPreview\CustomPreview.csproj
文件 914 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomPreview\CustomPreview.sln
文件 4141 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomPreview\Form1.cs
文件 8412 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomPreview\Form1.Designer.cs
文件 6012 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomPreview\Form1.resx
文件 428 2016-11-09 00:56 Fastreport2017\FrNet_2017.1.16\Demos\C#\CustomPreview\Program.cs
............此处省略1280个文件信息
- 上一篇:LINUX系统及编程基础.pdf
- 下一篇:i2b2˝æ›ºØ.rar
相关资源
- fastreport 向下合并单元格 修改文件
- frcc.exe fastreport编译中文没乱码
- FastReport.Net V2014.4.8 For .Net2.0
- fastreport.studio.4.6.8破解版
- FastReport.NET 中英文帮助手册(两本都
- FastReport3.0
- FastReport.Net V2014.4.8 For .Net4.0 完全破解
- FastReport报告模板设计器
- FastReport .net初级教程
- FastReport4.2.zip
- FastReport4.3
- FastReport_1.9.9_OK.rar
- FastReport v6.3.11 Enterprise Full Source
- FastReport Professtional 5.6.2 Full Source for
- fastreport所需的dll文件5个
- fastReport教程demo、官方文档、中文帮助
- fastReports 6.0.7 for delphi D4-10.2.3
- FastReport.Net 1.3.63 真正完美破解 无水印
- fastreport 4demo
- FASTREPORT3.15中文
- Fastreport 4.10.5 破解版
- fastreport4.0
- FastReport5.2.3中文版()
- Delphi7+fastreport 4 二维码 支持中文
- FastReport报表文件修改器
- unifastreport导出Excel二种方式
- 报表设计器(Delphi7 +FastReport4,有原码
- FastReport扩展(二维码,缩进文本框)
- Delphi的报表控件FastReport5的Demo
- FastReport 6.1 full source for 10.3
评论
共有 条评论