ActiveReports 19 .NET Edition
Report Authors / Report Controls / Report Controls in Page/RDLX Report / Container
Container

Using the Container report control in your Page/RDLX report gives you more possibilities for visual presentation of your report. The Container is a visual element that is used as a container for other report controls. It highlights a part of a report and how the report controls appear inside it. The Container control has no data associated with it.

For Container control to work, you must drag the items into the Container instead of drawing it around the existing items.

The Container control can be used in several ways to enhance your reports:

Important Properties

Clicking the four-way arrow selects the control and reveals its properties.

Property Description
KeepTogether (RDLX) Change to True to have ActiveReports attempt to keep all of the repeated data together on one page.

Container Dialog Properties

Name: Enter a name for the container that is unique within the report. This name can be called in code. You can only use underscore (_) as a special character in the Name field. Other special characters such as period (.), space ( ), forward slash (/), backslash (\), exclamation (!), and hyphen (-) are not supported.

Consume all white space during report rendering (RDLX): Select this checkbox to have all white space consumed at report rendering. 

Page breaks (RDLX):

  • Insert a page break before this container (RDLX): Insert a page break before the container.
  • Insert a page break after this container (RDLX): Insert a page break after the container.

Container Control in RDLX Dashboard Report

The Container is a visual element that is used as a container for other report controls. The properties and workings are the same as Page or RDLX Reports. The Container control in the RDLX Dashboard Report has the following additional property to manage the scroll behavior:

Overflow: By Setting the overflow property to Auto, Clip, Grow, or Scroll, you can specify the scroll behavior of the Container control in the RDLX Dashboard Report.

Choose one of the following options to specify the scroll behavior of the Container:

See Also