Page 1 of 1
Rows "deleted" appears
Posted: Tue Sep 04, 2007 12:28 pm
by Fabio Pagano
I have a dataset that contains a datatable. In this datatable some rows have a rowstate=deleted (note that "AcceptChanges" has not been done yet). In report, deleted rows appear as a "white data band", while the other rows appear regularly. If in my code i do "AcceptChanges" the problem is not present and in report appears only effective rows.
Thanks.
Rows "deleted" appears
Posted: Wed Sep 05, 2007 6:48 am
by Edward
Sorry, we couldn't reproduce such a behavior.
Could you please send to

sample project to reproduce such issue.
May be possible to call AcceptChanges before RegData()?
Thank you.
Rows "deleted" appears
Posted: Wed Sep 05, 2007 2:28 pm
by Vital
Report engine use current state of DataSet. At this moment we don't check state of rows. I'm afraid we can't change this behavior of report engine.
Thank you.
Rows "deleted" appears
Posted: Wed Sep 05, 2007 3:36 pm
by Fabio Pagano
Ok, i'll go with AcceptChanges (in this case is not a problem), but i noticed that in the report the "deleted rows" where absolutely empty (they were rendered with a blank data band) and not with their values.
Thanks.
Rows "deleted" appears
Posted: Wed Sep 05, 2007 4:13 pm
by Vital
Thank you for your information. In our test we see this problem, but we decide do not change current behavior of report engine to prevent potential problems beside our clients.
Thanks.