The base class for all element instances.

System.Object
  Docentric.Documents.Reporting.Model.ElementBase

Namespace: Docentric.Documents.Reporting.Model
Assembly: Docentric.Documents.Reporting (in Docentric.Documents.Reporting.dll)
public abstract class ElementBase

The ElementBase type exposes the following members.

Name Description
Public member DataContext The current data context object.
Public member Name Name of the element
Public member Parent The parent element instance in the element instance tree.
Name Description
Public method AsBarcode Casts this element to 'BarcodeElement'.
Public method AsChart Casts this element to 'ChartElement'.
Public method AsField Casts this element to 'FieldElement'.
Public method AsGroup Casts this element to 'GroupElement'.
Public method AsIf Casts this element to 'IfElement'.
Public method AsImage Casts this element to 'ImageElement'.
Public method AsList Casts this element to 'ListElement'.
Public method AsSubDocument Casts this element to 'SubDocumentElement'.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString Returns a String that represents the current Object. (Inherited from Object)