Class
Panel

Represents the processing instance of the Panel definition item.

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class Panel : ReportItem, ITableCell, ILayoutElementContainer

Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementReportItemBaseReportItemPanel

Implements: ILayoutElementContainerITableCell

Inherited Members ReportItem.BoundsReportItem.LocationReportItem.SizeReportItem.TopReportItem.LeftReportItem.WidthReportItem.HeightReportItem.DockingReportItem.AnchoringReportItemBase.TryExecuteMethodByName(string)ReportItemBase.ProcessAccessibleRole()ReportItemBase.ProcessAccessibleDescription()ReportItemBase.ProcessAIDescription()ReportItemBase.BookmarkReportItemBase.BookmarkIdReportItemBase.DocumentMapTextReportItemBase.TocTextReportItemBase.ActionReportItemBase.ItemDataBindingMethodNameReportItemBase.ItemDataBoundMethodNameReportItemBase.ItemDefinitionReportItemBase.NameReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionProcessingElement.OnError(Exception)ProcessingElement.ConvertBoundValue(PropertyInfo, object)ProcessingElement.ToString()ProcessingElement.ExceptionProcessingElement.ParentProcessingElement.ReportProcessingElement.CultureProcessingElement.ChildElementsProcessingElement.DataObjectProcessingElement.ThrowWhenBindingUnsuccessfulVisualElement.StyleVisualElement.VisibleLayoutElement.ParentElementReportObject.ToString(string[])

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

KeepTogether

Internal use only

Declaration

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

Property Value

bool

Methods

Dispose(bool)

Internal use only

Declaration

cs-api-definition
protected override void Dispose(bool disposing)

Parameters

disposing

bool

Overrides ReportItemBase.Dispose(bool)

InitializeDefinitionBasedProperties(ReportObject)

Internal use only

Declaration

cs-api-definition
protected override void InitializeDefinitionBasedProperties(ReportObject store)

Parameters

store

ReportObject

Overrides ReportItemBase.InitializeDefinitionBasedProperties(ReportObject)