LayoutElement
Class
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:
Inherited Members
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)
ToString()
string
Internal use only
C#
public override string ToString()
string
Overrides: