Enum DisplayOption
Used to provide a list of display option.
Namespace: Syncfusion.PivotAnalysis.Base
Assembly: Syncfusion.PivotAnalysis.Base.dll
Syntax
public enum DisplayOption
Fields
Name | Description |
---|---|
All | Fully present in the PivotEngine and completely available for display. |
Calculations | Fully present in the PivotEngine but visible only in the calculation region. |
GrandTotals | Fully present in the PivotEngine but visible only in the GrandTotal region. |
None | Fully present in the PivotEngine but not seen in the display. |
Summary | Fully present in the PivotEngine but visible only in the interior summary region. |