MX-Frame Library Send comments on this topic.
Panel
MX-Developer > Report - MxReport > Designing a Report > Controls > Panel

Glossary Item Box

Serves as a container for other controls.

Remarks

Control can contain any other report controls. It is used in order to group controls and to make their manipulation easier. 

This control can be used to group individual report controls into collections. Controls placed onto a Panel control can be moved, copied, pasted, etc. along with the panel which contains them.

Example (MxSpace)

To see the Panel on a report component, open MxSpace solution project in Visual Studio. In Solution Explorer expand node Reports and double click StockReport.cs. Panel control is used to gather controls at the bottom of the report in ReportFooter band.

To add Panel to a report

  1. In Solution Explorer open the desired MxReport component (StockReport) by double clicking it.
  2. Open Toolbox window and expand DX:Reports.vX.X section.
  3. Select XRPanel control and drag it to the desired band (ReportFooter).
  4. Add any other control on the Panel.

To learn more about the control, how to implement it and use it see Developer Express documentation.

©2009 Metronik. All Rights Reserved.