Specifies whether to include totals in the output table.
Namespace:
C1.OlapAssembly: C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)
Syntax
| C# |
|---|
public enum ShowTotals |
| Visual Basic |
|---|
Public Enumeration ShowTotals |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not show any totals. | |
| GrandTotals | 1 | Show grand totals. | |
| Subtotals | 2 | Show subtotals and grand totals. |