Gets and sets export mode.

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

Syntax

C#
public ExportMode ExportMode { get; set; }
Visual Basic (Declaration)
Public Property ExportMode As ExportMode
Visual C++
public:
property ExportMode ExportMode {
	ExportMode get ();
	void set (ExportMode value);
}

See Also