-
大小: 0.06M文件類型: .rar金幣: 1下載: 0 次發(fā)布日期: 2020-12-26
- 語言: C#
- 標簽: DataGridView??print??
資源簡介
打印dataGridView內(nèi)容
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Data.SqlClient;
//Download?by?http://www.codefans.net
namespace?VPrint
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????public?bool?Aspect?=?true;//打印方向
????????public?bool?boundary?=?false;//是否打印分割線
????????private?void?Form1_Activated(object?sender?EventArgs?e)
????????{
????????????//改變窗體中預覽表格的方向
????????????int?aspX?=?0;//寬度
????????????int?aspY?=?0;//高度
????????????aspX?=?100;//設置大小
????????????aspY?=?116;
????????????PrintClass.PageScape?=?false;//縱向打印?true?//橫向打印
????????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????16384??2014-09-17?10:08??VPrint\bin\Debug\VPrint.exe
?????文件??????32256??2014-09-17?10:08??VPrint\bin\Debug\VPrint.pdb
?????文件??????11608??2014-09-17?10:12??VPrint\bin\Debug\VPrint.vshost.exe
?????文件????????490??2010-03-17?22:39??VPrint\bin\Debug\VPrint.vshost.exe.manifest
?????文件???????3031??2014-09-17?10:08??VPrint\Form1.cs
?????文件???????6328??2013-07-12?14:39??VPrint\Form1.designer.cs
?????文件???????5814??2009-01-16?15:54??VPrint\Form1.resx
?????文件???????1229??2014-09-17?10:04??VPrint\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6065??2014-09-17?10:12??VPrint\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????4608??2014-02-26?11:18??VPrint\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件????????696??2014-09-17?10:12??VPrint\obj\Debug\VPrint.csproj.FileListAbsolute.txt
?????文件????????975??2014-09-17?10:07??VPrint\obj\Debug\VPrint.csproj.GenerateResource.Cache
?????文件???????1739??2014-09-17?10:04??VPrint\obj\Debug\VPrint.csprojResolveAssemblyReference.cache
?????文件??????16384??2014-09-17?10:08??VPrint\obj\Debug\VPrint.exe
?????文件????????180??2014-09-17?10:04??VPrint\obj\Debug\VPrint.Form1.resources
?????文件??????32256??2014-09-17?10:08??VPrint\obj\Debug\VPrint.pdb
?????文件????????180??2014-09-17?10:04??VPrint\obj\Debug\VPrint.Properties.Resources.resources
?????文件??????11896??2014-09-17?10:10??VPrint\PrintClass.cs
?????文件????????487??2009-01-16?15:52??VPrint\Program.cs
?????文件???????1368??2009-01-16?15:52??VPrint\Properties\AssemblyInfo.cs
?????文件???????2851??2014-02-26?11:18??VPrint\Properties\Resources.Designer.cs
?????文件???????5612??2010-08-18?17:50??VPrint\Properties\Resources.resx
?????文件???????1105??2014-02-26?11:18??VPrint\Properties\Settings.Designer.cs
?????文件????????249??2009-01-16?15:52??VPrint\Properties\Settings.settings
?????文件???????4118??2014-02-26?11:18??VPrint\VPrint.csproj
?????文件????????908??2014-02-26?11:18??VPrint.sln
????..A..H.?????22016??2014-09-17?10:12??VPrint.suo
?????目錄??????????0??2014-02-26?11:18??VPrint\obj\Debug\TempPE
?????目錄??????????0??2014-09-17?10:04??VPrint\bin\Debug
?????目錄??????????0??2014-02-26?11:18??VPrint\bin\Release
............此處省略8個文件信息
評論
共有 條評論