-
大小: 33.38MB文件类型: .rar金币: 1下载: 0 次发布日期: 2023-07-16
- 语言: C#
- 标签: FastReport .NET 报表控件
资源简介
FastReport.Net 版是一款适用于Windows Forms、ASP.NET和MVC框架的功能齐全的报表分析解决方案。内含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();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 15887 2015-10-29 21:27 FastReport.Net\fastreport.docx
文件 23930 2013-04-01 22:46 FastReport.Net\FastReport.Net\changes.rus
文件 20915 2013-04-01 22:46 FastReport.Net\FastReport.Net\changes.txt
文件 57142 2013-04-01 22:45 FastReport.Net\FastReport.Net\Chinese (Simplified).frl
文件 61440 2015-06-18 10:44 FastReport.Net\FastReport.Net\Demo.exe
文件 2716 2013-04-01 22:45 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\Backup\CustomDesigner.csproj
文件 917 2013-04-01 22:45 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\Backup\CustomDesigner.sln
文件 1607 2013-04-01 22:46 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\Backup\Form1.cs
文件 5833 2013-04-01 22:45 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\Backup\Form1.Designer.cs
文件 10479 2013-04-01 22:45 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\Backup\Form1.resx
文件 429 2013-04-01 22:45 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\Backup\Program.cs
文件 1284 2013-04-01 22:45 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\Backup\Properties\AssemblyInfo.cs
文件 12288 2015-10-30 16:58 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\bin\Debug\CustomDesigner.exe
文件 22016 2015-10-30 16:58 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\bin\Debug\CustomDesigner.pdb
文件 11608 2015-12-17 15:46 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\bin\Debug\CustomDesigner.vshost.exe
文件 490 2015-07-10 16:25 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\bin\Debug\CustomDesigner.vshost.exe.manifest
文件 3231744 2015-06-18 10:44 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\bin\Debug\FastReport.Bars.dll
文件 3035136 2015-06-18 10:44 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\bin\Debug\FastReport.dll
文件 1011712 2015-06-18 10:44 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\bin\Debug\FastReport.Editor.dll
文件 1653684 2015-06-18 10:44 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\bin\Debug\FastReport.xm
文件 1753088 2015-06-18 10:44 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\bin\Debug\System.Windows.Forms.DataVisualization.dll
文件 3114 2015-07-06 12:55 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\CustomDesigner.csproj
文件 917 2013-04-01 22:45 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\CustomDesigner.sln
..A..H. 17920 2015-12-17 17:51 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\CustomDesigner.suo
文件 1607 2013-04-01 22:46 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\Form1.cs
文件 5833 2013-04-01 22:45 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\Form1.Designer.cs
文件 10479 2013-04-01 22:45 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\Form1.resx
文件 2609 2015-12-17 15:46 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\obj\Debug\CustomDesigner.csproj.FileListAbsolute.txt
文件 902 2015-10-30 16:58 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\obj\Debug\CustomDesigner.csproj.GenerateResource.Cache
文件 12288 2015-10-30 16:58 FastReport.Net\FastReport.Net\Demos\C#\CustomDesigner\obj\Debug\CustomDesigner.exe
............此处省略1005个文件信息
相关资源
- NFine快速开发框架C#源码完全开源版
- Autodesk Forge平台转换模型 模型资源 离
- c#人事管理系统(简单设计,适合初学
- asp.net+sql server实现的简易服装管理系
- ASP·NET程序设计教程C#版
- asp.net动态js菜单(动态菜单+静态菜单
- 基于asp.net的人事工资管理系统
- C#Web办公系统源码
- C# 8.0 and .NET Core 3.0 .pdf
- ASP.NET+SQL Server 农产品溯源系统源码
- Pro ASP.Net MVC 5 无水印pdf
- 学生信息管理系统前台.net+后台c# 含数
- wiki开源代码asp.net+sql
- asp.net 源码:微信公众号接口,微信企
- ASP.NET通用权限管理框架
- 基于C#.NET的员工考勤管理系统
- C# .net mvc 三层架构 增删改查
- 基于ASP.NET MVC项目源码完整(含Aspos
- asp.net网上书店
- ASP.NET+SQL Server勤工助学系统的设计与
-
Practical Databa
se Programming With Visual - Asp.net语言写的三层架构的校园论坛
- asp.net 图片管理系统(C#)
- CLR via C# 4th Edition.pdf 英文原版[非扫描
- ASP.NET 4.5.1入门经典第9版源码
- 可重用的MVC分页方法ASP.NET MVC
- C#Naudio .Net音频处理类库
- ASP.NET+MVC5+EF6+EasyUI完整源码 只要一分
- asp.net mvc4 实现用户登录
- Eziriz.Net.reactor 5.9.5 破解版
评论
共有 条评论