Class ReportSectionBase
Inheritance
System.Object
ReportSectionBase
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class ReportSectionBase : ReportItemBase, IDisposable, IStyle, IFont, IBackgroundImage, IBorderColor, IBorderStyle, IBorderWidth, IPadding, INamedObject, IProcessingElement, IEvaluationContext, IInteractiveItem, IServiceProvider, ISupportsInitialize, 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
|
Height
Width
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>
|