Click or drag to resize

PivotField Properties

The PivotField type exposes the following members.

Properties
Name Description
Public property AutoSort
Preserves the sorting elements of the field
(Inherited from XlsPivotField .)
Public property Axis
Gets/sets field axis.
(Inherited from XlsPivotField .)
Public property CanDragOff
User can remove field from view.
(Inherited from XlsPivotField .)
Public property CanDragToColumn
User can drag field to column area.
(Inherited from XlsPivotField .)
Public property CanDragToData
True if the specified field can be dragged to the data position. The default value is True.
(Inherited from XlsPivotField .)
Public property CanDragToPage
User can drag field to page area.
(Inherited from XlsPivotField .)
Public property CanDragToRow
User can drag field to row area.
(Inherited from XlsPivotField .)
Public property Caption
Specifies the unique name of the member property to be used as a caption for the field and field items.
(Inherited from XlsPivotField .)
Public property Compact
Specifies a boolean value that indicates whether the application will display fields compactly in the sheet on which this PivotTable resides
(Inherited from XlsPivotField .)
Public property CustomName
Gets/sets pivot field custom name.
(Inherited from XlsPivotField .)
Public property DataField
Gets/sets value indicating whether this is data field.
(Inherited from XlsPivotField .)
Public property Formula
Specifies the formula for the calculated field
(Inherited from XlsPivotField .)
Public property IsAutoShow
Autoshow is enabled.
(Inherited from XlsPivotField .)
Public property IsDataField
Gets/sets value indicating whether this is data field.
(Inherited from XlsPivotField .)
Public property IsDragToHide
User can remove field from fiew.
(Inherited from XlsPivotField .)
Public property IsFormulaField
Indicates whether this field is formula field
(Inherited from XlsPivotField .)
Public property IsMultiSelected
Specifies a boolean value that indicates whether the field can have multiple items selected in the page field.
(Inherited from XlsPivotField .)
Public property IsShowAllItems
Show all items for this field.
(Inherited from XlsPivotField .)
Public property ItemsPerPage
Specifies the number of items showed per page in the PivotTable.
(Inherited from XlsPivotField .)
Public property Name
Returns pivot field name. Read-only.
(Inherited from XlsPivotField .)
Public property NumberFormat
Gets/sets number format.
(Inherited from XlsPivotField .)
Public property NumberFormatIndex
Gets / sets number format index.
(Inherited from XlsPivotField .)
Public property Parent
Gets the parent PivotTableFields object of the current instance.
(Inherited from XlsPivotField .)
Public property RepeatItemLabels
True if the field repeat item labels.
(Inherited from XlsPivotField .)
Public property ShowBlankRow
True if a blank row is inserted after the specified row field in a PivotTable report.
(Inherited from XlsPivotField .)
Public property ShowDataAs
Gets or sets the show data as.
(Inherited from XlsPivotField .)
Public property ShowDropDown
True if the flag for the specified PivotTable field or PivotTable item is set to "drilled" (expanded, or visible).
(Inherited from XlsPivotField .)
Public property ShowNewItemsInFilter
Specifies a boolean value that indicates whether manual filter is in inclusive mode.
(Inherited from XlsPivotField .)
Public property ShowNewItemsOnRefresh
Specifies a boolean value that indicates whether new items that appear after a refresh should be hidden by default.
(Inherited from XlsPivotField .)
Public property ShowOutline
Specifies a boolean value that indicates whether the items in this field should be shown in Outline form. If the parameter is true, the field layout is "Show item labels in outline form". If the parameter is false, the field layout is "Show item labels in tabular form".
(Inherited from XlsPivotField .)
Public property ShowPageBreak
True if a page break is inserted after each field.
(Inherited from XlsPivotField .)
Public property ShowPropAsCaption
Specifies a boolean value that indicates whether to show the property as a member caption.
(Inherited from XlsPivotField .)
Public property ShowToolTip
Specifies a boolean value that indicates whether to show the member property value in a tooltip on the appropriate PivotTable cells.
(Inherited from XlsPivotField .)
Public property SortType
Specifies the type of sort that is applied to this field.
(Inherited from XlsPivotField .)
Public property SubtotalCaption
Specifies the custom text that is displayed for the subtotals caption.
(Inherited from XlsPivotField .)
Public property Subtotals
Gets or sets type of field subtotals.
(Inherited from XlsPivotField .)
Public property SubtotalTop
Get or set whether show
(Inherited from XlsPivotField .)
Top
See Also