Skip to main content

PivotGridFieldBase Methods

Represents the base class for the PivotGridField class.
Name Description
Assign(PivotGridFieldBase) Copies settings from the specified object to the current object.
CanShowValueType(PivotGridValueType, Boolean) For internal use.
ChangeSortOrder() Toggles the sort order for the current field.
CollapseAll() Collapses all rows/columns that correspond to the current column field or row field.
CollapseValue(Object) Collapses the column/row that contains the specified value.
CreateObjRef(Type) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject.
Dispose() Releases all resources used by the Component. Inherited from Component.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
ExpandAll() Expands all columns/rows that correspond to the current column field or row field.
ExpandValue(Object) Expands the column/row that contains the specified value.
GetAvailableValues() Returns a list of field values that are not excluded by filters applied to other fields and can be displayed.
GetAvailableValuesAsync() Asynchronously returns a list of field values that are not excluded by filters applied to other fields and can be displayed.
GetDisplayText(Object) Returns the display representation of the specified value, according to the settings used to format field values.
GetGrandTotalText() Returns the actual text displayed within the Grand Total‘s header which corresponds to the current field.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetLifetimeService() Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject.
GetOlapDefaultSortProperty() Returns the name of an OLAP member property used to set the default member sorting.
GetOLAPMemberProperties() Returns a list of OLAP member properties.
GetOLAPMembers() Returns an array of the OLAP members for the current field.
GetOLAPMembersAsync()
GetService(Type) protected Returns an object that represents a service provided by the Component or by its Container. Inherited from Component.
GetSummaryInterval() Returns information about the distribution of summary values that have been calculated against this field and belong to the lowest detail level.
GetSummaryInterval(PivotGridFieldBase, PivotGridFieldBase) Returns information about the distribution of summary values that have been calculated against this field and belong to the specified detail level.
GetTotalOthersText() Returns the text displayed within the total header which corresponds to the “Others” row/column.
GetTotalValueText(Object) Returns a formatted text representation of the specified value according to the settings used to represent the headers of column or row totals.
GetType() Gets the Type of the current instance. Inherited from Object.
GetUniqueValues() Returns an array of the unique values which are stored in the underlying data source in the current field.
GetUniqueValues(CriteriaOperator) Returns an array of the unique values which are stored in the underlying data source in the current field.
GetValueText(IOLAPMember) Returns a formatted text representation of the specified OLAP member according to the settings used to format field values.
GetValueText(Object) Returns a formatted text representation of the specified value according to the settings used to format field values.
GetVisibleValues() Returns the field values currently shown in the PivotGrid.
InitializeLifetimeService() Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
IsAreaAllowed(PivotArea) Returns whether the current field can be positioned within the specified area.
IsDefaultFormat(FormatInfo) static Returns whether the specified formatting settings match the default ones.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protected Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
OnEndDeserializing(String) This method supports the control’s internal infrastructure and is not intended to be called directly from your code.
OnEndSerializing() This method supports the control’s internal infrastructure and is not intended to be called directly from your code.
OnStartDeserializing(LayoutAllowEventArgs) This method supports the control’s internal infrastructure and is not intended to be called directly from your code.
OnStartSerializing() This method supports the control’s internal infrastructure and is not intended to be called directly from your code.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetAreaPosition(PivotArea, Int32) Positions the field in the specified area and at the specified location.
SetOLAPFilterByUniqueName(DefaultBoolean)
SetSortBySummary(PivotGridFieldBase, List<PivotGridFieldSortCondition>, Nullable<PivotSummaryType>, Boolean) Sorts field values by another column’s/row’s values.
ToString() Returns the field’s display text.
See Also