Enumerate formtting 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 Formatting
Visual Basic (Declaration)
Public Enumeration Formatting
Visual C++
public enum class Formatting

Members

Member nameDescription
Readable
Readable form of html with blanks and indents.
Compact
Compact form of html without blanks and indents.

See Also