DeletedRowInaccessibleException

Stimulsoft Reports.NET discussion
Post Reply
ccrites
Posts: 1
Joined: Fri Oct 14, 2011 11:05 am

DeletedRowInaccessibleException

Post by ccrites »

I am helping a client of mine and I know nothing about Stimulsoft Reports. They have a .NET application where they have the report embedded as an object of the form (the report definition is not loaded from the file system). The name of this object is repInvoice so in the method to view the report the following two lines are used.

repInvoice.ResetRenderedState();
repInvoice.Show();

This works fine when the report is viewed one time. However, when they try to view the report for another record (or view the report again for the same record) a DeletedRowInaccessibleException is raised. This happens on the line that uses the Show method. Looking at the stack trace it appears to happen when the report tries to get a column value from one of the tables that was added to the reports datasource.

Any help on this would be greatly appreciated.

Thank you.
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

DeletedRowInaccessibleException

Post by Ivan »

Hello,

Can you please send us a simple test project, which reproduce the issue?

Thank you.
Post Reply