Click or drag to resize

RollupOptions Enumeration

Options for rollup mappers. Use the ConsoleDatasheet_RollupFields property for setting up a rollup.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum RollupOptions
Members
  Member nameValueDescription
ShowUnavailable1 Fields should be shown even if they cannot be rolled up.
NoSeparateCount2 No separate count column should be added. Instead, the count should be appended to the grouper column.
ShowMethod4 Show each field's rollup aggregation method in the field's caption.
HideGrouper8 Hide the rollup-added grouper column. Note that by default this column is shown based on internal rollup logic.
NoCount16 Hide the rollup-added Count column. Note that by default this column is shown unless the NoSeparateCount option is set.
See Also