FieldGroupingAttrs Enumeration |
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum FieldGroupingAttrs
<FlagsAttribute>
Public Enumeration FieldGroupingAttrs
Members
| Member name | Value | Description |
---|
| GroupOnRawValue | 1 | The record grouping should be based on the grouper field's raw value. The caption will be based on it's DisplayText. Relevant when grouper field has a picklist. |
| NoItemText | 8 | Do not include the field's value in the grouping caption. This typically applies only when A GroupingCaption has been provided. |
| ResolveReferences | 16 | Resolve any field references in the caption. This typically applies only when A GroupingCaption has been provided. |
| ParseEmbeddedFuncs | 32 | Resolve any embedded functions in the caption. This typically applies only when A GroupingCaption has been provided. |
| IgnoreVisibility | 64 | Include the field's label in the grouping caption even if the field is not visible. |
| OmitLabel | 128 | Do not include the field's label in the grouping caption. |
| HtmlContent | 256 | The grouping content / label may include html and should not be escaped. |
See Also