| SummaryFieldElement Class | Docentric Toolkit Help Send Feedback | 
System.Object
  Docentric.Documents.Reporting.Model.ElementBase
    Docentric.Documents.Reporting.Model.BindableElement
      Docentric.Documents.Reporting.Model.FieldElement
        Docentric.Documents.Reporting.Model.SummaryFieldElement
Assembly: Docentric.Documents.Reporting (in Docentric.Documents.Reporting.dll)
The SummaryFieldElement type exposes the following members.
| Name | Description | |
|---|---|---|
|  | AggregateBinding | Returns the 'Aggregate' binding object. | 
|  | AggregatedValue | |
|  | AggregateFunction | Gets or sets the aggreagation function used to calculate the summary value. | 
|  | DataContext | The current data context object. (Inherited from ElementBase) | 
|  | FormatString | Gets or sets a valid .NET format string value that is used to format the 'Value'. The result of formatting is stored in the 'Text' property. (Inherited from FieldElement) | 
|  | IgnoreNullValues | Gets or sets a valid .NET format string value that is used to format the 'Value'. The result of formatting is stored in the 'Text' property. | 
|  | Name | Name of the element (Inherited from ElementBase) | 
|  | Parent | The parent element instance in the element instance tree. (Inherited from ElementBase) | 
|  | Text | Gets or sets a formatted value. This is the rendered text for the element. (Inherited from FieldElement) | 
|  | Unbound | Indicates if the bindable element is in the bound or unbound mode. (Inherited from BindableElement) | 
|  | Value | |
|  | Value | This is the result of the 'Value' binding process which can be overridden. (Inherited from BindableElement) | 
|  | ValueBinding | Returns the 'Value' binding object. (Inherited from BindableElement) | 
| Name | Description | |
|---|---|---|
|  | AsBarcode | Casts this element to 'BarcodeElement'. (Inherited from ElementBase) | 
|  | AsChart | Casts this element to 'ChartElement'. (Inherited from ElementBase) | 
|  | AsField | Casts this element to 'FieldElement'. (Inherited from ElementBase) | 
|  | AsGroup | Casts this element to 'GroupElement'. (Inherited from ElementBase) | 
|  | AsIf | Casts this element to 'IfElement'. (Inherited from ElementBase) | 
|  | AsImage | Casts this element to 'ImageElement'. (Inherited from ElementBase) | 
|  | AsList | Casts this element to 'ListElement'. (Inherited from ElementBase) | 
|  | AsSubDocument | Casts this element to 'SubDocumentElement'. (Inherited from ElementBase) | 
|  | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) | 
|  | GetType | Gets the Type of the current instance. (Inherited from Object) | 
|  | ToString | Returns a System.String that represents the element. (Inherited from BindableElement) | 
