Specifies whether to include totals in the output table.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public enum ShowTotals
Visual Basic
Public Enumeration ShowTotals

Members

Member nameValueDescription
None0 Do not show any totals.
GrandTotals1 Show grand totals.
Subtotals2 Show subtotals and grand totals.

See Also