Gets or sets exception mode for ReportSlot.

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

Syntax

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

See Also