Gets or sets ExportMode which represents export mode.

Namespace:  PerpetuumSoft.Reporting.Web
Assembly:  PerpetuumSoft.Reporting.Web (in PerpetuumSoft.Reporting.Web.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