This is a migrated thread and some comments may be shown as answers.

Telerik aggregate report showing only one of the subreports

1 Answer 17 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Hasan Khan
Top achievements
Rank 1
Hasan Khan asked on 12 Dec 2010, 05:19 PM
've just created a simple project with 3 reports. 1 Report shows static text. 2nd report shows a list of some entity (assigned as datasource in constructor) of the report class) as follows:
this.DataSource = new List<Test>()
{
new Test(){Name = "hasan"},
new Test(){Name = "Ali"}
};

3rd report just contains two sub report objects in its detail section.

When I run the application I see only one of the sub reports. Can someone check the source at http://www.filedropper.com/telerikreporttest and tell me what the problem is?

If I check preview of individual report, they show the data perfectly fine but something wrong happens on runtime.

Also the behavior seems unpredictable because sometimes it shows data from both the reports but repeats the static text as many times as there are rows in the second subreport. This happens if I change the order of subreports in the detail seciton of Master report.

Thanks

1 Answer, 1 is accepted

Sort by
0
Hasan Khan
Top achievements
Rank 1
answered on 13 Dec 2010, 07:23 PM
Looks like the problem was in Q3 2010 release, I upgraded to latest build and the bug has been fixed now.
Its a bit sad though that a final release of a product has a very basic functional bug which should have been caught in internal tests.
Tags
General Discussions
Asked by
Hasan Khan
Top achievements
Rank 1
Answers by
Hasan Khan
Top achievements
Rank 1
Share this question
or