There is no actual limit that I am aware of. You will be functionally limited by the performance of the report though. Eventually you will get to the point where the extra subreport(s) cause the performance to drop so much that users will complain loudly or even stop using the report.

What is a sub report?

A subreport is a report item that displays another report inside the body of a main paginated report. Conceptually, a subreport in a report is similar to a frame in a Web page. It is used to embed a report within a report. Any report can be used as a subreport.

How many subreports can one Crystal Report have?

About 60. I’m currently at 10, with no problems, formatting, performance, or otherwise. break it up into more than 1, so be it.

How do I use subreport in Telerik Reporting?

In Design view, right-click a SubReport item to which you want to set a report source and click Properties. In the item’s Properties, click ReportSource. A “Load a Report from” dialog appears which allows you to select a ReportSource. Select the type of report source you would use to specify a report.

Can you combine two reports in Access?

In Access, the primary report is called the main report. Reports within the main report are referred to as subreports. Any report can be used as a subreport. Save money and paper by combining two or more short reports in one.

How do I create a sub report in Crystal Reports?

Right-click in the embedded Crystal Reports Designer, point to Insert, and click Subreport. Drag the subreport object onto the report. Choose a report in your project, another existing report, or create a new report for the subreport.

How do I create a subreport control in access?

If you selected Use an existing report or form on the first page of the wizard, Access binds the subreport control to the report or form that you specified. If you selected Use existing Tables and Queries on the first page of the wizard, Access creates a new report object in the Navigation Pane and then binds the subreport control to it.

How do I use the activereport property?

You can use the ActiveReport property to refer to an active report together with one of its properties or methods. The following example displays the Name property setting of the active report. If no report has the focus when you use the ActiveReport property, an error occurs.

How to display the sum from the subreport on the main report?

To display the sum from the subreport on the main report, you must add a text box to the main report and then use an expression to refer to the Shipping Fee Total text box on the subreport. You can do this by using the following procedure. Right-click the main report in the Navigation Pane, and then click Design View on the shortcut menu.

How do I link a subform or subreport to a report?

When you create a subform or subreport by using a wizard or by dragging an object from the Navigation Pane to a report, Access automatically links the subform or subreport to the main report if either of the following conditions is met.