Class
Panel

Provides a grouping mechanism for organizing report items.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[ToolboxBitmap(typeof(Panel), "Resources.Panel.bmp")]
public class Panel : ReportItem, IToggleVisibilityTarget, IActionTarget

Inheritance: objectReportObjectReportItemBaseReportItemPanel

Implements: IActionTargetIToggleVisibilityTarget

Inherited Members ReportItem.SizeReportItem.LocationReportItem.AnchoringReportItem.DockingReportItem.BoundsReportItem.LeftReportItem.RightReportItem.TopReportItem.BottomReportItem.WidthReportItem.HeightReportItemBase.Dispose()ReportItemBase.Dispose(bool)ReportItemBase.ToString()ReportItemBase.Contains(ReportItemBase)ReportItemBase.GetEventHandlers(EventHandler)ReportItemBase.OnItemValidate(ReportItemBase)ReportItemBase.ClearGlobalDependencies()ReportItemBase.ContainerReportItemBase.DesignModeReportItemBase.SiteReportItemBase.NameReportItemBase.ItemDataBindingMethodNameReportItemBase.ItemDataBoundMethodNameReportItemBase.VisibleReportItemBase.StyleNameReportItemBase.StyleReportItemBase.ItemsReportItemBase.ParentReportItemBase.ReportReportItemBase.ConditionalFormattingReportItemBase.BookmarkReportItemBase.BookmarkIdReportItemBase.DocumentMapTextReportItemBase.TocTextReportItemBase.ActionReportItemBase.BindingsReportItemBase.ToolTipReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionReportItemBase.ItemDataBindingReportItemBase.ItemDataBoundReportItemBase.DisposedReportObject.ToString(string[])

Constructors

Panel()

Declaration

cs-api-definition
public Panel()

Properties

CanShrink

Gets or sets a value indicating whether the Panel will shrink if a child item is shrunk or hidden.

Declaration

cs-api-definition
public bool CanShrink { get; set; }

Property Value

bool

A boolean value indicating whether the rendering engine should try to shrink the Panel if child is shrunk or hidden.

DefaultSize

TODO: Add documentation.

Declaration

cs-api-definition
protected override SizeU DefaultSize { get; }

Property Value

SizeU

Overrides ReportItem.DefaultSize

KeepTogether

Gets or sets a value indicating whether the rendering engine should try to keep the Panel on one page if possible.

Declaration

cs-api-definition
public bool KeepTogether { get; set; }

Property Value

bool

A boolean value indicating whether the rendering engine should try to keep the Panel on one page if possible.