Enumerates html generation 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 ResultType
Visual Basic (Declaration)
Public Enumeration ResultType
Visual C++
public enum class ResultType

Members

Member nameDescription
HtmlFile
Whole html file will be generated including HTML, HEAD and BODY tags.
HtmlFragment
Only html fragment will be generated. Useful if export result will be included in other html file.

See Also