Problem with Master Detail Subdetail

Stimulsoft Reports.NET discussion
sector7g
Posts: 26
Joined: Tue Apr 29, 2008 9:32 am
Location: Germany

Problem with Master Detail Subdetail

Post by sector7g »

Hi,

I have a problem to render a report with a Master Detail Subdetail Report, if there are no subdetails.
I have tested it with your demo Master Detail Subdetail Report by deleting all Order Details. But there it works.

My model:

Master
{
ID
..
}

Detail
{
ID
MasterId
...
}

Subdetail
{
ID
DetailId
CommentId
...
}

Comment
{
ID
Name
}

I call Regdata with the Master.
In the report dictionary I can see the following Tables:

-Master
-Master_Detail
-Master_Detail_Subdetail
-Master_Detail_Subdetail_Comment


If I call the report with at least one Subdetail all works fine. But if there are no subdetails I get the exception:

Column '_parentID' does not exist in Data Source 'Master_Detail_Subdetail_Comment'...


It has nothing to do with the design of the report. I tried it with an empty report. Same exception.


Thanks Ralf
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Problem with Master Detail Subdetail

Post by Edward »

Please send the report template (mrt file) and data for it to support[at]stimulsoft.com for analysis.

Thank you.
sector7g
Posts: 26
Joined: Tue Apr 29, 2008 9:32 am
Location: Germany

Problem with Master Detail Subdetail

Post by sector7g »

Hi,

I've sent you a example C# project.

Ralf
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Problem with Master Detail Subdetail

Post by Edward »

Thank you for this.

We'll inform you about our progress.

Thank you.
sector7g
Posts: 26
Joined: Tue Apr 29, 2008 9:32 am
Location: Germany

Problem with Master Detail Subdetail

Post by sector7g »

Anything new about this?

Ralf
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Problem with Master Detail Subdetail

Post by Edward »

Thank you for the clear sample, but we need more time to provide you with a good answer.

Thank you.
sector7g
Posts: 26
Joined: Tue Apr 29, 2008 9:32 am
Location: Germany

Problem with Master Detail Subdetail

Post by sector7g »

Hi,

we want to go in production in a few days. But with this bug it is not possible.
Is there a timeline for this bug?

Ralf
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Problem with Master Detail Subdetail

Post by Edward »

Hello, Ralf.

Thank you very much for the test solution.

The issue will be fixed in the next prerelease build.

Thank you.
sector7g
Posts: 26
Joined: Tue Apr 29, 2008 9:32 am
Location: Germany

Problem with Master Detail Subdetail

Post by sector7g »

Thank you very much.

Ralf
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Problem with Master Detail Subdetail

Post by Edward »

Please let us know if any help with that or other issues is required.

Thank you.
Post Reply