Enumeration StiHtmlExportMode

Enumeration which sets an exported mode for the Html export.

Index

Enumeration members

Enumeration members

Div

Div: = 2

A div tag of the HTML will be used for the exporting of the rendered document.

FromReport

FromReport: = 4

A tag of the HTML will be taken from the report preview settings.

Span

Span: = 1

A span tag of the HTML will be used for the exporting of the rendered document.

Table

Table: = 3

A table tag of the HTML will be used for the exporting of the rendered document.

Generated using TypeDoc