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
- Fabio Pagano
- Posts: 355
- Joined: Mon Apr 16, 2007 12:38 pm
- Location: Bari (Italy)
Rows "deleted" appears
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.
Could you please send to

May be possible to call AcceptChanges before RegData()?
Thank you.
Rows "deleted" appears
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.
Thank you.
- Fabio Pagano
- Posts: 355
- Joined: Mon Apr 16, 2007 12:38 pm
- Location: Bari (Italy)
Rows "deleted" appears
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.
Thanks.
Rows "deleted" appears
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.
Thanks.