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