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 virtual ReportControl ControlByName( string controlName ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Function ControlByName ( _ controlName As String _ ) As ReportControl |
| Visual C++ |
|---|
public: virtual ReportControl^ ControlByName( String^ controlName ) |
Parameters
- controlName
- Type: System..::.String