New to Telerik ReportingStart a free 30-day trial

Base class for all processing instances of report items.

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

C#
public abstract class LayoutElement : ReportObject

Inheritance: objectReportObjectLayoutElement

Derived Classes: VisualElement

Inherited Members ReportObject.ToString(string[])

Constructors

C#
protected LayoutElement()

Properties

Gets the parent element of the current layout element.

C#
public LayoutElement ParentElement { get; }

Methods

Internal use only

C#
protected virtual void Dispose(bool disposing)
Parameters:disposingbool

Internal use only

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()