Skip to main content

PivotGridCommands Members

In This Article
Provides access to pivot grid commands.

#Properties

Name Description
ChangeFieldSortOrder static Toggles the specified field's sort order.
ChangeFieldValueExpanded static Toggles the specified field value's expanded state.
ClearSorting static Disables sorting in OLAP mode.
CollapseField static Collapses all the rows/columns which correspond to the specified column field or row field.
ExpandField static Expands all the rows/columns which correspond to the specified column field or row field.
HideField static Hides the specified field.
HideFieldList static Hides the Customization Form.
HidePrefilter static Hides the Prefilter.
ReloadData static Reloads data from the control's data source and recalculates summaries.
ResetPrefilter static Resets the Prefilter's settings to their default values.
ShowFieldList static Shows the Customization Form.
ShowPrefilter static Shows the Prefilter.
ShowPrintPreview static
ShowPrintPreviewDialog static
ShowUnboundExpressionEditor static Shows the Expression Editor.
SortAscending static In OLAP mode, sorts values of the specified field in ascending order.
SortDescending static In OLAP mode, sorts values of the specified field in descending order.

#Methods
Show Inherited Hide Inherited

Name Description
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also