Represents settings for the export to HTML.

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

Syntax

C#
public sealed class HtmlExportSettings : ExportSettings
Visual Basic (Declaration)
Public NotInheritable Class HtmlExportSettings _
	Inherits ExportSettings
Visual C++
public ref class HtmlExportSettings sealed : public ExportSettings

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Reporting.Web..::.ExportSettings
    PerpetuumSoft.Reporting.Web..::.HtmlExportSettings

See Also