Click or drag to resize

ShowTotal Enumeration

Defines if totals are displayed for the element in the cross table

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public enum ShowTotal
Members
Member nameValueDescription
No0 No total is displayed
Row1 Totals are displayed for rows
Column2 Totals are displayed for columns
RowColumn3 Totals are displayed for rows and columns
RowHidden4 Totals are displayed for rows, only the total column is shown
RowColumnHidden5 Totals are displayed for rows and columns, only the total column is shown
See Also