ActiveReports 18 .NET Edition
Report Authors: Designer Components / Report Controls / Page/RDLX Report / Container
In This Topic
    Container
    In This Topic

    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.

    Background

    Color: Select a color to use for the background of the container or select the <Expression...> option to open the Expression Editor.

    Image: Specify the background image of container using Expression or Data Visualizer, or directly open the image file on your system.

    If the Hatch and Gradient background styles are set using Data Visualizers, these are not displayed at design time.

    Image Source: Select the location of the image for the background from External, Embedded, Database or select the <Expression...> option to open the Expression Editor.

    MIME Type: Select the MIME type of the image.

    Background repeat: Specify how the background image fills the space of the container.

    Border

    Style: Select a style for the border.

    Width: Enter a value in points to set the width of the border or select the <Expression...> option to open the Expression Editor.

    Color: Select a color to use for the border, or select the <Expression...> option to open the Expression Editor and create an expression that evaluates to a .NET color.

    Rounded Rectangle: Specify the radius for each corner of the shape independently. Drag the handlers Handleravailable at each corner of the shape to set the value of the radius at each corner.

    Note: To enable specific corners, select the checkbox available near each corner of the Container control.

    Initial visibility

    • Visible: The container is visible when the report runs.
    • Hidden: The container is hidden when the report runs.
    • Expression: Use an expression with a Boolean result to decide whether the container is visible. True for hidden, False for visible.

    Visibility can be toggled by another report item: Select this check box to display a toggle image next to another report item. This enables the drop-down box below where you can specify the TextBox control that toggles the visibility of the container. The user can click the toggle item to show or hide this container.

    Document map label: Enter an expression to use as a label to represent this item in the table of contents (document map).

    Bookmark ID: Enter an expression to use as a locator for this container. You will then be able to provide a bookmark link to this item from another report control using a Jump to bookmark action.

    The Data Output page of the Container dialog allows you to control the following properties when you export to XML:

    • Element Name: Enter a name to be used in the XML output for this container.
    • Output: Choose Auto, Yes, No, or Contents only to decide whether to include the contents of this container in the XML output. Choosing Auto exports the contents of the container only when the value is not a constant.

    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