Class LayoutElement
Base class for all processing instances of report items.
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public abstract class LayoutElement : ReportObject, IDisposable
Constructors
LayoutElement()
Declaration
protected LayoutElement()
Properties
ParentElement
Gets the parent element of the current layout element.
Declaration
public LayoutElement ParentElement { get; }
Property Value
LayoutElement
|
Methods
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()