摘要:
1.添加报表查看控件this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();2.添加报表源并装载报表源reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);3.添加绑定源this._TBLBindingSource = new System.Windows.Forms.BindingSource 阅读全文
posted @ 2012-09-10 17:11
流上
阅读(2017)
评论(0)
推荐(0)
浙公网安备 33010602011771号