Class
LayoutElement

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: VisualElement

Inherited Members ReportObject.ToString(string[])

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

LayoutElement

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 object.ToString()