You are here: Symbol Reference > Stimulsoft.Report.Export Namespace > StiHtmlExportMode Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Report.Export.StiHtmlExportMode Enumeration

Enumeration which sets an exported mode for the Html export.

Syntax
C++
C#
Visual Basic
public: enum StiHtmlExportMode { Span = 1, Div = 2, Table = 3 };
Members
Members 
Description 
Span 
A span tag of the HTML will be used for the exporting of the rendered document.  
Div 
A div tag of the HTML will be used for the exporting of the rendered document.  
Table 
A table tag of the HTML will be used for the exporting of the rendered document.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.