Layout: Linked Report#

The linked report layout is used to provide a reference to another report from with an existing report. This layout renders a simple button or a link that when clicked will cause the browser to navigate to the referenced report. In a simple example, a linked report template is set up as a child of a panel layout. When the report is rendered initially, the display looks like this:

Image

After clicking on the button, the button is replaced and the referenced report is displayed inside of the panel template that previously contained the button.

Image

The linked report layout does not display any items. Instead, any specified item filter is used to pre-filter the items that will be selected by the referenced report.

Configuration options#

The linked report layout has a single option. This option allows the user to select the specific report that the inserted link will refer to.

Image

All other options are controlled using properties.

Properties#

Several properties specifically control the display of the linked report.

Property

Value

link_text

This property can be set to the text that should be displayed in the web link or in the button.

link_type

Value

Operation

0

Display the report reference as a web link and clicking on the link causes the current page/tab to be replaced with the contents of the referenced report.

1

Display the report reference as a web link and clicking on the link causes the current page/tab to be replaced with the contents of the referenced report.

2

Display the report reference as a web link and clicking on the link causes a new page/tab to be created to display the referenced report.

3

Display a button that when clicked causes the referenced report to display inline, in the the location where the button was placed in the report. This is the default.

4

This option is similar to 3 except that if the item list input to this template contains at least one Image Item, the image from that item will be placed in the button to the left of the link_text.