PivotReportLayout Enum
Lists values used to specify the type of the PivotTable report layout.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
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.
See Also