Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotReportLayout Enum

Lists values used to specify the type of the PivotTable report layout.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public enum PivotReportLayout

Members

Name Description
Compact

Specifies that a pivot table should be displayed in compact form.

Outline

Specifies that a pivot table should be displayed in outline form.

Tabular

Specifies that a pivot table should be displayed in tabular form.

Remarks

To adjust the layout of the existing PivotTable report, use the PivotLayout.SetReportLayout method with the appropriate PivotReportLayout enumeration member passed as a parameter.

See Also