Enumerates export modes.

Namespace:  PerpetuumSoft.Reporting.Export.Html
Assembly:  PerpetuumSoft.Reporting.Export.Html (in PerpetuumSoft.Reporting.Export.Html.dll) Version: 3.9.0.1

Syntax

C#
public enum ExportMode
Visual Basic (Declaration)
Public Enumeration ExportMode
Visual C++
public enum class ExportMode

Members

Member nameDescription
Span
Each report control represented as separate SPAN tag with absolute position.
Table
Report represented as single table. Each report control converted to the table cell.
TablePerPage
Each report page represented as separate table. Each report control converted to the table cell.

See Also