Gets or sets Tool which is active tool.
            
    Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: 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); }  |