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.
DeletedRowInaccessibleException
DeletedRowInaccessibleException
Hello,
Can you please send us a simple test project, which reproduce the issue?
Thank you.
Can you please send us a simple test project, which reproduce the issue?
Thank you.