The Panel control is used to group individual report controls.
The Panel control is a container used to keep together any number of report controls. When controls are placed into a
Panel, they can be moved, copied and printed as a whole. There are some limitations on
Panel usage. One of them is that the
Panel control does not have the
Can Shrink property, and so cannot suppress the white space that appears when the controls inside are shrunk or collapsed. Also, the
Panel cannot be used in different bands, unlike a cross-band control.
The Panel can also be used for page decoration, e.g. to create borders around the report elements or add a uniform colour background.
In the Property Grid, the
Panel control's properties are divided into the following groups:
Displays the Formatting Rules Editor, used to choose which rules should be applied to the control during report generation, and define the precedence of the applied rules. Refer to
Conditionally Change a Control's Appearance for further information.
When this property is set to Yes, the control's height can be automatically increased, if required, to fit the text. If there are other controls below the current control, they will be pushed down to prevent them from overlapping. That if a control overlaps the growing
Panel by even one pixel, it will not be pushed down by the expanded
Panel.
If the current report has a data source, the Tag property can be bound to a data field obtained from the data source. To do this, expand the (
Data Bindings) property and from the
Tag.Binding dropdown list, select the required data field.
If the current report has a data source, the Bookmark property can be bound to a data field obtained from the data source. To do this, expand the (
Data Bindings) property and from the
Bookmark.Binding dropdown list, select the required data field.
Use the Navigation URL property to specify a URL for web browser navigation when a user clicks the control. The web browser displays a page in a window or a frame as specified by the
Navigation Target property.
If the current report has a data source, the Navigation URL property can be bound to a data field obtained from the data source. To do this, expand the (
Data Bindings) property and from the
Navigation URL.Binding dropdown menu, select the required data field.