Back to Devexpress

PivotReportLayout Enum

officefileapi-devexpress-dot-spreadsheet-b0ec464e.md

latest1.3 KB
Original Source

PivotReportLayout Enum

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum PivotReportLayout
vb
Public Enum PivotReportLayout

Members

NameDescription
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

DevExpress.Spreadsheet Namespace