Skip to main content

Subreport

Use the Subreport layout element to generate nested reports.

info

Refer to designer-usersguide-examples for a GitHub example.

To add a Subreport, right-click anywhere in a report's details and select Add Subreport from the context menu.

Figure 1. Select Add Subreport from context menu to add a Subreport.

A Subreport layout element adds the new layout element with a header, footer, and detail. Data from the nested JSON array goes in the newly added Subreport layout element's Detail section.

Figure 2. An example illustrating a Subreport layout element.

info

When a Subreport is deselected, only the wireframe is visible.

tip

If creating a header with static top-level JSON fields, consider using a Subreport rather than a header or conditional header.

Properties

PropertyValueDescription
detailHeightnumericA value indicating the height of the Subreport detail.
headerHeightnumericA value indicating the height of the Subreport header.
footerHeightnumericA value indicating the height of the Subreport footer.
idtextA value indicating the programmatic identifier of the Subreport.
columnLayoutA value indicating how the data in the columns will be laid out.
columnSpacingnumericA value indicating the amount of space between columns.
columnsnumericA value indicating the number of columns the Subreport will have.
dataNametextThe name of the data that the subreport will be based on. If the data is a single object (or record), the detail section will only be displayed once. If it is a list or collection, the detail section will be displayed once for each object in the list.
heightnumericA value indicating the height of the Subreport.
rowSpacingnumericA value indicating the amount of space between consecutive rows in the Subreport.
widthnumericA value indicating the width of the Subreport.
xnumericA value indicating the X coordinate of the Subreport.
ynumericA value indicating the Y coordinate of the Subreport.

Subreport Sections

A Subreport, like a Report, consists of a Header, Footer, and Detail section. Each section has it's own properties which are summarized below.

Figure 3. A Subreport layout element's sections.

PropertyValueDescription
idtextA value indicating the programmatic identifier of the Subreport header.
heightnumericA value indicating the height of the Subreport header.

Detail

PropertyValueDescription
idtextA value indicating the programmatic identifier of the Subreport detail.
heightnumericvalue indicating the height of the Subreport detail.
autoSplittruefalse
PropertyValueDescription
idtextA value indicating the programmatic identifier of the Subreport footer.
heightnumericA value indicating the height of the Subreport footer.