Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client.ReportService
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

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

See Also