Gets specified ReportControl.
Namespace:
PerpetuumSoft.Reporting.DesignerAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public ReportControl Control { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Control As ReportControl |
Visual C++ |
---|
public: property ReportControl^ Control { ReportControl^ get (); } |