ExportListStyle Enumeration |
Different styles of list exports. Currently this is used with by the
ExcelExport extension when interpreting
the
ExcelExportStyleSession user and user preference.
Namespace:
NetQuarry.Data.Export
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public enum ExportListStyle
Public Enumeration ExportListStyle
Members
| Member name | Value | Description |
---|
| AllFields | 0 | The export should include all mapper fields that are readable to the user regardless of the current presentation. |
| AsDisplayed | 1 | The export should include only those mapper fields currently visible in the list (per user settings) and in the displayed order. |
| AllAndAsDisplayed | 2 | The user should be provided with exports for both the AllFields and AsDisplayed export styles. |
See Also