Gets or sets Tool which is active 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 Tool { get; set; }
Visual Basic (Declaration)
Public Property Tool As Tool
Visual C++
public:
property Tool^ Tool {
	Tool^ get ();
	void set (Tool^ value);
}

Field Value

The tool.

See Also