Panel Control
Description
The Panel control is a container that groups individual report controls into collections. By grouping controls into a container, you can easily move, copy, and paste all the controls at once. Controls can be added to the Panel control by dragging them into the Panel control.
The Panel control cannot contain the following controls:
- Page Break
- Cross Band Line
- Cross Band Box
Properties Common to Most Controls
For more information about the properties listed below, see Properties Common to Most Controls.
- Actions: Align to Grid, Size to Grid, Center Horizontally, Center Vertically, Bring to Front, Send to Back, Fit Bounds to Container
- Styles: Even Style, Odd Style, Style
- Appearance: Background Color, Border Color, Border Dash Style, Border Width, Borders, Font Name, Font Size, Font Unit, Font Effects, Foreground Color, Padding
- Behavior: Can Publish, Keep Together, Visible
- Data: Tag
- Design: Name
- Layout: Location, Size
- Navigation: Bookmark, Parent Bookmark, Navigation URL
For more information regarding each of the property groups, see the Control Reference.
Behavior
Anchor Vertically |
Sets the location of the control in relation to the parent container. When the parent container changes size, the control may move or resize to maintain its position. The options for vertically anchoring include:
|
Anchor Horizontally |
Sets the location of the control in relation to the parent container. When the parent container changes size, the control may move or resize to maintain its position. The options for horizontally anchoring include:
|
Can Grow |
Type: Boolean Sets whether the control's height can grow to display the contents at runtime. Enabled by default. If there are other controls below the selected control, they will be moved down to prevent overlapping. |
Can Shrink |
Type: Boolean Sets whether the control's height can decrease if the contents do not completely fill the control at runtime. If there are other controls below the current control, they will be moved up to remove the unused space. |
Printing
Right to Left |
Specifies the layout of the content within a The options include:
|
Related Tutorials
Refer to the following resources for additional help on implementing this control: