Back to Devexpress

PivotLayout Members

officefileapi-devexpress-dot-spreadsheet-dot-pivotlayout-dot-underscore-members.md

latest4.6 KB
Original Source

PivotLayout Members

Contains various options used to adjust the layout of the PivotTable report.

Properties

NameDescription
CompactNewFieldsGets or sets a value indicating whether new fields should have their PivotFieldLayout.Compact property set to true.
DataOnRowsGets or sets a value indicating whether multiple data fields in a pivot table should be displayed in rows down the report.
IndentInCompactFormGets or sets the indent increment for items from different row fields when a pivot table is shown in compact form.
MergeTitlesGets or sets a value indicating whether to merge and center cells containing item labels for the outer row and column fields, subtotal and grand total captions.
OutlineNewFieldsGets or sets a value indicating whether new fields should have their PivotFieldLayout.Outline property set to true.
PageOrderGets or sets the order in which multiple page fields are displayed in the PivotTable report filter area.
PageWrapGets or sets the number of page fields to display before starting another column or row based on the PivotLayout.PageOrder property value.
ShowColumnGrandTotalsGets or sets a value indicating whether grand totals should be displayed for columns in the PivotTable report.
ShowRowGrandTotalsGets or sets a value indicating whether grand totals should be displayed for rows in the PivotTable report.
SubtotalIncludeHiddenItemsGets or sets a value indicating whether hidden page field items in a pivot table should be included in subtotals and grand totals.

Methods

NameDescription
HideAllSubtotals()Hides all subtotals in the PivotTable report.
InsertBlankRows()Inserts a blank row after each outer row field item in a pivot table.
RemoveBlankRows()Removes blank rows after items of the outer row fields in a pivot table.
RepeatAllItemLabels(Boolean)Specifies whether to repeat item labels for all outer row and column fields in a pivot table.
SetReportLayout(PivotReportLayout)Applies the specified report layout to a pivot table.
ShowAllSubtotals(Boolean)Displays all subtotals in the PivotTable report.

See Also

PivotLayout Interface

DevExpress.Spreadsheet Namespace