Class Panel
Represents the processing instance of the Panel definition item.
Inheritance
System.Object
Panel
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class Panel : ReportItem, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext, IInteractiveItem, IServiceProvider, ISupportsInitialize, IDynamicItem, ITableCellInternal, ITableCell, ILayoutElementContainer, IContainer
Properties
CanShrink
Gets or sets a value indicating whether the Panel will shrink if a child item is shrunk or hidden.
Declaration
public bool CanShrink { get; set; }
Property Value
System.Boolean
|
KeepTogether
Declaration
public bool KeepTogether { get; }
Property Value
System.Boolean
|
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
Overrides
InitializeDefinitionBasedProperties(ReportObject)
Declaration
protected override void InitializeDefinitionBasedProperties(ReportObject store)
Parameters
ReportObject
store
|
Overrides
Explicit Interface Implementations
ILayoutElementContainer.Children
Declaration
IEnumerable<LayoutElement> ILayoutElementContainer.Children { get; }
Returns
System.Collections.Generic.IEnumerable<LayoutElement>
|