[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.PivotFieldBase

PivotFieldBase Class

Defines the field base class.

Inheritance
PivotFieldBase
Namespace: C1.Web.Mvc.Olap
Assembly: C1.Web.Mvc.Olap.dll
Syntax
public abstract class PivotFieldBase

Properties

Name Description
Aggregate

Gets or sets how the field should be summarized.

Binding

Gets or sets the name of the source column which the field is bound to.

DataType

Gets or sets the data type of the field.

Descending

Gets or sets a value that determines whether keys should be sorted in descending order for this field.

Filter

Gets the filter setting for this field.

Format

Gets or sets the format to use when displaying field values.

GetAggregateValue

Gets or sets a function to be used for retrieving the field's aggregate value for a given summary object.

GetValue

Gets or sets a function to be used for retrieving the field values.

Header

Gets or sets a string used to represent this field in the user interface.

IsContentHtml

Gets or sets a value indicating whether items in this field contain HTML content rather than plain text.

OnClientPropertyChanged

Occurs when the value of a property in this field changes.

ShowAs

Gets or sets how the field results should be formatted.

SortComparer

Gets or sets a function used to compare values when sorting.

Visible

Gets or sets a value indicating whether this field should be displayed in instances of the @see:PivotPanel control.

WeightField

Gets or sets the header specifies the field used as a weight for calculating aggregates on this field.

Width

Gets or sets the preferred width to be used for showing this field in the user interface.

WordWrap

Gets or sets a value that indicates whether the content of this field should be allowed to wrap within cells.