ClassPanel
Provides a grouping mechanism for organizing report items.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
[ToolboxBitmap(typeof(Panel), "Resources.Panel.bmp")]
public class Panel : ReportItem, IToggleVisibilityTarget, IActionTarget
Inheritance: objectReportObjectReportItemBaseReportItemPanel
Implements:
Inherited Members
Constructors
Panel()
Declaration
public Panel()
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
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
protected override SizeU DefaultSize { get; }
Property Value
Overrides
KeepTogether
Gets or sets a value indicating whether the rendering engine should try to keep the Panel on one page if possible.
Declaration
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.