Gets a value of the specified field from the current record.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public virtual Object this[ string field ] { get; } |
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Default Property Item ( _ field As String _ ) As Object |
| Visual C++ |
|---|
public: virtual property Object^ default[String^ field] { Object^ get (String^ field); } |
Parameters
- field
- Type: System..::.String