資源簡介
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個文件信息
評論
共有 條評論