Gets collection of currently registered tools.
Namespace:
PerpetuumSoft.Reporting.DesignerAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public IDesignerToolCollection Tools { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Tools As IDesignerToolCollection |
Visual C++ |
---|
public: property IDesignerToolCollection^ Tools { IDesignerToolCollection^ get (); } |