ClassLayoutElement
Class
Base class for all processing instances of report items.
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public abstract class LayoutElement : ReportObject
Inheritance: objectReportObjectLayoutElement
Derived Classes:
Inherited Members
Constructors
LayoutElement()
Declaration
cs-api-definition
protected LayoutElement()
Properties
ParentElement
Gets the parent element of the current layout element.
Declaration
cs-api-definition
public LayoutElement ParentElement { get; }
Property Value
Methods
Dispose(bool)
Internal use only
Declaration
cs-api-definition
protected virtual void Dispose(bool disposing)
Parameters
disposing
bool
ToString()
Internal use only
Declaration
cs-api-definition
public override string ToString()
Returns
string
Overrides