Namespace: Docentric.Documents.Reporting.Model
Assembly: Docentric.Documents.Reporting (in Docentric.Documents.Reporting.dll)
public class SummaryFieldElement : FieldElement, ICollectionBoundElement

The SummaryFieldElement type exposes the following members.

Name Description
Public member AggregateBinding Returns the 'Aggregate' binding object.
Public member AggregatedValue
Public member AggregateFunction Gets or sets the aggreagation function used to calculate the summary value.
Public member DataContext The current data context object. (Inherited from ElementBase)
Public member 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)
Public member 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.
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 Text Gets or sets a formatted value. This is the rendered text for the element. (Inherited from FieldElement)
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)