if (dt != null) { if (dt.Rows.Count > 0) { ds.Tables.Add(dt); ds.Tables[0].TableName = "OrderBill"; this.OrderBillBindingSource.DataSource = ds; } } //this.OrderBillBindingSource.DataSource = ds; this.reportViewer1.RefreshReport(); this.reportViewer1.Width = 75; this.reportViewer1.RefreshReport();
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)