Gets or sets ResultType which represents result file format.

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

Syntax

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

See Also