0
Answer

reportviewer in c# shows me just one row from the table

adnan mahajna

adnan mahajna

15y
5.6k
1

hello all
i have areport in c#
wich connected to dataset
i have adtaviewer
but when i added rows to the table in the datset i c just one row
 
plese help
this is the code wich i wrote
DataSet1.Tables[0].Rows.Add(
"11","22");
DataSet1.Tables[0].Rows.Add(
"11", "22");
DataSet1.Tables[0].Rows.Add(
"11", "22");
this.reportViewer1.RefreshReport();