Class SummaryDisplayLevel
Controls whether a summary calculation is to be displayed for all levels or only for the inner-most level.
Inheritance
System.Object
    SummaryDisplayLevel
  Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class SummaryDisplayLevel : EnumFields
All
Indicates to display the summary at all Pivot levels.
Declaration
public const SummaryDisplayLevel AllField Value
| Type | 
|---|
| SummaryDisplayLevel | 
InnerMostOnly
Indicates to display the summary at only the inner most Pivot level.
Declaration
public const SummaryDisplayLevel InnerMostOnlyField Value
| Type | 
|---|
| SummaryDisplayLevel |