Selects specified control.
Namespace:
PerpetuumSoft.Reporting.DesignerAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public void Select( ReportControl control, bool xormode ) |
Visual Basic (Declaration) |
---|
Public Sub Select ( _ control As ReportControl, _ xormode As Boolean _ ) |
Visual C++ |
---|
public: void Select( ReportControl^ control, bool xormode ) |