Hi,
i am developing a project in visual studio 2010 using data reports.
plz go through the below code which i was using to add rows in data reports
Go to solution Explorer->add new item-> select reporting->click report(rdlc file)
this.InvoiceReportByDCNoTableAdapter.Fill(this.ArunDataSet.InvoiceReportByDCNo, Convert.ToInt32(prmInvoiceNo));
this.reportViewer1.RefreshReport();