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

The ImageElement 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 SizeMode Get or sets the value that indicates how the rendered image's size should be determined.
Public member Unbound Indicates if the bindable element is in the bound or unbound mode. (Inherited from BindableElement)
Public member Value
Public member Value This is the result of the 'Value' binding process which can be overridden. (Inherited from BindableElement)
Public member ValueBinding Returns the 'Value' binding object. (Inherited from BindableElement)
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. (Inherited from BindableElement)