资源简介
FastReport.Net是专为Microsoft Visual Studio 2005和2008或任何其他开发工具功能齐全的报表工程而设计的。使用FastReport.Net,您将能够创建应用程序的独立报告。换句话说,FastReport.Net可以作为一个独立的报告工具。
代码片段和文件信息
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 E
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-08-27 15:37 FastReport.Net\
文件 23930 2013-04-01 22:46 FastReport.Net\changes.rus
文件 20915 2013-04-01 22:46 FastReport.Net\changes.txt
文件 51712 2013-04-11 21:03 FastReport.Net\Demo.exe
目录 0 2013-04-10 23:05 FastReport.Net\Demos\
目录 0 2013-04-10 23:05 FastReport.Net\Demos\C#\
目录 0 2013-04-10 23:05 FastReport.Net\Demos\C#\CustomDesigner\
文件 2716 2013-04-01 22:45 FastReport.Net\Demos\C#\CustomDesigner\CustomDesigner.csproj
文件 917 2013-04-01 22:45 FastReport.Net\Demos\C#\CustomDesigner\CustomDesigner.sln
文件 1607 2013-04-01 22:46 FastReport.Net\Demos\C#\CustomDesigner\Form1.cs
文件 5833 2013-04-01 22:45 FastReport.Net\Demos\C#\CustomDesigner\Form1.Designer.cs
文件 10479 2013-04-01 22:45 FastReport.Net\Demos\C#\CustomDesigner\Form1.resx
文件 429 2013-04-01 22:45 FastReport.Net\Demos\C#\CustomDesigner\Program.cs
目录 0 2013-04-10 23:05 FastReport.Net\Demos\C#\CustomDesigner\Properties\
文件 1284 2013-04-01 22:45 FastReport.Net\Demos\C#\CustomDesigner\Properties\AssemblyInfo.cs
目录 0 2013-04-10 23:05 FastReport.Net\Demos\C#\CustomOpenSaveDialogs\
文件 4024 2013-04-01 22:45 FastReport.Net\Demos\C#\CustomOpenSaveDialogs\CustomOpenSaveDialogs.csproj
文件 931 2013-04-01 22:45 FastReport.Net\Demos\C#\CustomOpenSaveDialogs\CustomOpenSaveDialogs.sln
文件 3032 2013-04-01 22:45 FastReport.Net\Demos\C#\CustomOpenSaveDialogs\databa
文件 5056 2013-04-01 22:45 FastReport.Net\Demos\C#\CustomOpenSaveDialogs\Form1.cs
文件 2152 2013-04-01 22:46 FastReport.Net\Demos\C#\CustomOpenSaveDialogs\Form1.Designer.cs
文件 5814 2013-04-01 22:45 FastReport.Net\Demos\C#\CustomOpenSaveDialogs\Form1.resx
文件 870 2013-04-01 22:45 FastReport.Net\Demos\C#\CustomOpenSaveDialogs\OpenDialogForm.cs
文件 3843 2013-04-01 22:46 FastReport.Net\Demos\C#\CustomOpenSaveDialogs\OpenDialogForm.Designer.cs
文件 5814 2013-04-01 22:45 FastReport.Net\Demos\C#\CustomOpenSaveDialogs\OpenDialogForm.resx
文件 436 2013-04-01 22:45 FastReport.Net\Demos\C#\CustomOpenSaveDialogs\Program.cs
目录 0 2013-04-10 23:05 FastReport.Net\Demos\C#\CustomOpenSaveDialogs\Properties\
文件 1298 2013-04-01 22:45 FastReport.Net\Demos\C#\CustomOpenSaveDialogs\Properties\AssemblyInfo.cs
文件 599 2013-04-01 22:45 FastReport.Net\Demos\C#\CustomOpenSaveDialogs\SaveDialogForm.cs
文件 3829 2013-04-01 22:45 FastReport.Net\Demos\C#\CustomOpenSaveDialogs\SaveDialogForm.Designer.cs
文件 5814 2013-04-01 22:46 FastReport.Net\Demos\C#\CustomOpenSaveDialogs\SaveDialogForm.resx
............此处省略534个文件信息
相关资源
- ASP.NET MVC5考试_管理系统源码
- Web程序设计ASP.NET实用网站开发 沈士根
- .netc#新手菜鸟mvc5的仓库管理系统 so
- 基于ASP.NET的课程管理系统
- 深入.NET平台和C#编程
- Asp.net学生信息管理系统最新源码201
- .net 美萍超市管理系统源码C#
- 《ASP.NET程序设计项目教程》周虎,王
- [精通ASP.NET.MVC5英文原版
- FastReport .NET V2016.1.0 最新破解版
- C#高级编程第9版:C#5.0 & .NET 4.5.1 par
- ASP.NET WebAPI+mvc4.0+EasyUI快速开发框架
- ASP.NET WEB服务高级编程
- asp.net mvc 网上书店系统
- asp.net完整项目带数据库
- C# 7 and .NET Core: Modern Cross-Platform Deve
-
C# 6.0 and the .NET 4.6 fr
amework(7th). - C# .NET webservices简单使用
- ASP.NET Core 2 and Vue.js 1st Edition
- Professional+DevExpress+ASP.NET+Controls.pdf
- ASP.NET宠物商店网页MyPetShop源代码
- ASP.NET课设带文档
- ASP.NET MVC AES via Filter
- ASP.NET图书管理系统源码.zip
- asp.net 同学录校友录课程设计含报告
- 业务管理系统源码 asp.net业务管理系统
- 学生毕业设计卓越项目拾柴网
- Visual C#.NET串口通信及测控应用典型实
- asp.net项目源码 2个
- DevexpressWinform中文文档
评论
共有 条评论