The base class for all bindable element instances.

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

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

The BindableElement type exposes the following members.

Name Description
Public member DataContext The current data context object. (Inherited from ElementBase)
Public member Name Name of the element (Inherited from ElementBase)
Public member Parent The parent element instance in the element instance tree. (Inherited from ElementBase)
Public member Unbound Indicates if the bindable element is in the bound or unbound mode.
Public member Value This is the result of the 'Value' binding process which can be overridden.
Public member ValueBinding Returns the 'Value' binding object.
Name Description
Public method AsBarcode Casts this element to 'BarcodeElement'. (Inherited from ElementBase)
Public method AsChart Casts this element to 'ChartElement'. (Inherited from ElementBase)
Public method AsField Casts this element to 'FieldElement'. (Inherited from ElementBase)
Public method AsGroup Casts this element to 'GroupElement'. (Inherited from ElementBase)
Public method AsIf Casts this element to 'IfElement'. (Inherited from ElementBase)
Public method AsImage Casts this element to 'ImageElement'. (Inherited from ElementBase)
Public method AsList Casts this element to 'ListElement'. (Inherited from ElementBase)
Public method AsSubDocument Casts this element to 'SubDocumentElement'. (Inherited from ElementBase)
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 System.String that represents the element. (Overrides BindableElement.ToString)