• 大小: 0.06M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: DataGridView  print  

资源简介

打印dataGridView内容

资源截图

代码片段和文件信息

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个文件信息

评论

共有 条评论