StiDataExportMode Enumeration |
Enumeration for setting modes of the data export.
Namespace:
Stimulsoft.Report.Export
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax [FlagsAttribute]
public enum StiDataExportMode
<FlagsAttribute>
Public Enumeration StiDataExportMode
Members
| Member name | Value | Description |
---|
| Data | 1 | |
| Headers | 2 | |
| DataAndHeaders | 3 | |
| Footers | 4 | |
| HeadersFooters | 6 | |
| DataAndHeadersFooters | 7 | |
| AllBands | 15 | |
See Also