PivotReportLayout Enum
Lists values used to specify the type of the PivotTable report layout.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v22.1.Core.dll
Declaration
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.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the PivotReportLayout enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.