Implements Document.
Namespace:
PerpetuumSoft.Reporting.ComponentsAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public Document Document { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Document As Document |
| Visual C++ |
|---|
public: virtual property Document^ Document { Document^ get () sealed; void set (Document^ value) sealed; } |