資源簡介
因為之前為一家銀行做財政報表打印,因為數據太長,381的紙張打印不下,dos打印、rdlc等等試了都很麻煩,所以后面就將內容插入word中,再在代碼中寫一些控制模板的代碼,使得可以再381上打印下,這是個測試的demo

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Configuration;
using?System.Data;
using?System.Linq;
using?System.Windows;
namespace?WordAPI
{
????///?
????///?App.xaml?的交互邏輯
????///?
????public?partial?class?App?:?Application
????{
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????318??2014-09-01?09:34??WordAPI\WordAPI\App.xaml
?????文件????????303??2014-09-01?09:34??WordAPI\WordAPI\App.xaml.cs
?????文件???????8705??2014-09-02?14:25??WordAPI\WordAPI\bin\Debug\A.TXT
?????文件??????52926??2014-09-02?10:14??WordAPI\WordAPI\bin\Debug\DocPrint\0135.doc
?????文件??????24576??2014-09-02?14:35??WordAPI\WordAPI\bin\Debug\WordAPI.exe
?????文件??????40448??2014-09-02?14:35??WordAPI\WordAPI\bin\Debug\WordAPI.pdb
?????文件??????11600??2014-09-02?14:35??WordAPI\WordAPI\bin\Debug\WordAPI.vshost.exe
?????文件????????490??2013-06-18?20:28??WordAPI\WordAPI\bin\Debug\WordAPI.vshost.exe.manifest
?????文件????????370??2014-09-02?11:30??WordAPI\WordAPI\MainWindow.xaml
?????文件???????2260??2014-09-02?14:35??WordAPI\WordAPI\MainWindow.xaml.cs
?????文件???????2307??2014-09-02?10:56??WordAPI\WordAPI\obj\x86\Debug\App.g.cs
?????文件???????2307??2014-09-02?10:56??WordAPI\WordAPI\obj\x86\Debug\App.g.i.cs
?????文件??????12245??2014-09-02?14:22??WordAPI\WordAPI\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6676??2014-09-02?14:36??WordAPI\WordAPI\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????771??2014-09-02?11:30??WordAPI\WordAPI\obj\x86\Debug\MainWindow.baml
?????文件???????3373??2014-09-02?11:30??WordAPI\WordAPI\obj\x86\Debug\MainWindow.g.cs
?????文件???????3373??2014-09-02?11:30??WordAPI\WordAPI\obj\x86\Debug\MainWindow.g.i.cs
?????文件???????4608??2014-09-01?09:34??WordAPI\WordAPI\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件????????833??2014-09-02?14:35??WordAPI\WordAPI\obj\x86\Debug\WordAPI.csproj.FileListAbsolute.txt
?????文件????????917??2014-09-01?10:12??WordAPI\WordAPI\obj\x86\Debug\WordAPI.csproj.GenerateResource.Cache
?????文件??????24576??2014-09-02?14:35??WordAPI\WordAPI\obj\x86\Debug\WordAPI.exe
?????文件????????999??2014-09-02?11:30??WordAPI\WordAPI\obj\x86\Debug\WordAPI.g.resources
?????文件??????40448??2014-09-02?14:35??WordAPI\WordAPI\obj\x86\Debug\WordAPI.pdb
?????文件????????180??2014-09-02?10:56??WordAPI\WordAPI\obj\x86\Debug\WordAPI.Properties.Resources.resources
?????文件????????250??2014-09-02?14:36??WordAPI\WordAPI\obj\x86\Debug\WordAPI_MarkupCompile.cache
?????文件????????250??2014-09-02?14:18??WordAPI\WordAPI\obj\x86\Debug\WordAPI_MarkupCompile.i.cache
?????文件???????2179??2014-09-01?09:34??WordAPI\WordAPI\Properties\AssemblyInfo.cs
?????文件???????2866??2014-09-01?09:34??WordAPI\WordAPI\Properties\Resources.Designer.cs
?????文件???????5612??2014-09-01?09:34??WordAPI\WordAPI\Properties\Resources.resx
?????文件???????1094??2014-09-01?09:34??WordAPI\WordAPI\Properties\Settings.Designer.cs
............此處省略18個文件信息
評論
共有 條評論