Gets a previous tool.

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

Syntax

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

Remarks

See Tool.

See Also