Gets and sets the parent control.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public ReportComponent Parent { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Parent As ReportComponent |
Visual C++ |
---|
public: property ReportComponent^ Parent { ReportComponent^ get (); void set (ReportComponent^ value); } |