StiHtmlExportMode Enumeration |
Enumeration which sets an exported mode for the Html export.
Namespace:
Stimulsoft.Report.Export
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public enum StiHtmlExportMode
Public Enumeration StiHtmlExportMode
Members
| Member name | Value | Description |
---|
| Span | 1 |
A span tag of the HTML will be used for the exporting of the rendered document.
|
| Div | 2 |
A div tag of the HTML will be used for the exporting of the rendered document.
|
| Table | 3 |
A table tag of the HTML will be used for the exporting of the rendered document.
|
See Also