• 大小: 1.70KB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签:

资源简介

c# 不预览 直接打印rdlc 不用reportviewer

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using Microsoft.Reporting.WinForms;
using System.Drawing.Printing;
using System.Diagnostics;
using System.Drawing.Imaging;
using System.IO;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;

namespace XHADH
{
    public class clsReportPrint
    {

        private int m_currentPageIndex;    
        private IList m_streams;  
        private DataTable LoadSalesData(string sqlstr)    
        {    
            SqlConnection con = new SqlConnection(Param.connectStr);  
            SqlCommand cmd = new SqlCommand(sqlstr con);  
            SqlDataAdapter adp = new SqlDataAdapter();  
            adp.SelectCommand = cmd;  
    

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        5126  2020-03-10 07:38  clsReportPrint.cs

评论

共有 条评论