One report with embedded sub reports

Sometimes it is very convenient to produce reports which include other reports.
For example your boss might ask you to deliver him a single report which contains report summary from various sources.

DBxtra .NET makes it very easy to do just that.

Below you see 3 report pages which are all contained in a single report.

image878.jpg

This sample "Sales – Summary 2" .

image170.gif

How to do that?

First  lets take a look at the underlying query.

image879.jpg

As you can see it just a simple summary query.

Now lets open the report in Design view.

image880.jpg

image881.jpg

Click "SubReport" on the Standard Control box.

image882.jpg

Drag and drop it the area where you want the sub report to be displayed.

image885.jpg

Select an existing report for the sub report.

image884.jpg

Optionally you can insert a page break after each sub report so each sub report keeps together.

image171.gif

See also:  Unbound Sub Report