Click or drag to resize

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
Members
  Member nameValueDescription
Span1 A span tag of the HTML will be used for the exporting of the rendered document.
Div2 A div tag of the HTML will be used for the exporting of the rendered document.
Table3 A table tag of the HTML will be used for the exporting of the rendered document.
See Also