reporting-docs/report-items/panel.md

2.6 KiB

title page_title description slug tags published position previous_url
Panel Panel Report Item at a Glance Learn more about the Telerik Reporting Panel which acts as a container for other report items and how to arrange its layout and accommodate its content through the supported global properties. telerikreporting/designing-reports/report-structure/panel telerik, reporting, report, items, panel, organize, layout, accommodate, content, shrink, global, properties True 8 /report-items-panel, /reportitemspanel

Panel Report Item Overview

The Panel report item serves as a container to group or separate multiple report items based on specific criteria, and is not associated with data.

The Panel acts as a container for items that you either create inside it or drag into it. For example, if you draw a Panel around an item that already exists in the Report Designer, the Panel will not act as its container.

You can use the Panel to organize the layout of a report and allow the rendering of items without affecting the content outside the Panel itself.

The Panel grows to accommodate its content, and as of the R3 2016 release, you can set the report item to shrink by setting its CanShrink property to true.

The Panel enables you to set global properties, such as Visible, which affect all hosted report items.

When you move the Panel, the items that are contained within it move along with it.

The following image shows a Panel which contains two [TextBox]({%slug telerikreporting/designing-reports/report-structure/textbox%}) report items.

A Panel with two TextBox report items

Next Steps

  • [Organizing the Report Layout with the Panel]({%slug telerikreporting/designing-reports/report-structure/design-considerations-for-report-item-layout%})
  • [Using Styles to Customize Reports]({%slug telerikreporting/designing-reports/styling-reports/using-styles-to-customize-reports%})
  • (API) Panel
  • Demo Page for Telerik Reporting
  • Knowledge Base Section

See Also