Rows "deleted" appears

Stimulsoft Reports.NET discussion
Post Reply
User avatar
Fabio Pagano
Posts: 355
Joined: Mon Apr 16, 2007 12:38 pm
Location: Bari (Italy)

Rows "deleted" appears

Post 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.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Rows "deleted" appears

Post by Edward »

Sorry, we couldn't reproduce such a behavior.

Could you please send to Image sample project to reproduce such issue.

May be possible to call AcceptChanges before RegData()?

Thank you.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Rows "deleted" appears

Post 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.
User avatar
Fabio Pagano
Posts: 355
Joined: Mon Apr 16, 2007 12:38 pm
Location: Bari (Italy)

Rows "deleted" appears

Post 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.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Rows "deleted" appears

Post 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.
Post Reply