Finds a binding in the collection based on the specified property name.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public ReportDataBinding FindBinding( string propName ) |
Visual Basic (Declaration) |
---|
Public Function FindBinding ( _ propName As String _ ) As ReportDataBinding |
Visual C++ |
---|
public: ReportDataBinding^ FindBinding( String^ propName ) |
Parameters
- propName
- Type: System..::.String