資源簡介
fastreport打印 示例大全
代碼片段和文件信息
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;
??????
??????designerControl1.RefreshLayout();
????}
????private?void?designerControl1_UIStateChanged(object?sender?EventArgs?e)
????{
??????//?update?Enabled?state?of?our?buttons
??????btnSave.Enabled?=?designerControl1.cmdSave.Enabled;
??????btnUndo.
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-06-04?08:41??打印\
?????目錄???????????0??2016-03-18?13:56??打印\FastReport.Net\
?????文件???????27478??2014-11-19?14:38??打印\FastReport.Net\changes.txt
?????文件???????51712??2014-12-09?22:51??打印\FastReport.Net\Demo.exe
?????目錄???????????0??2016-03-18?13:56??打印\FastReport.Net\Demos\
?????目錄???????????0??2016-03-18?13:56??打印\FastReport.Net\Demos\C#\
?????目錄???????????0??2016-03-18?13:56??打印\FastReport.Net\Demos\C#\CustomDesigner\
?????目錄???????????0??2016-03-04?08:31??打印\FastReport.Net\Demos\C#\CustomDesigner\.vs\
?????目錄???????????0??2016-03-04?08:31??打印\FastReport.Net\Demos\C#\CustomDesigner\.vs\CustomDesigner\
?????目錄???????????0??2016-03-18?13:56??打印\FastReport.Net\Demos\C#\CustomDesigner\.vs\CustomDesigner\v14\
?????文件???????30208??2016-03-07?11:32??打印\FastReport.Net\Demos\C#\CustomDesigner\.vs\CustomDesigner\v14\.suo
?????文件?????????161??2016-03-07?11:32??打印\FastReport.Net\Demos\C#\CustomDesigner\app.config
?????目錄???????????0??2016-03-18?13:56??打印\FastReport.Net\Demos\C#\CustomDesigner\Backup\
?????文件????????2716??2014-11-27?23:37??打印\FastReport.Net\Demos\C#\CustomDesigner\Backup\CustomDesigner.csproj
?????文件?????????917??2014-11-27?23:37??打印\FastReport.Net\Demos\C#\CustomDesigner\Backup\CustomDesigner.sln
?????文件????????1607??2012-07-12?10:40??打印\FastReport.Net\Demos\C#\CustomDesigner\Backup\Form1.cs
?????文件????????5833??2012-07-12?10:40??打印\FastReport.Net\Demos\C#\CustomDesigner\Backup\Form1.Designer.cs
?????文件???????10479??2012-07-12?10:40??打印\FastReport.Net\Demos\C#\CustomDesigner\Backup\Form1.resx
?????文件?????????429??2012-07-12?10:40??打印\FastReport.Net\Demos\C#\CustomDesigner\Backup\Program.cs
?????目錄???????????0??2016-03-18?13:56??打印\FastReport.Net\Demos\C#\CustomDesigner\Backup\Properties\
?????文件????????1284??2014-11-27?23:37??打印\FastReport.Net\Demos\C#\CustomDesigner\Backup\Properties\AssemblyInfo.cs
?????目錄???????????0??2016-03-04?08:31??打印\FastReport.Net\Demos\C#\CustomDesigner\bin\
?????目錄???????????0??2016-03-18?13:56??打印\FastReport.Net\Demos\C#\CustomDesigner\bin\Debug\
?????文件???????12800??2016-03-07?11:35??打印\FastReport.Net\Demos\C#\CustomDesigner\bin\Debug\CustomDesigner.exe
?????文件?????????161??2016-03-07?11:32??打印\FastReport.Net\Demos\C#\CustomDesigner\bin\Debug\CustomDesigner.exe.config
?????文件???????17920??2016-03-07?11:35??打印\FastReport.Net\Demos\C#\CustomDesigner\bin\Debug\CustomDesigner.pdb
?????文件???????22688??2016-03-07?11:35??打印\FastReport.Net\Demos\C#\CustomDesigner\bin\Debug\CustomDesigner.vshost.exe
?????文件?????????161??2016-03-07?11:32??打印\FastReport.Net\Demos\C#\CustomDesigner\bin\Debug\CustomDesigner.vshost.exe.config
?????文件?????????490??2013-06-18?20:28??打印\FastReport.Net\Demos\C#\CustomDesigner\bin\Debug\CustomDesigner.vshost.exe.manifest
?????文件?????3271680??2014-12-09?22:53??打印\FastReport.Net\Demos\C#\CustomDesigner\bin\Debug\FastReport.Bars.dll
?????文件?????3165696??2014-12-09?23:10??打印\FastReport.Net\Demos\C#\CustomDesigner\bin\Debug\FastReport.dll
............此處省略1923個文件信息
- 上一篇:access 數據庫操作
- 下一篇:ASP.net mvc5框架解析pdf
評論
共有 條評論