Gets or sets the Instrument object representing the displayed instrument.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public Instrument Instrument { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Instrument As Instrument |
| Visual C++ |
|---|
public: property Instrument^ Instrument { Instrument^ get (); void set (Instrument^ value); } |