PivotFieldBehaviorOptions Properties
Contains options that allow you to restrict an end-user’s ability to move or remove a PivotTable field.| Name | Description |
|---|---|
| DragOffAllowed | Gets or sets a value indicating whether the field can be removed from the pivot table. |
| DragToColumnAxisAllowed | Gets or sets a value indicating whether the field can be moved to the column axis area of the pivot table. |
| DragToDataAllowed | Gets or sets a value indicating whether the field can be moved to the data area of the pivot table. |
| DragToPageAllowed | Gets or sets a value indicating whether the field can be moved to the PivotTable report filter area. |
| DragToRowAxisAllowed | Gets or sets a value indicating whether the field can be moved to the row axis area of the pivot table. |
| MultipleItemSelectionAllowed | Gets or sets a value indicating whether the field can have multiple items selected if it is located in the report filter area. |
See Also