哪位大哥给一个c#winfrom调用打印报表的列子 类似fastreport
哪位大哥给一个c#winfrom调用打印报表的列子 类似fastreport
日期:2018-04-07 18:37:45 人气:1
刚做了测试,我是参考这位大神的网页链接
private void button1_Click(object sender, EventArgs e) { Report rep = new Report(); SqlConnection conn = new SqlConnection(@"Data Source=.;Integrated Security=true;Initial Catalog=SD11812N_Sample;"