Report Viewer is showing table data outside the table in form
I created Customer Bills form in C# windows forms apps that has print button. On click of Print button the print form opens that contains the ReportViewer1. The data in RDLC is binded to dataset from SQL server tables. Report Viewer shows this data outside the table.
Report Viewer in C# is showing table data outside the table in C# form
I created Customer Bills form in C# windows forms apps that has print button. On click of Print button the print form opens that contains the ReportViewer1. The data in RDLC is binded to dataset from SQL server tables. Report Viewer shows this data outside the table.