Finds a nested ReportControl object with the specified name.
    Namespace: 
   PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public ReportControl ControlByName( string controlName )  | 
| Visual Basic (Declaration) | 
|---|
Public Function ControlByName ( _ controlName As String _ ) As ReportControl  | 
| Visual C++ | 
|---|
public: ReportControl^ ControlByName( String^ controlName )  | 
Parameters
- controlName
 - Type: System..::.String