RollupOptions Enumeration |
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum RollupOptions
<FlagsAttribute>
Public Enumeration RollupOptions
Members
| Member name | Value | Description |
---|
| ShowUnavailable | 1 |
Fields should be shown even if they cannot be rolled up.
|
| NoSeparateCount | 2 |
No separate count column should be added. Instead, the count should be appended to the grouper column.
|
| ShowMethod | 4 |
Show each field's rollup aggregation method in the field's caption.
|
| HideGrouper | 8 |
Hide the rollup-added grouper column. Note that by default this column is shown based on internal rollup logic.
|
| NoCount | 16 |
Hide the rollup-added Count column. Note that by default this column is shown unless the NoSeparateCount option is set.
|
See Also