how to create rdlc report in c# windows application
And How to Show Records in Windows form....????
private void Details_Load(object sender, EventArgs e)
{
this.mainBillFormTableAdapter1.Fill(this.dataSet1.MainBillForm);
this.reportViewer1.RefreshReport();
}

Rafnas T PPosted May 9, 2017, 5:32 AM
Karthi KeyanPosted May 9, 2017, 7:49 AM